Skip to content

Commit 348fd5c

Browse files
vahidkay-metafacebook-github-bot
authored andcommitted
Updated the links to Meta Support (#3523)
Summary: ## Description Updated the links for documentation and support to reflect the latest updates ### Type of change Please delete options that are not relevant - Fix (non-breaking change which fixes an issue) ## Checklist - [x] I have commented my code, particularly in hard-to-understand areas, if any. - [x] I have confirmed that my changes do not introduce any new PHPCS warnings or errors. - [x] I have checked plugin debug logs that my changes do not introduce any new PHP warnings or FATAL errors. - [x] I followed general Pull Request best practices. Meta employees to follow this [wiki]([url](https://fburl.com/wiki/2cgfduwc)). - [x] I have added tests (if necessary) and all the new and existing unit tests pass locally with my changes. - [x] I have completed dogfooding and QA testing, or I have conducted thorough due diligence to ensure that it does not break existing functionality. - [x] I have updated or requested update to plugin documentations (if necessary). Meta employees to follow this [wiki]([url](https://fburl.com/wiki/nhx73tgs)). ## Changelog entry Update Support & Documentation links to Meta domain Pull Request resolved: #3523 Test Plan: The github documentation ( Readme.md ) should reflect the new links. Also the plugin description page should be updated as well, to the Meta domain links. Reviewed By: akpurifb Differential Revision: D78797659 Pulled By: vahidkay-meta fbshipit-source-id: af13df5d6e7967d1a7bcc3909135e44a027ea60d
1 parent 6e66b34 commit 348fd5c

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ Grow your business on Facebook and Instagram. Easily promote your products and t
1212

1313
### This is the development repository for the Facebook for WooCommerce plugin.
1414

15-
- [WooCommerce.com product page](https://woocommerce.com/products/facebook/)
1615
- [WordPress.org plugin page](https://wordpress.org/plugins/facebook-for-woocommerce/)
17-
- [User documentation](https://woocommerce.com/document/facebook-for-woocommerce/)
16+
- [User documentation](https://www.facebook.com/business/search/?q=woocommerce)
1817

1918
## Support
2019

21-
The best place to get support is
22-
the [WordPress.org Facebook for WooCommerce forum](https://wordpress.org/support/plugin/facebook-for-woocommerce/).
20+
Please first take a look at the Meta helpcenter docs, by searching for keywords like 'WooCommerce' [here](https://www.facebook.com/business/help). If you didn't find what you were looking for, you can go to [Meta direct support](https://www.facebook.com/business-support-home) and ask your question.
2321

2422
If you have a WooCommerce.com account, you
2523
can [search for help or submit a help request on WooCommerce.com](https://woocommerce.com/my-account/contact-support/).

class-wc-facebookcommerce.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ public function get_settings_url( $plugin_id = null ) {
761761
* @return string
762762
*/
763763
public function get_documentation_url() {
764-
return 'https://woocommerce.com/document/facebook-for-woocommerce/';
764+
return 'https://www.facebook.com/business/search/?q=woocommerce';
765765
}
766766

767767
/**
@@ -772,7 +772,7 @@ public function get_documentation_url() {
772772
* @return string
773773
*/
774774
public function get_support_url() {
775-
return 'https://wordpress.org/support/plugin/facebook-for-woocommerce/';
775+
return 'https://www.facebook.com/business-support-home';
776776
}
777777

778778
/**
@@ -783,7 +783,7 @@ public function get_support_url() {
783783
* @return string
784784
*/
785785
public function get_sales_page_url() {
786-
return 'https://woocommerce.com/products/facebook/';
786+
return 'https://wordpress.org/plugins/facebook-for-woocommerce/';
787787
}
788788

789789
/**

readme.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,17 @@ Visit the Facebook Help Center [here](https://www.facebook.com/business/help/900
2828

2929
== Support ==
3030

31-
If you believe you have found a security vulnerability on Facebook, we encourage you to let us know right away. We investigate all legitimate reports and do our best to quickly fix the problem. Before reporting, please review [this page](https://www.facebook.com/whitehat), which includes our responsible disclosure policy and reward guideline. You can submit bugs [here](https://github.com/facebookincubator/facebook-for-woocommerce/issues) or contact advertising support [here](https://www.facebook.com/business/help/900699293402826).
32-
33-
When opening a bug on GitHub, please give us as many details as possible.
31+
Before raising a question with Meta Support, please first take a look at the Meta [helpcenter docs](https://www.facebook.com/business/help), by searching for keywords like 'WooCommerce' here. If you didn't find what you were looking for, you can go to [Meta Direct Support](https://www.facebook.com/business-support-home) and ask your question.
3432

33+
When reporting an issue on Meta Direct Support, please give us as many details as possible.
3534
* Symptoms of your problem
3635
* Screenshot, if possible
3736
* Your Facebook page URL
3837
* Your website URL
3938
* Current version of Facebook-for-WooCommerce, WooCommerce, Wordpress, PHP
4039

40+
To suggest technical improvements, you can raise an issue on our [Github repository](https://github.com/facebook/facebook-for-woocommerce/issues).
41+
4142
== Changelog ==
4243

4344
= 3.5.4 - 2025-06-25 =

0 commit comments

Comments
 (0)