Changeset 887569
- Timestamp:
- 04/04/2014 03:02:50 PM (12 years ago)
- Location:
- vidsy/trunk
- Files:
-
- 8 added
- 3 edited
-
admin/editorbutton.php (added)
-
css (added)
-
css/admin-modal-shortcode.css (added)
-
css/index.php (added)
-
includes/shortcodes.php (modified) (1 diff)
-
js (added)
-
js/admin-button-shortcode.js (added)
-
js/admin-modal-shortcode.js (added)
-
js/index.php (added)
-
readme.txt (modified) (3 diffs)
-
vidsy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidsy/trunk/includes/shortcodes.php
r883078 r887569 10 10 * type, one of the following: fullsite, playerrecent, playerplaylist, playerrecentandplaylists. Default: fullsite. 11 11 * theme, one of the following: light, dark. Default: light. 12 * playlist, name of a playlist (spaces converted to +). Example: my+fails+playlist 12 13 * @return string 13 14 * Shortcode HTML output -
vidsy/trunk/readme.txt
r883078 r887569 1 1 === Vidsy.tv video gallery and video CMS === 2 2 Contributors: 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 gallery3 Tags: 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. 4 4 Requires at least: 3.5.1 5 5 Tested up to: 3.8.1 6 Stable tag: 1.0. 4.56 Stable tag: 1.0.5.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 1. Upload the plugin to the `/wp-content/plugins/` directory 39 39 2. 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"]` 40 3. Go to Appearance -> Widgets and add any of our Vidsy's Widgets to your theme's widget areas (configure them as you like) 41 4. 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. 44 42 45 43 == Frequently Asked Questions == … … 84 82 6. Player with videos from a single Playlist, Widget configuration. 85 83 7. Player with videos from a single Playlist, public view. 84 8. Our Vidsy Wizard to easily place a shortcode inside any post or page. 86 85 87 86 == 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! ;) 88 90 89 91 = 1.0.4.5 = -
vidsy/trunk/vidsy.php
r883078 r887569 4 4 Plugin URI: https://wordpress.org/plugins/vidsy/ 5 5 Description: WordPress integration with Vidsy.tv 6 Version: 1.0. 4.56 Version: 1.0.5.0 7 7 Author: Vidsy.tv 8 8 Author URI: http://vidsy.tv … … 22 22 if (is_admin()) { 23 23 include_once (VIDSY_PLUGINPATH . 'admin/admin.php'); 24 include_once (VIDSY_PLUGINPATH . 'admin/editorbutton.php'); 24 25 } 25 26 //Widgets
Note: See TracChangeset
for help on using the changeset viewer.