Don't know what Zype is? Learn more about Zype here.
- Zype Wordpress Plugin
- Instalation
- Website Integration
- Contributing to the repo
- Support
- Versioning
- License
This free plugin allows you to turn your WordPress website into an eye-catching, easy to use video streaming destination integrated with the Zype platform with minimal coding and configuration. The plugin is built with PHP and the Zype API. With brief setup you can begin streaming video on your website.
Using the plugin you can sell subscriptions for premium video content, track analytics for video engagement, create playlists and insert videos using shortcodes, and even broadcast live events with just a few clicks.
The Zype cloud service provides publishing, monetization, streaming, audience management, and analytics software that is integrated into hundreds of web, mobile, and OTT apps and engaged by millions of viewers every month.
Full functionality of the plugin can be viewed on Zype Plugin demo website.
- Easily add videos and playlist galleries to any page or post using shortcodes.
- Responsive design instantly works on mobile and desktop with any theme.
- Stream your content from a wide range of sources including native video uploads, YouTube, Vimeo, Hulu, and more.
- Your branding front and center with your own custom branded HTML5 video player.
- Generate revenue with built-in subscription paywalls to make more money from your premium content.
- Maximize ad revenue with preroll, midroll, and postroll ads, including support for dynamic ad pairing.
- Broadcast high quality Live Streams anywhere on your website with just a few clicks.
- Improve discovery and navigation for your audience by displaying playlist galleries showcasing your entire video library.
- Subscription
- Ads
- A valid and current Zype account
- Requires WordPress version: 4.6 or higher | Tested up to: 4.9.5
- Requires PHP: 5.6
The repo includes a Dockerfile ready to download the dependencies and run the application(with xdebug v3 support for debugging).
NOTE: Make sure to change the database credentials in the Dockerfile before installation
To setup everything you only need to run:
docker-compose build
docker-compose up -d
docker-compose exec wordpress bash -c "cd /var/www/html/wp-content/plugins/zype-plugin && composer install --no-scripts"
The composer install
step downloads the project dependencies, so is actually only needed to run the first time and whenever you add a new dependency.
Download latest release from Google Drive link in releases section in Github
- Log in to the administrator panel.
- Go to Plugins Add > New > Upload.
- Click Choose file (Browse) and select the downloaded zip file of the zype plugin.
- Click Install Now button.
- Click Activate Plugin button for activating the Zype.
Clone or download zype-wordpress-plugin repo. If you downloaded the ZIP file, you need to unzip the file.
- Open up Terminal. Navigate inside downloaded repo.
cd path/to/plugin-folder # change directory to plugin folder
- Enter the following command to get the required libraries:
composer install # get the latest version of required libraries with Composer
-
After the libraries have been updated, ZIP the plugin folder.
-
Manually add a new plugin in Wordpress and upload the ZIP file you just zipped.
API Keys & Consumer Settings
- Following installation you must import API and app keys from your Zype account. API and app keys will automatically validate as they are being added.
- In order to support consumer management, you must also import your consumer OAuth keys and secret.
Enhanced Playlists
- To set up enhanced playlists, there needs to be a root playlist set up in your Zype account. To create a root playlist, you can visit the Manage Playlist Relationships page in Zype and create a parent/child playlist structure.
Monetization
- In order to use subscription monetization on your Wordpress website, you must have a Braintree or Stripe account and have your Braintree / Stripe settings configured in the plugin as well as in the Zype platform.
Shortcodes can be inserted anywere on your Wordpress website and will render underlying functionality based on plugin configuration.
- [zype_video id='Insert Video ID'] Will render a single video from your Zype account
- [zype_playlist id='Insert Playlist ID'] Will render a playlist and all nested content from your Zype account
- [zype_playlist id='Insert Playlist ID' zype_type=video_single] Will render all videos within a selected playlist
- [zype_auth] Will render login/signup functionality.
- [zype_signup] Will render signup functionality
URL rewrites add new pages to your website.
We welcome contributions to Zype Wordpress Plugin. If you have any suggestions or notice any bugs you can raise an issue. If you have any changes to the code base that you want to see added, you can fork the repository, then submit a pull request with your changes explaining what you changed, why you believe it should be added, and how one would test these changes. Thank you in advance to the community!
Since the project is dockerized just runnning the following will have a wordpress running with the Zypw Wordpress plugin:
docker-compose build && docker-compose up -d
if this is the first time you run the project (or if you added a new dependency) remember that you must download the dependencies (check Installation via docker compose section to see the command to download them)
Also you will probably need to change the Permalink Settings
to Post name
if not the routes from resources/routes.php
won't work
The first time you start the app it will ask you to sign up a new user. If by some reason you removed it from the DB or you just want to do a fresh start you can remove the volumes and build the images again from scratch:
docker-compose kill && docker-compose rm
docker volume rm zype-wordpress-plugin_db zype-wordpress-plugin_wordpress
docker rmi zype-wordpress-plugin_wordpress
docker-compose build
docker-compose up -d
In your launch.json add the following configuration:
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"log": true,
"pathMappings": {
"/var/www/html/wp-content/plugins/zype-plugin": "${workspaceRoot}"
},
"xdebugSettings": {
"max_data": 65535,
"show_hidden": 1,
"max_children": 100,
"max_depth": 5
}
}
And just click play on
If you want to create a release you must remove:
- Once your code is in master, create a new version:
git tag X.X.X
and push the tag to the repo. - Duplicate the project folder and rename the copy to something like
zype-wordpress-plugin-vX.X.X
- Remove the
.git
folder, thedocker-compose.yml
andDockerfile
files. - Compress the folder into a zip file.
- Go to the releases page and create the release
Zype Wordpress Plugin vX.X.X
and upload the zipped file to the release.
If you need more information on how the Zype API works, you can read documentation here. If you have any other questions, feel free to contact us at support@zype.com.
For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the GPL-2.0 License - see the LICENSE file for details
There's a Zype production account https://zypeplugin.com/