Changeset 1657526
- Timestamp:
- 05/15/2017 08:15:37 AM (9 years ago)
- File:
-
- 1 edited
-
wibbitz/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wibbitz/trunk/readme.txt
r1657479 r1657526 6 6 Author: Wibbitz 7 7 Contributors: Wibbitz 8 Description: An easy way to embed Wibbitz video players on every page of your site 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 … … 19 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. 20 20 21 **Wibbitz Video Player Settings** 21 == Wibbitz Video Player Settings == 22 22 23 23 + **First video:** Designate with Wibbitz video ID (found at the end of video URL) … … 27 27 + **Video title:** Show on video poster 28 28 29 **Wibbitz Video Player Usage** 29 == Wibbitz Video Player Usage == 30 30 31 31 **First video:** wibbitz-clip-id=”[INSERT ID]” (found at the end of video URL) … … 36 36 **Video title:** wibbitz-poster=”title” 37 37 38 **Full Usage Example** 38 == Full Usage Example == 39 39 40 40 ‘[wibbitz-player wibbitz-clip-id="b8a8ff52014cd408ea8a3b219b428d084" wibbitz-next="auto" wibbitz-autoplay="false" wibbitz-mute="true" wibbitz-poster=”title”]’ … … 44 44 1. Upload the plugin files to the `/wp-content/plugins/wibbitz` directory, or install the plugin through the WordPress plugins screen directly. 45 45 2. Activate the plugin through the 'Plugins' screen in WordPress 46 47 == Usage ==48 49 1. Clip id - wibbitz-clip-id=b8a8ff52014cd408ea8a3b219b428d08450 2. Autoplay options - wibbitz-autoplay="false" | wibbitz-autoplay="true" | wibbitz-autoplay="scroll"51 3. Sound options - wibbitz-mute="true" | wibbitz-mute="false"52 4. Clip next options - wibbitz-next="auto" | wibbitz-next="manual" | wibbitz-next="auto-delay"53 5. Hover to unmute - wibbitz-hovertounmute="true" (Only when autoplay and mute are enabled).54 6. Show clip title - wibbitz-poster="title"55 56 == Example Usage ==57 ‘[wibbitz-player wibbitz-clip-id="b8a8ff52014cd408ea8a3b219b428d084" wibbitz-autoplay="false" wibbitz-next="auto" wibbitz-mute="true"]‘
Note: See TracChangeset
for help on using the changeset viewer.