Don't know what Zype is? Learn more about Zype here.
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
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!
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 [email protected].
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