Product Feed for WooCommerce – Google Shops, Facebook Shop, TikTok, Instagram, and More

Description

Promote and get more eyeballs on your WooCommerce products on Google Merchant Center, Facebook, Instagram, TikTok shops & Ads, Pinterest, Snapchat, Bing, Idealo, Pricespy, Skroutz, Shopzilla, and more.

This plugin will help you generate optimized WooCommerce product feeds in XML, CSV, XLSX, TXT formats and integrate them with popular sales channels.

Turn your Facebook page or Instagram account into a perfect sales channel for your WooCommerce products. Get free listings and ads on Google Shopping for WooCommerce products and generate product feed for TikTok shops (via Product upload accelerator method), Pinterest, Snapchat, and Bing shop.

With the Facebook catalog sync option, you will be able to automatically sync your product catalogs with Facebook shops.

For Google Shopping, the plugin lets you connect your WooCommerce store with the Merchant Center using WooCommerce Google Product feed.

See how the plugin works: Try out demo

Product Feed for WooCommerce – Google Shops, Facebook Shop, TikTok, Instagram, and More (Basic)

  • Channels – Supports 20+ channels.

  • Easy setup – It lets you easily connect your WooCommerce store to Google, Facebook, and Instagram, TikTok, Snapchat, Bing and more using its simple interface. It takes less than 3 minutes to set up.

  • Facebook sync – You can sync your WooCommerce products directly with your Facebook business page to set up the Facebook shop or Facebook dynamic ads.

  • Connect with Google Shopping – Easily integrate your shop with Google Merchant Center to promote your products on Google Shopping, Google Local Inventory, Google Merchant Promotions, and Buy on Google.

  • Add static values to feed – Add static values to the feed easily.

  • Smart filtering – It lets you filter product categories to specifically include or exclude from the product feeds generated.

  • Batch sync – Sync thousands of WooCommerce products with Facebook, Google, or Instagram shops by enabling batch sync. This will reduce the server load and ensure successful product synchronization.

  • Category mapping – Quickly map the categories in your store with the Facebook and Google shops categories and save the mapping for future use.

  • Edit mapping – Allows you to edit the existing Facebook category mapping.

  • Product sync log – View failed product syncs for easy debugging.

  • Manage generated feeds – View and manage generated product feed data.

Why choose us?

The most simple product feed plugin for WooCommerce. This plugin is made to eliminate any complexities in generating WooCommerce product feeds. We offer complete support and regular updates for our plugins.

Hear it from our users

alienative (@alienative) ⭐⭐⭐⭐⭐
I was having a problem with Discounted Items (which I used a plugin for) and the support was very quick to provide a solution. thank you!

charismchl (@charismchl) ⭐⭐⭐⭐⭐
After trying many plugins i can say this is the best and working fine. Very easy to upload your products…!!!

miata2 (@miata2) ⭐⭐⭐⭐⭐
Keep up the great work! Your plugin is way better than the Facebook for Woocommerce by Facebook, which was very buggy and caused conflicts with other plugins.

WOOCOMMERCE PRODUCT FEED PLUGIN (Pro)

The premium version of the Product Feed for WooCommerce plugin gives you advanced features and filtering options and supports additional sales channels.

Premium Version Features

✅ Dynamic Price & Feed Update (New)
✅ Advanced product filtering options when generating product feed
✅ Supports WooCommerce Multilingual & Multicurrency for WPML
✅ Set feed refresh intervals at a specific time
✅ Exclude out-of-stock products
✅ Server cron for managed hosting
✅ Auto-catalog sync for Facebook catalog
✅ Select which product variations to include in the feed: all variations, the default variation, or the lowest priced variation
✅ Compatibility with Perfect brands for WooCommerce
✅ Multi-vendor compatibility for Dokan plugin

Supported Sales Channels

  • Google Shopping Feed
  • Meta feed for Facebook/Instagram
  • Google Local Product Inventory
  • Google Merchant Promotions
  • Buy on Google
  • TikTok Ads
  • TikTok shops (New)
  • Pinterest Product Feed
  • Snapchat Feed
  • Idealo Product Feed
  • Bing Shopping Feed
  • PriceSpy Feed
  • PriceRunner Feed
  • Skroutz Data Feed
  • Shopzilla Feed
  • Bizrate Product Feed
  • Become Shop Feed
  • Price grabber Feed
  • LeGuide Feed (Premium)
  • Google Product Reviews (Premium)
  • Custom Feed (Premium)

Please visit WooCommerce Product Feed Plugin for more details.

Below is an overview video of the WooCommerce Product Feed Plugin (Pro) plugin.

Installation and Setup

You can visit this setup guide to learn how to install and setup the plugin, generate WooCommerce product feeds and configure Facebook catalog sync.

Support

If you experience any issue with the plugin you can reach the support to get quick help and resolve your issues as soon as possible.

Screenshots

  • Create new feed - Facebook / Instagram Shop.
  • Attribute mapping - Facebook / Instagram Shop.
  • Category mapping - Facebook / Instagram Shop.
  • Generate feed - Facebook / Instagram Shop.
  • Create new feed - Google Shop.
  • Attribute mapping - Google Shop.
  • Category mapping - Google Shop.
  • Generate feed - Google Shop.
  • Manage Feeds.
  • Menu navigation.
  • Connect to FB catalog
  • Facebook login.
  • Verification before connect.
  • Permission verification before connect.
  • Facebook permissions.
  • Manage connection.
  • Category mapping.
  • Product sync progress window.
  • FB catalog manager.
  • Logs

Installation

Minimum Requirements

  • PHP Version: 5.6 or later
  • WooCommerce version: 3.0.1 or later
  • WordPress version: 4.0 or later

Steps to install the plugin

To install the plugin, follow the below steps:

Step 1: Log in to your WordPress dashboard.
Step 2: Navigate to Plugins and select Add New.
Step 3: From the search box, type “WooCommerce Product feeds” or “Facebook shop catalog” and click Search Plugins.
Step 4: Once you find the Product Feed for WooCommerce plugin, click on Install Now.
Step 5: After installation, click Activate to activate the plugin.

You can also install the plugin by downloading the zip file from the plugin page on WordPress.org. Then upload the file directly from your WordPress dashboard, or using an FTP application.

Plugin Updates

For every update of the plugin, you will be notified on the installed plugins page. You can directly update the plugin from your dashboard. We recommend that you keep the latest version of the plugin so that you can avail yourself of the new functionalities and security features.

FAQ

Do I need a business manager account to set up the store?

Yes, you need a business manager account to connect your WooCommerce product catalog to Facebook.

Does this have any additional costs?

No, Product Feed for WooCommerce is a free plugin that allows you to set up your store on Facebook, Instagram, and Google Merchant Center using WooCommerce product feeds and sync.

Is Server Cron available for refreshing product feed?

No, Server Cron is not available in the free version, but you can upgrade to the premium version to use Server Cron for refreshing product feed.

What currencies do you support?

We support all currencies.

Can I send product feed to Google shop directly from my WooCommerce store?

No. The Product Feed for WooCommerce plugin lets you generate Google feed and you will have to upload it in the Google merchant center yourself.

Does the plugin support TikTok shop XLSX feeds?

Yes. You can easily generate TikTok shop feed using the plugin.

How can I exclude specific products from syncing?

You can use below code snippet on your active theme functions.php file or upgrade to the premium version to do so.

add_filter( 'wt_facebook_sync_products', 'modify_wt_facebook_sync_products', 10, 1 );

function modify_wt_facebook_sync_products( $products ) {

    $exclude_products    = array( 2432, 2433, 2434 ); // Enter product IDs to be excluded
    $sync_products       = array_diff( $products, $exclude_products );
    return $sync_products;

}

Does the plugin support Facebook dynamic ads?

Yes. You can sync WooCommerce products to Facebook catalog to run dynamic ads.

How can I set the product long description as default when uploading to facebook catalog?

You can use below code snippet on your active theme functions.php file.

add_filter( 'wt_facebook_product_description_mode', 'wt_modify_product_description_mode', 10, 1 );

function wt_modify_product_description_mode( $mode ) {

    return 'long'; // Valid values are 'long' and 'short'

}

Reviews

March 8, 2024
After trying several other products to integrate my website with Facebook and eBay, I found Webtoffee. It is the perfect solution. I only wish I had found. it earlier. The mappings from eBay to Facebook work almost out of the box.
February 27, 2024
While evaluating their plugin I encountered an issue with my setup for which they immediately suggested a quick fix. Decided to purchase their plugin and have no regret.
January 23, 2024
I recently had the pleasure of dealing with Alan from the WebToffee support team, and I must say it was an outstanding experience. I encountered a problem with the plugin, and Alan went above and beyond to provide multiple solution approaches promptly and with great competence. His responsiveness was impressive, and his ability to quickly identify and resolve the issue showcased a high level of expertise. Alan's dedication to customer satisfaction was evident throughout our interaction. Thanks to Alan's assistance, the problem was efficiently tackled, and I'm now enjoying seamless functionality with the WebToffee plugin. The level of support I received has undoubtedly solidified my confidence in recommending this plugin to others. Kudos to Alan and the entire WebToffee team for their exceptional service!
January 22, 2024
Definitely the best plugin you can use. Its free version has things that no other plugin offers, like category selection for example. Also their support is unique. I had a question that was answered after a few hours.
Read all 19 reviews

Contributors & Developers

“Product Feed for WooCommerce – Google Shops, Facebook Shop, TikTok, Instagram, and More” is open source software. The following people have contributed to this plugin.

Contributors

“Product Feed for WooCommerce – Google Shops, Facebook Shop, TikTok, Instagram, and More” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Product Feed for WooCommerce – Google Shops, Facebook Shop, TikTok, Instagram, and More” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.1.7 2024-03-21

*[Fix] – Feed contains draft/orphaned variations.
*[Add] – Pagination and bulk delete option in manage feeds page.
*[Add] – Support for Fruugo and Google local inventory ads channels.
*[Add] – Option to set custom time interval for feed auto-refresh.
*[Add] – Support for popular SEO plugins ( Yoast SEO, Rank Math SEO with AI SEO Tools, All in One SEO – Best WordPress SEO Plugin – Easily Improve SEO Rankings & Increase Traffic).
*[Compatibility] – Tested OK with WooCommerce 8.7.0
*[Compatibility] – Tested OK with WordPress 6.5

2.1.6 2024-02-13

*[Fix] – FileType restrictions for channels.
*[Fix] – Price Limited to two decimal places.
*[Add] – Added support for TikTok Shop (via Product upload accelerator method) and PriceRunner channels.
*[Add] – New product block editor support for simple products and product variations.
*[Add] – Support for XLSX file format.
*[Update] – Google Product Category List.
*[Compatibility] – Tested OK with WooCommerce 8.5.2

2.1.5 2024-01-08

*[Add] – Added support for Idealo, Pricespy, Skroutz and Shopzilla channels.
*[Add] – Integration of additional variation while syncing with Facebook.
*[Fix] – Exclude category issue with Bing, TikTok, Snapchat and Pinterest channels.
*[Compatibility] – Tested OK with WooCommerce 8.4.0

2.1.4 2023-11-29

*[Add] – Added support for Pinterest, TikTok, Snapchat & Bing channels.
*[Tweak] – Display of Facebook catalog sync log message
*[Compatibility] – Tested OK with WordPress 6.4
*[Compatibility] – Tested OK with WooCommerce 8.3.0

2.1.3 2023-10-27

*[Fix] – Product Tags contain HTML links
*[Fix] – ‘Refresh Feed’ button does not regenerate the feed file
*[Add] – ‘Additional Variant Attributes’ options for Facebook feed
*[Add] – ‘Global Attributes’ and ‘Local Attributes’ in the mapping screen
*[Compatibility] – Tested OK with WooCommerce 8.2.1

2.1.2 2023-09-26

*[Fix] – Excluded parent product while generating feed.
*[Enhancement] – Map store category with Google/Facebook categories.
*[Compatibility] – Tested OK with WooCommerce 8.1.1

2.1.1 2023-08-28

*[Compatibility] – Perfect Brands for WooCommerce with Facebook catalog sync.
*[Compatibility] – Tested OK with WooCommerce 8.0.2
*[Compatibility] – Tested OK with WordPress 6.3.

2.1.0 2023-07-24

*[Fix] – Additional data missing when syncing with Facebook catalog sync
*[Add] – Category filter-based category mapping.
*[Add] – More additional fields on the product edit page.
*[Add] – Shipping data fix for UK
*[Add] – Convert the category mapping selection mode to ‘type and search’
*[Compatibility] – Tested OK with Facebook Graph API version 17.0.
*[Compatibility] – Tested OK with WooCommerce 7.9.

2.0.9 2023-06-23

[Fix] – If the child variation description is missing add the parent description.
[Add] – Support for static values.
[Add] – Added compatibility with Perfect Brands WooCommerce plugin.
[Add] – Delete products from Facebook when trashed in WooCommerce.
[Add] – Added Google Local Inventory, Google promotion, and Buy on Google.
[Tweak] – Combined Facebook & Google fields in the product edit page into a single tab (WebToffee Product Feed).
[Compatibility] – Tested OK with WooCommerce 7.8.

2.0.8 2023-05-09

  • [Fix] – Fatal error fix on plugin update.

2.0.7 2023-05-08

  • [Add] – Action icons added to Manage feeds list page.
  • [Fix] – Include product category filter not working for variations
  • [Compatibility] – Tested OK with WooCommerce 7.6

2.0.6 2023-03-21

  • [Add] File type column within Manage feeds list page.
  • [Add] Region added in shipping details.
  • [Fix] Deprecated: Creation of dynamic property in latest PHP(8.2)
  • [Fix] Product category filter is not working for Cyrillic characters(Hebrew,Russian)
  • Tested OK with WooCommerce 7.5

2.0.5 2023-02-10

  • [Add] XML format added to product feed types
  • [Fix] Price with tax not showing in the feed
  • [Fix] Product feed stock availability value corrected.
  • [Fix] Delete scheduled action entry when deleting feed

2.0.4 2023-01-27

  • Improvements: Facebook Marketing API v15.0 update.
  • Improvements: Strip all HTML tags from description and short description

2.0.3 2023-01-18

  • Improvements: Country based shipping data updates in product feed.
  • Improvements: Strip all HTML tags from description for Facebook products
  • Improvements: Make Facebook catalog product id unique for sync and feed
  • Tested OK with WooCommerce 7.3

2.0.2 2023-01-09

  • Improvements: Shipping data
  • Improvements: Product description type select option on FB sync
  • Added hourly interval for feed refresh
  • Option to add additional fields in product edit screen ( GTIN, MPN, Brand, Color, Size, Gender…etc)
  • Tested OK with WooCommerce 7.2

2.0.1 2022-11-10

  • Tested OK with WooCommerce 7.1
  • Fixed: Error on category listing page

2.0.0 2022-11-08

  • New: Support for Facebook/Instagram shop and Google shop catalog feeds.

1.2.2 2022-10-18

  • Tested OK with WooCommerce 7.0

1.2.1 2022-08-02

  • Tested OK with WooCommerce 6.7
  • Set the product short description as default when uploading to Facebook Catalog

1.2.0 2022-05-26

  • Tested OK with WordPress 6.0
  • Tested OK with WooCommerce 6.5

1.1.9 2022-04-03

  • Tested OK with WooCommerce 6.3

1.1.8

  • Filter hook ( wt_fb_sync_product_retailer_id ) added for Product retailer id.

1.1.7

  • [Compatibility] WooCommerce 6.2.
  • [Compatibility] WordPress 5.9.
  • Facebook Marketing API v13.0 update.

1.1.6

  • [Compatibility] WooCommerce 6.1.
  • Facebook Marketing API v12.0 update.

1.1.5

  • [Compatibility] WooCommerce 5.9.

1.1.4

  • [Compatibility] Tested OK with WC 5.7.

1.1.3

  • [Compatibility] Tested OK with WP 5.8.
  • [Compatibility] Tested OK with WC 5.6.

1.1.2

  • [Enhancement] Plugin name update.
  • [Enhancement] Facebook marketing API v11 updated.
  • [Compatibility] Tested OK with WooCommerce 5.5.

1.1.1

  • Facebook marketing API v10 updated.
  • Tested OK with WooCommerce 5.3.

1.1.0

  • Plugin icon update.

1.0.9

  • Plugin name update.

1.0.7

  • Facebook marketing API v9 change updated.

1.0.6

  • WC 5.0 tested OK

1.0.5

  • Bug fix: Updating catalog IDs when multiple catalogs

1.0.4

  • Tested OK with WC 4.9.2

1.0.3

  • Tested OK with WP 5.6 and WC 4.8.

1.0.2

  • Plugin name updated.

1.0.1

  • Screenshots updated.

1.0.0

  • Initial commit.