PluginProbe ʕ •ᴥ•ʔ
Meta for WooCommerce / 2.6.2
Meta for WooCommerce v2.6.2
3.7.1 trunk 1.10.0 1.10.1 1.10.2 1.11.0 1.11.1 1.11.2 1.11.3 1.11.4 1.9.11 1.9.12 1.9.13 1.9.14 1.9.15 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.2.0 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.4.0 2.4.1 2.5.0 2.5.1 2.6.0 2.6.1 2.6.10 2.6.11 2.6.12 2.6.13 2.6.14 2.6.15 2.6.16 2.6.17 2.6.18 2.6.19 2.6.2 2.6.20 2.6.21 2.6.22 2.6.23 2.6.24 2.6.25 2.6.26 2.6.27 2.6.28 2.6.29 2.6.3 2.6.30 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.13 3.0.14 3.0.15 3.0.16 3.0.17 3.0.18 3.0.19 3.0.2 3.0.20 3.0.21 3.0.22 3.0.23 3.0.24 3.0.25 3.0.26 3.0.27 3.0.28 3.0.29 3.0.3 3.0.30 3.0.31 3.0.32 3.0.33 3.0.34 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.4.0 3.4.1 3.4.10 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 3.4.9 3.5.10 3.5.11 3.5.12 3.5.13 3.5.14 3.5.15 3.5.16 3.5.17 3.5.18 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.6.3 3.7.0
facebook-for-woocommerce / README.md
facebook-for-woocommerce Last commit date
assets 4 years ago build 4 years ago data 4 years ago i18n 4 years ago includes 4 years ago vendor 4 years ago CODE_OF_CONDUCT.md 4 years ago LICENSE 4 years ago README.md 4 years ago changelog.txt 4 years ago class-wc-facebookcommerce.php 4 years ago facebook-commerce-events-tracker.php 4 years ago facebook-commerce-messenger-chat.php 4 years ago facebook-commerce-pixel-event.php 4 years ago facebook-commerce.php 4 years ago facebook-config-warmer.php 4 years ago facebook-for-woocommerce.php 4 years ago readme.txt 4 years ago webpack.config.js 4 years ago
README.md
34 lines
1 # Facebook for WooCommerce
2
3 This is the development repository for the Facebook for WooCommerce plugin.
4
5 - [](https://woocommerce.com/products/facebookWooCommerce.com product page](https://woocommerce.com/products/facebook](https://woocommerce.com/products/facebook)
6 - [](https://wordpress.org/plugins/facebook-for-woocommerce/WordPress.org plugin page](https://wordpress.org/plugins/facebook-for-woocommerce/](https://wordpress.org/plugins/facebook-for-woocommerce/)
7 - [](https://docs.woocommerce.com/document/facebook-for-woocommerceUser documentation](https://docs.woocommerce.com/document/facebook-for-woocommerce](https://docs.woocommerce.com/document/facebook-for-woocommerce)
8
9 ## Support
10 The best place to get support is the [](https://wordpress.org/support/plugin/facebook-for-woocommerce/WordPress.org Facebook for WooCommerce forum](https://wordpress.org/support/plugin/facebook-for-woocommerce/](https://wordpress.org/support/plugin/facebook-for-woocommerce/).
11
12 If you have a WooCommerce.com account, you can [](https://woocommerce.com/my-account/create-a-ticket/start a chat or open a ticket on WooCommerce.com](https://woocommerce.com/my-account/create-a-ticket/](https://woocommerce.com/my-account/create-a-ticket/).
13
14 ## Development
15 ### Developing
16 - Clone this repository into the `wp-content/plugins/` folder your WooCommerce development environment.
17 - Install dependencies:
18 - `npm install`
19 - `composer install`
20 - Build assets:
21 - `npm start` to build a development version
22 - Linting:
23 - `npm run lint:php` to run PHPCS linter on all PHP files
24
25 #### Production build
26 This plugin uses a custom build tool called [](https://github.com/skyverge/sake`sake`](https://github.com/skyverge/sake](https://github.com/skyverge/sake).
27
28 If you have `sake` set up on your system, these commands can be used to generate a production build.
29
30 - `npm run build` builds and zips to `/build/facebook-for-woocommerce.{version}.zip`.
31
32 ### Releasing
33 Refer to the [](https://github.com/woocommerce/facebook-for-woocommerce/wiki/Build-&-Releasewiki for details of how to build and release the plugin](https://github.com/woocommerce/facebook-for-woocommerce/wiki/Build-&-Release](https://github.com/woocommerce/facebook-for-woocommerce/wiki/Build-&-Release).
34