Changeset 1657479
- Timestamp:
- 05/15/2017 07:44:04 AM (9 years ago)
- Location:
- wibbitz
- Files:
-
- 2 edited
-
tags/0.2/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wibbitz/tags/0.2/readme.txt
r1495154 r1657479 1 === Wibbitz ===1 === Wibbitz Video Player === 2 2 3 Plugin Name: Wibbitz 3 Plugin Name: Wibbitz Video Player 4 4 Tags: Video, Wibbitz 5 5 Plugin URI: http://wibbitz.com 6 6 Author: Wibbitz 7 7 Contributors: Wibbitz 8 Description: A llows wordpress websites to embed Wibbitz player inside a post using a shortcode.8 Description: An easy way to embed Wibbitz video players on every page of your site 9 9 Version: 0.2 10 10 Stable tag: 0.2 … … 15 15 16 16 == Description == 17 The Wibbitz Video Player plugin makes it easy to embed Wibbitz players on every page of your WordPress site. 18 All you have to do is install the plugin, add the [wibbitz-player] shortcode with your video ID and player settings to your page, and Publish your video in the Wibbitz Control Room. 19 Voilà! Your site is now integrated with the Wibbitz platform. Check out [this blog post](http://blog.wibbitz.com/wordpress-plugin-streamlines-video-distribution-monetization) to learn more about the Wibbitz plugin and video players. 17 20 18 This plugin allows wordpress site to embed Wibbitz player inside a post using shortcode. 21 **Wibbitz Video Player Settings** 19 22 20 Using the shortcode [wibbitz-player], there are a few customisable options: 23 + **First video:** Designate with Wibbitz video ID (found at the end of video URL) 24 + **Next video:** Auto, manual, or auto delay 25 + **Play:** Autoplay, click-to-play, or scroll-to-play 26 + **Sound:** Sound on, mute, or hover to unmute 27 + **Video title:** Show on video poster 21 28 22 ** Options**29 **Wibbitz Video Player Usage** 23 30 24 1. Clip ID - your Wibbitz clip id. 25 2. Autoplay - can be set as true, false or scroll to play. 26 3. Sound - true or false. 27 4. Next Clip - auto or manual. 28 5. Hover to unmute - only when clip is autoplay and mute. 29 6. Show clip title on poster. 30 31 **Usage** 32 33 34 1. Clip id - wibbitz-clip-id=b8a8ff52014cd408ea8a3b219b428d084 35 2. Autoplay options - wibbitz-autoplay="false" | wibbitz-autoplay="true" | wibbitz-autoplay="scroll" 36 3. Sound options - wibbitz-mute="true" | wibbitz-mute="false" 37 4. Clip next options - wibbitz-next="auto" | wibbitz-next="manual" | wibbitz-next="auto-delay" 38 5. Hover to unmute - wibbitz-hovertounmute="true" (Only when autoplay and mute are enabled). 39 6. Show clip title - wibbitz-poster="title" 31 **First video:** wibbitz-clip-id=”[INSERT ID]” (found at the end of video URL) 32 **Next video:** wibbitz-next=”auto” | wibbitz-next=”manual” | wibbitz-next=”auto-delay” 33 **Play:** wibbitz-autoplay=”true” | wibbitz-autoplay=”false” | wibbitz-autoplay=”scroll” 34 **Sound:** wibbitz-mute=”false” | wibbitz-mute=”true” | wibbitz-hovertounmute=”true” 35 *Hover to unmute only works when both autoplay and mute = “true” 36 **Video title:** wibbitz-poster=”title” 40 37 41 38 **Full Usage Example** 42 39 43 ‘[wibbitz-player wibbitz-clip-id="b8a8ff52014cd408ea8a3b219b428d084" wibbitz- autoplay="false" wibbitz-next="auto" wibbitz-mute="true"]’40 ‘[wibbitz-player wibbitz-clip-id="b8a8ff52014cd408ea8a3b219b428d084" wibbitz-next="auto" wibbitz-autoplay="false" wibbitz-mute="true" wibbitz-poster=”title”]’ 44 41 45 42 == Installation == -
wibbitz/trunk/readme.txt
r1495154 r1657479 1 === Wibbitz ===1 === Wibbitz Video Player === 2 2 3 Plugin Name: Wibbitz 3 Plugin Name: Wibbitz Video Player 4 4 Tags: Video, Wibbitz 5 5 Plugin URI: http://wibbitz.com 6 6 Author: Wibbitz 7 7 Contributors: Wibbitz 8 Description: A llows wordpress websites to embed Wibbitz player inside a post using a shortcode.8 Description: An easy way to embed Wibbitz video players on every page of your site 9 9 Version: 0.2 10 10 Stable tag: 0.2 … … 15 15 16 16 == Description == 17 The Wibbitz Video Player plugin makes it easy to embed Wibbitz players on every page of your WordPress site. 18 All you have to do is install the plugin, add the [wibbitz-player] shortcode with your video ID and player settings to your page, and Publish your video in the Wibbitz Control Room. 19 Voilà! Your site is now integrated with the Wibbitz platform. Check out [this blog post](http://blog.wibbitz.com/wordpress-plugin-streamlines-video-distribution-monetization) to learn more about the Wibbitz plugin and video players. 17 20 18 This plugin allows wordpress site to embed Wibbitz player inside a post using shortcode. 21 **Wibbitz Video Player Settings** 19 22 20 Using the shortcode [wibbitz-player], there are a few customisable options: 23 + **First video:** Designate with Wibbitz video ID (found at the end of video URL) 24 + **Next video:** Auto, manual, or auto delay 25 + **Play:** Autoplay, click-to-play, or scroll-to-play 26 + **Sound:** Sound on, mute, or hover to unmute 27 + **Video title:** Show on video poster 21 28 22 ** Options**29 **Wibbitz Video Player Usage** 23 30 24 1. Clip ID - your Wibbitz clip id. 25 2. Autoplay - can be set as true, false or scroll to play. 26 3. Sound - true or false. 27 4. Next Clip - auto or manual. 28 5. Hover to unmute - only when clip is autoplay and mute. 29 6. Show clip title on poster. 30 31 **Usage** 32 33 34 1. Clip id - wibbitz-clip-id=b8a8ff52014cd408ea8a3b219b428d084 35 2. Autoplay options - wibbitz-autoplay="false" | wibbitz-autoplay="true" | wibbitz-autoplay="scroll" 36 3. Sound options - wibbitz-mute="true" | wibbitz-mute="false" 37 4. Clip next options - wibbitz-next="auto" | wibbitz-next="manual" | wibbitz-next="auto-delay" 38 5. Hover to unmute - wibbitz-hovertounmute="true" (Only when autoplay and mute are enabled). 39 6. Show clip title - wibbitz-poster="title" 31 **First video:** wibbitz-clip-id=”[INSERT ID]” (found at the end of video URL) 32 **Next video:** wibbitz-next=”auto” | wibbitz-next=”manual” | wibbitz-next=”auto-delay” 33 **Play:** wibbitz-autoplay=”true” | wibbitz-autoplay=”false” | wibbitz-autoplay=”scroll” 34 **Sound:** wibbitz-mute=”false” | wibbitz-mute=”true” | wibbitz-hovertounmute=”true” 35 *Hover to unmute only works when both autoplay and mute = “true” 36 **Video title:** wibbitz-poster=”title” 40 37 41 38 **Full Usage Example** 42 39 43 ‘[wibbitz-player wibbitz-clip-id="b8a8ff52014cd408ea8a3b219b428d084" wibbitz- autoplay="false" wibbitz-next="auto" wibbitz-mute="true"]’40 ‘[wibbitz-player wibbitz-clip-id="b8a8ff52014cd408ea8a3b219b428d084" wibbitz-next="auto" wibbitz-autoplay="false" wibbitz-mute="true" wibbitz-poster=”title”]’ 44 41 45 42 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.