https://github.com/zohaib87/woo-stream
Facebook live stream integration for WooCommerce.
https://github.com/zohaib87/woo-stream
facebook facebook-api streaming woocommerce woocommerce-plugin wordpress wordpress-plugin wp-plugin
Last synced: about 1 month ago
JSON representation
Facebook live stream integration for WooCommerce.
- Host: GitHub
- URL: https://github.com/zohaib87/woo-stream
- Owner: zohaib87
- License: gpl-2.0
- Created: 2023-03-28T10:25:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T10:36:00.000Z (over 1 year ago)
- Last Synced: 2025-02-10T15:50:37.901Z (3 months ago)
- Topics: facebook, facebook-api, streaming, woocommerce, woocommerce-plugin, wordpress, wordpress-plugin, wp-plugin
- Language: PHP
- Homepage: https://zohaib87.github.io/woo-stream/
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Support: docs/support.md
Awesome Lists containing this project
README
## About Woo Stream
[](https://github.com/zohaib87/woo-stream/issues)
[](https://github.com/zohaib87/woo-stream/releases/latest)

[](https://github.com/zohaib87/woo-stream/blob/master/LICENSE.md)Woo Stream is a plugin that integrates Facebook Live streaming with WooCommerce. With Woo Stream, merchants can live stream their products and services directly on their WooCommerce store's pages, making it easier for customers to see and learn about their products.
[](https://github.com/zohaib87/woo-stream/releases/latest/download/woo-stream.zip)
[](https://zohaib87.github.io/woo-stream)## Contributing
๐ฅ๏ธ Hello, fellow developer! ๐
Your [pull requests](https://github.com/zohaib87/woo-stream/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/zohaib87/woo-stream/issues) or open one about something you want to contribute and we can discuss it before your pull request.
1. You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/).
2. Create a fork of this repository.
3. Clone the fork on your local machine. Your remote repo on Github is called `origin`.
4. Add this repository as a remote called `upstream`.
5. If you created your fork a while ago be sure to pull upstream changes into your local repository.
6. Open command line, navigate to the local repository and run `npm install` to install dependencies.
7. Create a new branch to work on. Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).
8. Once changes/feature/fix is completed, push your branch to your fork on Github, the remote `origin`.
9. From your fork open a pull request in the correct branch. Target this project's `main` branch.