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

描述

Promote and get more eyeballs on your WooCommerce products on Google Merchant Center, Facebook, Instagram, TikTok, Pinterest, Snapchat, and Bing shops. This plugin will help you generate optimized WooCommerce product feeds in XML or CSV 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 TikTok product feed, Pinterest product feed, Snapchat Shopping feed, and Bing shopping feed.

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 feeds.

See how the plugin works: Try out demo

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

  • 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 feed – 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 WooCommerce Product Feed & Sync Manager plugin gives you advanced features and filtering options and supports multiple sales channels.

Premium Version Features

✅ Generate WooCommerce product feeds for 15+ sales channels
✅ Multilingual and multicurrency support
✅ Set feed refresh intervals at a specific time
✅ Advanced product filtering options when generating product feed
✅ Exclude out-of-stock products
✅ Server cron for managed hosting
✅ Auto-catalog sync for Facebook catalog sync
✅ 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

Supported Sales Channels (Premium)

  • Google Shopping Feed
  • Meta feed for Facebook/Instagram
  • Google Local Product Inventory
  • Google Merchant Promotions
  • Buy on Google
  • Google Product Reviews
  • TikTok Product Feed
  • 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

Please visit WebToffee WooCommerce Product Feed & Sync Manager for more details.

Below is an overview video of the WebToffee WooCommerce Product Feed & Sync Manager (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.

屏幕截图

  • 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

安装

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 WebToffee WooCommerce Product Feed & Sync Manager 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.

常见问题

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, WebToffee WooCommerce Product Feed & Sync Manager 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?

Yes. The WebToffee WooCommerce Product Feed & Sync Manager plugin lets you automatically send and update WooCommerce product feeds to Google Merchant Center.

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'

}

评价

2023年10月9日
Plugin works super well! Was looking for something lightweight and reliable. Moved from CTX feed as they had issues handling larger stores especially when WP Cron was disabled The ability to add a Server Cron from EasyCron/or the server itself has my mind at ease knowing the feeds are updating. Support is fantastic! Every tweak I've requested have been turned around within a few days.
2023年2月12日
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!
阅读所有13条评价

贡献者及开发者

“Product Feed for WooCommerce – Google Shops, Facebook Shop, TikTok, Instagram, and More” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

“Product Feed for WooCommerce – Google Shops, Facebook Shop, TikTok, Instagram, and More”插件已被翻译至1种本地话语言。 感谢所有译者为本插件所做的贡献。

将“Product Feed for WooCommerce – Google Shops, Facebook Shop, TikTok, Instagram, and More”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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.