Title: datafeedr's Replies | WordPress.org

---

# datafeedr

  [  ](https://wordpress.org/support/users/datafeedrcom/)

 *   [Profile](https://wordpress.org/support/users/datafeedrcom/)
 *   [Topics Started](https://wordpress.org/support/users/datafeedrcom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/datafeedrcom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/datafeedrcom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/datafeedrcom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/datafeedrcom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/datafeedrcom/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 570 total)

1 [2](https://wordpress.org/support/users/datafeedrcom/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/datafeedrcom/replies/page/3/?output_format=md)…
[36](https://wordpress.org/support/users/datafeedrcom/replies/page/36/?output_format=md)
[37](https://wordpress.org/support/users/datafeedrcom/replies/page/37/?output_format=md)
[38](https://wordpress.org/support/users/datafeedrcom/replies/page/38/?output_format=md)
[→](https://wordpress.org/support/users/datafeedrcom/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloak Affiliate Links for WooCommerce] Doesn’t cloak affiliate links for Variable Products](https://wordpress.org/support/topic/doesnt-cloak-affiliate-links-for-variable-products/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/doesnt-cloak-affiliate-links-for-variable-products/#post-18534438)
 * Hi
 * I see, unfortunately we don’t have any plans of supporting plugins of WooCommerce.
 * Maybe you could as the developers of that plugin if they can support our plugin…
   Not sure if that will work or not…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloak Affiliate Links for WooCommerce] Doesn’t cloak affiliate links for Variable Products](https://wordpress.org/support/topic/doesnt-cloak-affiliate-links-for-variable-products/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/doesnt-cloak-affiliate-links-for-variable-products/#post-18534395)
 * Hi
 * From my understanding, WooCommerce doesn’t support External/Affiliate products
   for Variable products.
 * When you switch to “Variable” product there is no place to enter the “Product
   URL”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Datafeedr Comparison Sets] defer javascript loading](https://wordpress.org/support/topic/defer-javascript-loading-2/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/defer-javascript-loading-2/#post-18174786)
 * Hi
 * You can add the following code to a custom plugin to load the compsets.js file
   either in the footer or use defer (or both… it’s up to you).
 *     ```wp-block-code
       add_action( 'wp_enqueue_scripts', 'modify_dfrcs_compsets_script', 10000000 ); // Priority must be higher than the original enqueue function.function modify_dfrcs_compsets_script() {		// Dequeue the original script	wp_dequeue_script( 'dfrcs_compsets' );	// Re-enqueue the script in the footer	wp_enqueue_script(		'dfrcs_compsets',		DFRCS_URL . 'js/compsets.js',		array( 'jquery' ),		DFRCS_VERSION,		true // Set to true to load in the footer	);}
       ```
   
 * Here’s how to add a custom plugin to your site: [https://datafeedrapi.helpscoutdocs.com/article/32-creating-your-own-custom-plugin](https://datafeedrapi.helpscoutdocs.com/article/32-creating-your-own-custom-plugin)
 * Hope this helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloak Affiliate Links for WooCommerce] Cloaked links instead of affiliate links in products backend](https://wordpress.org/support/topic/cloaked-links-instead-of-affiate-links-in-products/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/cloaked-links-instead-of-affiate-links-in-products/#post-18159276)
 * Sounds like a cache issue to me. Can you fully clear all of your caches
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloak Affiliate Links for WooCommerce] Cloaked links instead of affiliate links in products backend](https://wordpress.org/support/topic/cloaked-links-instead-of-affiate-links-in-products/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/cloaked-links-instead-of-affiate-links-in-products/#post-18129964)
 * If you disable that script, does the WC Cloak Affiliate Links plugin work as 
   expected?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloak Affiliate Links for WooCommerce] Cloaked links instead of affiliate links in products backend](https://wordpress.org/support/topic/cloaked-links-instead-of-affiate-links-in-products/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/cloaked-links-instead-of-affiate-links-in-products/#post-18129877)
 * The plugin is configured to not rewrite the URL when in the /wp-admin section
   of your website.
 * Do you have any other custom code that might be modifying the URL?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Datafeedr API] Clean up feeds](https://wordpress.org/support/topic/clean-up-feeds/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/clean-up-feeds/#post-17535973)
 * You’re welcome! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Datafeedr API] Clean up feeds](https://wordpress.org/support/topic/clean-up-feeds/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/clean-up-feeds/#post-17535837)
 * Hi
 * I think you should re-install the Datafeedr Product Sets plugin then Permanently
   delete your Product Sets. Then un-install the Product Sets plugin again.
 * Hope this helps!
 * Eric
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Datafeedr API] Excellent plugin with an even greater support team](https://wordpress.org/support/topic/excellent-plugin-with-an-even-greater-support-team/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/excellent-plugin-with-an-even-greater-support-team/#post-17529105)
 * Thanks xamos! We really appreciate your thorough review and kind words! 🙂
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Datafeedr API] Great Plugin](https://wordpress.org/support/topic/great-plugin-38151/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/great-plugin-38151/#post-17283852)
 * Thanks for the kind words [@boconpro](https://wordpress.org/support/users/boconpro/)!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ads by datafeedr.com] XSS Vulnerability](https://wordpress.org/support/topic/xss-vulnerability-68/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/xss-vulnerability-68/#post-17268335)
 * Thanks for letting us know. We were not notified by Wordfence about this. I have
   reached out to them for more info.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Datafeedr WooCommerce Importer] amazon?](https://wordpress.org/support/topic/amazon-9/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/amazon-9/#post-17254627)
 * It was never a priority of ours.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ads by datafeedr.com] jQuery-free?](https://wordpress.org/support/topic/jquery-free-3/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/jquery-free-3/#post-17198864)
 * No plans for that at this time. Thanks!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Media Library Filter] Plugin no longer works](https://wordpress.org/support/topic/plugin-no-longer-works-45/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/plugin-no-longer-works-45/#post-17191894)
 * The plugin does work but only in the “list” view mode, not in “gallery/grid” 
   mode.
 * ![](https://i0.wp.com/res.cloudinary.com/dpq5gf23t/image/upload/v1699630017/Plugins/
   Screenshot_2023-11-10_at_10.24.58_AM_zvfohd.png?ssl=1)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Datafeedr API] Very good plugin and great support](https://wordpress.org/support/topic/very-good-plugin-and-great-support-17/)
 *  Plugin Author [datafeedr](https://wordpress.org/support/users/datafeedrcom/)
 * (@datafeedrcom)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/very-good-plugin-and-great-support-17/#post-16818701)
 * Thanks [@janschalckens](https://wordpress.org/support/users/janschalckens/)! 
   Glad you are enjoying the plugins!

Viewing 15 replies - 1 through 15 (of 570 total)

1 [2](https://wordpress.org/support/users/datafeedrcom/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/datafeedrcom/replies/page/3/?output_format=md)…
[36](https://wordpress.org/support/users/datafeedrcom/replies/page/36/?output_format=md)
[37](https://wordpress.org/support/users/datafeedrcom/replies/page/37/?output_format=md)
[38](https://wordpress.org/support/users/datafeedrcom/replies/page/38/?output_format=md)
[→](https://wordpress.org/support/users/datafeedrcom/replies/page/2/?output_format=md)