Plugin Directory

Changeset 1657479


Ignore:
Timestamp:
05/15/2017 07:44:04 AM (9 years ago)
Author:
nathanbru
Message:

updated README.md

Location:
wibbitz
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wibbitz/tags/0.2/readme.txt

    r1495154 r1657479  
    1 === Wibbitz ===
     1=== Wibbitz Video Player ===
    22
    3 Plugin Name: Wibbitz
     3Plugin Name: Wibbitz Video Player
    44Tags: Video, Wibbitz
    55Plugin URI: http://wibbitz.com
    66Author: Wibbitz
    77Contributors: Wibbitz
    8 Description: Allows wordpress websites to embed Wibbitz player inside a post using a shortcode.
     8Description: An easy way to embed Wibbitz video players on every page of your site
    99Version: 0.2
    1010Stable tag: 0.2
     
    1515
    1616== Description ==
     17The Wibbitz Video Player plugin makes it easy to embed Wibbitz players on every page of your WordPress site.
     18All 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.
     19Voilà! 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.
    1720
    18 This plugin allows wordpress site to embed Wibbitz player inside a post using shortcode.
     21**Wibbitz Video Player Settings**
    1922
    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
    2128
    22 **Options**
     29**Wibbitz Video Player Usage**
    2330
    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”
    4037
    4138**Full Usage Example**
    4239
    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”]’
    4441
    4542== Installation ==
  • wibbitz/trunk/readme.txt

    r1495154 r1657479  
    1 === Wibbitz ===
     1=== Wibbitz Video Player ===
    22
    3 Plugin Name: Wibbitz
     3Plugin Name: Wibbitz Video Player
    44Tags: Video, Wibbitz
    55Plugin URI: http://wibbitz.com
    66Author: Wibbitz
    77Contributors: Wibbitz
    8 Description: Allows wordpress websites to embed Wibbitz player inside a post using a shortcode.
     8Description: An easy way to embed Wibbitz video players on every page of your site
    99Version: 0.2
    1010Stable tag: 0.2
     
    1515
    1616== Description ==
     17The Wibbitz Video Player plugin makes it easy to embed Wibbitz players on every page of your WordPress site.
     18All 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.
     19Voilà! 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.
    1720
    18 This plugin allows wordpress site to embed Wibbitz player inside a post using shortcode.
     21**Wibbitz Video Player Settings**
    1922
    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
    2128
    22 **Options**
     29**Wibbitz Video Player Usage**
    2330
    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”
    4037
    4138**Full Usage Example**
    4239
    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”]’
    4441
    4542== Installation ==
Note: See TracChangeset for help on using the changeset viewer.