diff --git a/plugins/woocommerce/readme.txt b/plugins/woocommerce/readme.txt index 9a0d2ef3368..2de0fb68e14 100644 --- a/plugins/woocommerce/readme.txt +++ b/plugins/woocommerce/readme.txt @@ -314,6 +314,7 @@ WooCommerce comes with some sample data you can use to see how products look; im * Dev - Update docs [#51144](https://github.com/woocommerce/woocommerce/pull/51144) * Dev - Updated webpack build script for wc admin so that the wp-admin-scripts are dynamically fetched from the fs instead of a hard list [#51133](https://github.com/woocommerce/woocommerce/pull/51133) * Dev - [Enhancement] Abstract rating block #50810 [#50810](https://github.com/woocommerce/woocommerce/pull/50810) +* Tweak - Add default Facebook for WooCommerce plugin recommendation. [#52405](https://github.com/woocommerce/woocommerce/pull/52405) * Tweak - Fix PHPCS warnings in OrdersTableQuery.php and ProductQuery.php [#51281](https://github.com/woocommerce/woocommerce/pull/51281) * Tweak - Fix typo in inline doc in woocommerce client, includes, and lib folders. [#50739](https://github.com/woocommerce/woocommerce/pull/50739) * Tweak - Fix typos in plugins/woocommerce-blocks/docs [#48562](https://github.com/woocommerce/woocommerce/pull/48562) diff --git a/plugins/woocommerce/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php b/plugins/woocommerce/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php index c46decb0f7f..7b7e927ddd3 100644 --- a/plugins/woocommerce/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php +++ b/plugins/woocommerce/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php @@ -107,6 +107,22 @@ class DefaultMarketingRecommendations { ), 'tags' => array(), ), + array( + 'title' => 'Facebook for WooCommerce', + 'description' => __( 'List products and create ads on Facebook and Instagram.', 'woocommerce' ), + 'url' => "https://woocommerce.com/products/facebook/{$utm_string}", + 'direct_install' => true, + 'icon' => "{$icon_dir_url}/facebook.svg", + 'product' => 'facebook-for-woocommerce', + 'plugin' => 'facebook-for-woocommerce/facebook-for-woocommerce.php', + 'categories' => array( + $marketing, + ), + 'subcategories' => array( + $sales_channels, + ), + 'tags' => array(), + ), array( 'title' => 'MailPoet', 'description' => __( 'Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.', 'woocommerce' ),