Version Description
Download this release
Release Info
Developer | freediver |
Plugin | Smart YouTube PRO |
Version | 2.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.4 to 2.2
- readme.txt +4 -2
- smartyoutube.php +5 -4
readme.txt
CHANGED
@@ -15,14 +15,16 @@ Smart Youtube is a Wordpress Youtube Plugin that allows you to easily insert You
|
|
15 |
|
16 |
The main purpose of the plugin is to correctly embed youtube videos into your blog post. The video will be shown in full in your RSS feed as well.
|
17 |
|
18 |
-
From version 2.0 Smart youtube also supports playback of high quality videos, works on iPhone and allows you to view videos in fullscreen.
|
19 |
|
20 |
The plugin is designed to be small and fast and not use any external resources. It has a number of customizable options.
|
21 |
|
22 |
|
23 |
|
24 |
-
|
25 |
Change Log:
|
|
|
|
|
|
|
26 |
v2.1:
|
27 |
- Smart Youtube videos are compatible with iPhone.
|
28 |
- Fullscreen enabled
|
15 |
|
16 |
The main purpose of the plugin is to correctly embed youtube videos into your blog post. The video will be shown in full in your RSS feed as well.
|
17 |
|
18 |
+
From version 2.0 Smart youtube also supports playback of high quality videos, works on iPhone, produces xHTML valid code (unlike YouTUbe embed code) and allows you to view videos in fullscreen.
|
19 |
|
20 |
The plugin is designed to be small and fast and not use any external resources. It has a number of customizable options.
|
21 |
|
22 |
|
23 |
|
|
|
24 |
Change Log:
|
25 |
+
v2.2:
|
26 |
+
- Full xHTML validation
|
27 |
+
|
28 |
v2.1:
|
29 |
- Smart Youtube videos are compatible with iPhone.
|
30 |
- Fullscreen enabled
|
smartyoutube.php
CHANGED
@@ -4,10 +4,11 @@ Plugin Name: Smart Youtube
|
|
4 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube
|
5 |
Description: Easily insert YouTube videos in posts, comments and RSS feeds.
|
6 |
Author: Vladimir Prelovac
|
7 |
-
Version: 2.
|
8 |
Author URI: http://www.prelovac.com/vladimir/
|
9 |
|
10 |
Updates:
|
|
|
11 |
2.1 - Made the application iPhone compatible and allowed full screen
|
12 |
2.0 - Support for playback high quality YouTube videos
|
13 |
1.9 - Added video autoplay option
|
@@ -20,7 +21,7 @@ To-Doo:
|
|
20 |
- localization
|
21 |
*/
|
22 |
|
23 |
-
$yte_localversion="2.
|
24 |
|
25 |
$CustomColors=array (
|
26 |
"blank" => array("d6d6d6","f0f0f0"),
|
@@ -413,8 +414,8 @@ global $CustomColors;
|
|
413 |
|
414 |
|
415 |
|
416 |
-
|
417 |
-
|
418 |
|
419 |
// $yte_tag = '<!-- Smart Youtube --><span class="youtube"><object width="'.$width.'" height="'.$height.'" type="application/x-shockwave-flash" data="'.htmlspecialchars('http://www.youtube.com/v/'.$file.'&rel='.$disp_rel.'&color1='.$CustomColors[$disp_color][0].'&color2='.$CustomColors[$disp_color][1].'&border='.$disp_border.'&fs=1&autoplay='.$autoplay.$high, ENT_QUOTES).'"> <param name="movie" value="'.htmlspecialchars('http://www.youtube.com/v/'.$file.'&rel='.$disp_rel.'&color1='.$CustomColors[$disp_color][0].'&color2='.$CustomColors[$disp_color][1].'&border='.$disp_border.'&fs=1&autoplay='.$autoplay.$high, ENT_QUOTES).'" /><param name="wmode" value="transparent" /></object></span>';
|
420 |
|
4 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube
|
5 |
Description: Easily insert YouTube videos in posts, comments and RSS feeds.
|
6 |
Author: Vladimir Prelovac
|
7 |
+
Version: 2.2
|
8 |
Author URI: http://www.prelovac.com/vladimir/
|
9 |
|
10 |
Updates:
|
11 |
+
2.2 - Full xHTML validaiton
|
12 |
2.1 - Made the application iPhone compatible and allowed full screen
|
13 |
2.0 - Support for playback high quality YouTube videos
|
14 |
1.9 - Added video autoplay option
|
21 |
- localization
|
22 |
*/
|
23 |
|
24 |
+
$yte_localversion="2.2";
|
25 |
|
26 |
$CustomColors=array (
|
27 |
"blank" => array("d6d6d6","f0f0f0"),
|
414 |
|
415 |
|
416 |
|
417 |
+
//$yte_tag = '<!-- Smart Youtube --><span class="youtube"><object width="'.$width.'" height="'.$height.'"><param name="movie" value="'.htmlspecialchars('http://www.youtube.com/v/'.$file.'&rel='.$disp_rel.'&color1='.$CustomColors[$disp_color][0].'&color2='.$CustomColors[$disp_color][1].'&border='.$disp_border.'&fs=1&autoplay='.$autoplay.$high, ENT_QUOTES).'"></param><param name="allowFullScreen" value="true"></param><embed src="'.htmlspecialchars('http://www.youtube.com/v/'.$file.'&rel='.$disp_rel.'&color1='.$CustomColors[$disp_color][0].'&color2='.$CustomColors[$disp_color][1].'&border='.$disp_border.'&fs=1&autoplay='.$autoplay.$high, ENT_QUOTES).'" type="application/x-shockwave-flash" allowfullscreen="true" width="'.$width.'" height="'.$height.'" ></embed></object></span>';
|
418 |
+
$yte_tag = '<!-- Smart Youtube --><span class="youtube"><object type="application/x-shockwave-flash" width="'.$width.'" height="'.$height.'" data="'.htmlspecialchars('http://www.youtube.com/v/'.$file.'&rel='.$disp_rel.'&color1='.$CustomColors[$disp_color][0].'&color2='.$CustomColors[$disp_color][1].'&border='.$disp_border.'&fs=1&autoplay='.$autoplay.$high, ENT_QUOTES).'"><param name="movie" value="'.htmlspecialchars('http://www.youtube.com/v/'.$file.'&rel='.$disp_rel.'&color1='.$CustomColors[$disp_color][0].'&color2='.$CustomColors[$disp_color][1].'&border='.$disp_border.'&fs=1&autoplay='.$autoplay.$high, ENT_QUOTES).'"></param><param name="allowFullScreen" value="true"></param></object></span>';
|
419 |
|
420 |
// $yte_tag = '<!-- Smart Youtube --><span class="youtube"><object width="'.$width.'" height="'.$height.'" type="application/x-shockwave-flash" data="'.htmlspecialchars('http://www.youtube.com/v/'.$file.'&rel='.$disp_rel.'&color1='.$CustomColors[$disp_color][0].'&color2='.$CustomColors[$disp_color][1].'&border='.$disp_border.'&fs=1&autoplay='.$autoplay.$high, ENT_QUOTES).'"> <param name="movie" value="'.htmlspecialchars('http://www.youtube.com/v/'.$file.'&rel='.$disp_rel.'&color1='.$CustomColors[$disp_color][0].'&color2='.$CustomColors[$disp_color][1].'&border='.$disp_border.'&fs=1&autoplay='.$autoplay.$high, ENT_QUOTES).'" /><param name="wmode" value="transparent" /></object></span>';
|
421 |
|