Plugin Directory

Changeset 1657526


Ignore:
Timestamp:
05/15/2017 08:15:37 AM (9 years ago)
Author:
nathanbru
Message:

Update trunk readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wibbitz/trunk/readme.txt

    r1657479 r1657526  
    66Author: Wibbitz
    77Contributors: Wibbitz
    8 Description: An easy way to embed Wibbitz video players on every page of your site
     8Description: An easy way to embed Wibbitz video players on every page of your site.
    99Version: 0.2
    1010Stable tag: 0.2
     
    1919Voilà! 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.
    2020
    21 **Wibbitz Video Player Settings**
     21== Wibbitz Video Player Settings ==
    2222
    2323+ **First video:** Designate with Wibbitz video ID (found at the end of video URL)
     
    2727+ **Video title:** Show on video poster
    2828
    29 **Wibbitz Video Player Usage**
     29== Wibbitz Video Player Usage ==
    3030
    3131**First video:** wibbitz-clip-id=”[INSERT ID]” (found at the end of video URL)
     
    3636**Video title:** wibbitz-poster=”title”
    3737
    38 **Full Usage Example**
     38== Full Usage Example ==
    3939
    4040‘[wibbitz-player wibbitz-clip-id="b8a8ff52014cd408ea8a3b219b428d084" wibbitz-next="auto" wibbitz-autoplay="false" wibbitz-mute="true" wibbitz-poster=”title”]’
     
    44441. Upload the plugin files to the `/wp-content/plugins/wibbitz` directory, or install the plugin through the WordPress plugins screen directly.
    45452. Activate the plugin through the 'Plugins' screen in WordPress
    46 
    47 == Usage ==
    48 
    49 1. Clip id - wibbitz-clip-id=b8a8ff52014cd408ea8a3b219b428d084
    50 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.