Plugin Directory

Changeset 887569


Ignore:
Timestamp:
04/04/2014 03:02:50 PM (12 years ago)
Author:
TCattitude
Message:

vidsy wizard

Location:
vidsy/trunk
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • vidsy/trunk/includes/shortcodes.php

    r883078 r887569  
    1010 *        type, one of the following: fullsite, playerrecent, playerplaylist, playerrecentandplaylists. Default: fullsite.
    1111 *        theme, one of the following: light, dark. Default: light.
     12 *        playlist, name of a playlist (spaces converted to +). Example: my+fails+playlist
    1213 * @return string
    1314 *         Shortcode HTML output
  • vidsy/trunk/readme.txt

    r883078 r887569  
    11=== Vidsy.tv video gallery and video CMS ===
    22Contributors: tcattitude, ramirotenorio
    3 Tags: video, videos, gallery, youtube, vimeo, ustream, embed, player, playlist, integration, tv, shortcode, widget, video gallery, videos galleries, video galleries, wordpress video gallery
     3Tags: video, integration, vidsy, video gallery, youtube gallery, vimeo gallery, ustream gallery, embed videos, youtube, vimeo, ustream, embed youtube, embed vimeo, embed ustream, embedding youtube, embedding vimeo, embedding ustream, simple, simple youtube, simple vimeo, simple ustream, smart youtube playback, smart vimeo playback, smart ustream playback, wordpress youtube embed, wordpress vimeo embed, wordpress ustream embed, youtube embed, vimeo embed, ustream embed, youtube embedding, vimeo embedding, ustream embedding, youtube player, vimeo player, ustream player, youtube plugin, vimeo plugin, ustream plugin, youtube video gallery, vimeo video gallery, ustream video gallery, youtube and vimeo video gallery, youtube and ustream video gallery, vimeo and ustream video gallery,  youtube video gallery plugin, vimeo video gallery plugin, ustream video gallery plugin, youtube and vimeo video gallery plugin, youtube and ustream video gallery plugin, vimeo and ustream video gallery plugin, video playlist, youtube playlist, vimeo playlist, ustream playlist, youtube and vimeo playlist, youtube and ustream playlist, youtube video playlist, vimeo video playlist, ustream video playlist, youtube and vimeo playlist, youtube and ustream playlist, vimeo and ustream playlist, embed video playlist, video playlist embed, youtube playlist plugin, vimeo playlist plugin, ustream playlist plugin, youtube and vimeo playlist plugin, youtube and ustream playlist plugin, vimeo and ustream playlist plugin, youtube video playlist plugin, vimeo video playlist plugin, ustream video playlist plugin, youtube and vimeo playlist plugin, youtube and ustream playlist plugin, vimeo and ustream playlist plugin, shortcode, plugin, video plugin, video shortcode, video gallery shortcode, tv, widget, galleries.
    44Requires at least: 3.5.1
    55Tested up to: 3.8.1
    6 Stable tag: 1.0.4.5
     6Stable tag: 1.0.5.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    38381. Upload the plugin to the `/wp-content/plugins/` directory
    39392. Activate the plugin through the 'Plugins' menu in WordPress
    40 3. Go to Appearance -> Widgets and add any of our Vidsy's Widgets to your sidebar (configure it as you like)
    41 4. Use our shortcode to display your full-site gallery inside any page or post: `[vidsy width="100%" height="800px" theme="light"]` (Note: `theme` flag can be: `light` or `dark`)
    42 5. Use our shortcode to display a player with your recent videos: `[vidsy type="playerrecent" width="100%" height="430px" theme="dark"]`
    43 6. Use our shortcode to display a player with videos from a single playlist: `[vidsy type="playerplaylist" playlist="name of the playlist" width="100%" height="430px" theme="light"]`
     403. Go to Appearance -> Widgets and add any of our Vidsy's Widgets to your theme's widget areas (configure them as you like)
     414. Or use the Vidsy Wizard; a button located at your post/page editor (look for Vidsy's logo) to easily insert our shortcode to display your full-site or a player with a playlist or your recent videos inside any page or post.
    4442
    4543== Frequently Asked Questions ==
     
    84826. Player with videos from a single Playlist, Widget configuration.
    85837. Player with videos from a single Playlist, public view.
     848. Our Vidsy Wizard to easily place a shortcode inside any post or page.
    8685
    8786== Changelog ==
     87
     88= 1.0.5.0 =
     89* New "Wizard" to configure our shortcode without need to remember any flag or variable involved. Just search for the Vidsy button inside the WordPress post/page editor and have fun! ;)
    8890
    8991= 1.0.4.5 =
  • vidsy/trunk/vidsy.php

    r883078 r887569  
    44Plugin URI: https://wordpress.org/plugins/vidsy/
    55Description: WordPress integration with Vidsy.tv
    6 Version: 1.0.4.5
     6Version: 1.0.5.0
    77Author: Vidsy.tv
    88Author URI: http://vidsy.tv
     
    2222if (is_admin()) {
    2323                include_once (VIDSY_PLUGINPATH . 'admin/admin.php');
     24                include_once (VIDSY_PLUGINPATH . 'admin/editorbutton.php');
    2425}
    2526//Widgets
Note: See TracChangeset for help on using the changeset viewer.