Changeset 652135
- Timestamp:
- 01/13/2013 09:04:54 PM (13 years ago)
- Location:
- youtube-with-style/trunk
- Files:
-
- 3 edited
-
js/search-video.js (modified) (1 diff)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
youtube-with-style/trunk/js/search-video.js
r607604 r652135 79 79 $(".insert").bind("click", function(e) { 80 80 e.preventDefault(); 81 var html = '[youtube v="' + videoId+ '"]';82 //flashHtml($(this).attr("href"));81 var html = '[youtube]' + videoId + '[/youtube]'; 82 //flashHtml($(this).attr("href")); 83 83 sendToEditor(html); 84 84 }); -
youtube-with-style/trunk/plugin.php
r609800 r652135 19 19 function yt_tab_content() { 20 20 wp_iframe('media_search_video_form'); 21 break;22 21 } 23 22 -
youtube-with-style/trunk/readme.txt
r607971 r652135 4 4 Tags: video,youtube,search,media,post,shortcode 5 5 Requires at least: 3.0 6 Tested up to: 3. 4.26 Tested up to: 3.5 7 7 Stable tag: trunk 8 8 … … 16 16 You Tube with Style lets you insert shortcodes via your post/page screen, and even search for You Tube videos via the You Tube API, so you never have to leave your site to find videos to post. 17 17 </blockquote> 18 19 <b>IMPORTANT!</b>20 21 This plugin requires PHP5, and Wordpress 3.0 and Above.22 18 23 19 You Tube API Important Links:
Note: See TracChangeset
for help on using the changeset viewer.