Changeset 900140
- Timestamp:
- 04/22/2014 01:18:39 PM (12 years ago)
- Location:
- vidsy/trunk
- Files:
-
- 3 edited
-
admin/metabox.php (modified) (5 diffs)
-
readme.txt (modified) (3 diffs)
-
vidsy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidsy/trunk/admin/metabox.php
r899471 r900140 45 45 ); //limit meta box to certain post types 46 46 if (in_array($post_type, $post_types)) { 47 add_meta_box('vidsytv_metabox', __(' Vidsy.tvVideos', 'vidsytv') , array(47 add_meta_box('vidsytv_metabox', __('Related Videos', 'vidsytv') , array( 48 48 $this, 49 49 'render_meta_box_content' … … 103 103 ?> 104 104 <p> 105 Auto -insert Videos from Vidsyafter the post content.105 Auto insert related videos from your Vidsy.tv collection, after the post content. 106 106 </p> 107 107 <p> … … 109 109 </p> 110 110 <p> 111 <strong>Select which video will be shown</strong><br/>Recent or from a Playlist.111 <strong>Select the source for your related videos</strong> 112 112 </p> 113 113 <p> … … 152 152 ?> 153 153 <select id="vidsytv_auto_playlist" name="vidsytv_auto_playlist"> 154 <option value="recent" <?php if (isset($vmeta_auto_playlist)) selected($vmeta_auto_playlist, 'recent'); ?>> Recent Videos</option>154 <option value="recent" <?php if (isset($vmeta_auto_playlist)) selected($vmeta_auto_playlist, 'recent'); ?>>All Recent Videos</option> 155 155 156 156 <?php … … 174 174 </p> 175 175 <p> 176 <strong> Theme</strong>176 <strong>Background</strong> 177 177 </p> 178 178 <p> -
vidsy/trunk/readme.txt
r899471 r900140 1 1 === Vidsy.tv Video Gallery and Video CMS === 2 2 Contributors: tcattitude, ramirotenorio 3 Tags: video, gallery, galleries, playlist, cms, embed, youtube, vimeo, ustream, shortcode, player, widget, skins, mobile 3 Tags: video, gallery, galleries, playlist, cms, embed, youtube, vimeo, ustream, shortcode, player, widget, skins, mobile, video-gallery 4 4 Requires at least: 3.5.1 5 5 Tested up to: 3.9 6 Stable tag: 1.0.6. 06 Stable tag: 1.0.6.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 3. Go to Appearance -> Widgets and add any of our Vidsy's Widgets to your theme's widget areas (configure them as you like) 43 43 4. 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 5. You can also use the auto-insert videos box, located below the Publish box in the new page/post page in wp-admin.44 5. You can also use the "related videos" box, located below the Publish box in the new page/post page in wp-admin, to auto insert videos after your posts content (per post/page setting). 45 45 46 46 == Frequently Asked Questions == … … 98 98 99 99 = 1.0.6.0 = 100 * New metabox in post/page editing. You can now auto insert a horizontal "related"videos (from your recent videos or a single playlist, you choose) after the post content.100 * New "related videos" metabox in post/page editing. You can now auto insert a horizontal related videos (from your recent videos or a single playlist, you choose) after the post content. 101 101 102 102 = 1.0.5.4 = -
vidsy/trunk/vidsy.php
r899471 r900140 5 5 Plugin URI: https://wordpress.org/plugins/vidsy/ 6 6 Description: WordPress integration with Vidsy.tv 7 Version: 1.0.6. 07 Version: 1.0.6.1 8 8 Author: Vidsy.tv 9 9 Author URI: http://vidsy.tv
Note: See TracChangeset
for help on using the changeset viewer.