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 |