Version Description
*Fixed WordPress Video in random video widget (Sorry forgotten about this!)
Download this release
Release Info
Developer | denzel_chia |
Plugin | Video Sidebar Widgets |
Version | 4.1 |
Comparing to | |
See all releases |
Code changes from version 4.0 to 4.1
- class-randomvideosidebarwidget.php +5 -5
- readme.txt +24 -20
- video-sidebar-widgets.php +1 -1
class-randomvideosidebarwidget.php
CHANGED
@@ -135,12 +135,12 @@ extract( $args );
|
|
135 |
$rv_cap = $Embed_cap;
|
136 |
break;
|
137 |
|
138 |
-
|
139 |
-
$rv_value = "http://
|
140 |
-
$rv_flashvar =
|
141 |
-
$rv_flashvar2 =
|
142 |
$rv_cap = $Embed_cap;
|
143 |
-
|
144 |
|
145 |
case Viddler:
|
146 |
$rv_value = "http://www.viddler.com/player/$Embed_id";
|
135 |
$rv_cap = $Embed_cap;
|
136 |
break;
|
137 |
|
138 |
+
case WordPress:
|
139 |
+
$rv_value = "http://s0.videopress.com/player.swf?v=1.02";
|
140 |
+
$rv_flashvar = "<param name='flashvars' value='$Embed_id'>";
|
141 |
+
$rv_flashvar2 = 'flashvars="guid='.$Embed_id.'"';
|
142 |
$rv_cap = $Embed_cap;
|
143 |
+
break;
|
144 |
|
145 |
case Viddler:
|
146 |
$rv_value = "http://www.viddler.com/player/$Embed_id";
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Author link: http://denzeldesigns.com
|
|
5 |
Tags:video, widget, widgets, sidebar, videos, video sidebar widget, video widget, embed video, video embed, video in sidebar, youtube, vimeo, veoh, myspace video, revver, blip tv, tudou, youku, 6.cn, google videos, tangle
|
6 |
Requires at least:2.8.1
|
7 |
Tested up to: 3.1.1
|
8 |
-
Stable tag:4.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -14,42 +14,46 @@ Stable tag:4.0
|
|
14 |
|
15 |
== Changelog ==
|
16 |
|
17 |
-
=
|
18 |
-
|
19 |
-
*Included Random Video Sidebar Widget to randomly display 1 out of 5 preset video.
|
20 |
|
|
|
21 |
|
22 |
-
=
|
23 |
|
24 |
-
*
|
|
|
|
|
25 |
|
26 |
-
|
27 |
|
28 |
-
*
|
|
|
29 |
|
30 |
-
|
31 |
|
32 |
-
*
|
|
|
33 |
|
34 |
= 2.2 =
|
35 |
|
36 |
*Included support for Tangle.com videos
|
37 |
|
38 |
-
= 2.
|
39 |
|
40 |
-
*
|
41 |
-
*Allowed HTML links in video caption
|
42 |
|
43 |
-
|
44 |
|
45 |
-
*
|
46 |
-
*Shortcode to allow posting of video on post or page, using video function already available in plugin.
|
47 |
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
-
* Fixed WordPress Video
|
51 |
-
* Dropped Tangle Video (GodTube)
|
52 |
-
* added admin settings page for disabling widgets
|
53 |
|
54 |
== Installation ==
|
55 |
|
5 |
Tags:video, widget, widgets, sidebar, videos, video sidebar widget, video widget, embed video, video embed, video in sidebar, youtube, vimeo, veoh, myspace video, revver, blip tv, tudou, youku, 6.cn, google videos, tangle
|
6 |
Requires at least:2.8.1
|
7 |
Tested up to: 3.1.1
|
8 |
+
Stable tag:4.1
|
9 |
|
10 |
== Description ==
|
11 |
|
14 |
|
15 |
== Changelog ==
|
16 |
|
17 |
+
= 4.1 =
|
|
|
|
|
18 |
|
19 |
+
*Fixed WordPress Video in random video widget (Sorry forgotten about this!)
|
20 |
|
21 |
+
= 4.0 =
|
22 |
|
23 |
+
* Fixed WordPress Video
|
24 |
+
* Dropped Tangle Video (GodTube)
|
25 |
+
* added admin settings page for disabling widgets
|
26 |
|
27 |
+
= 3.0 =
|
28 |
|
29 |
+
*added video quicktag at post editor to insert video shortcode into post or page.
|
30 |
+
*Shortcode to allow posting of video on post or page, using video function already available in plugin.
|
31 |
|
32 |
+
= 2.3 =
|
33 |
|
34 |
+
*Removed auto play video option for Blip.tv video, which is causing the video not to load in Internet Explorer.
|
35 |
+
*Allowed HTML links in video caption
|
36 |
|
37 |
= 2.2 =
|
38 |
|
39 |
*Included support for Tangle.com videos
|
40 |
|
41 |
+
= 2.1 =
|
42 |
|
43 |
+
*re-arranged Random Video Sidebar Widget Layout
|
|
|
44 |
|
45 |
+
*Included fixed size, no autoplay, video preview in widget form for easier identification of videos. Video will display after setting up and clicking save button. Video may not display due to slow connection, browser caching, wrong setting, or video removed from source.
|
46 |
|
47 |
+
*Included support for google videos
|
|
|
48 |
|
49 |
+
*Included Video Caption at bottom of Video
|
50 |
+
|
51 |
+
*Video Caption has a style class of "VideoCaption" to enable user to indicate font-height etc.
|
52 |
+
|
53 |
+
= 2.0 =
|
54 |
+
|
55 |
+
*Included Random Video Sidebar Widget to randomly display 1 out of 5 preset video.
|
56 |
|
|
|
|
|
|
|
57 |
|
58 |
== Installation ==
|
59 |
|
video-sidebar-widgets.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Video Sidebar Widgets
|
4 |
Plugin URI: http://denzeldesigns.com/wordpress-plugins/video-sidebar-widgets/
|
5 |
-
Version: 4.
|
6 |
Description: Video Sidebar Widgets to display videos such as Vimeo, YouTube, MySpace Videos etc. Now with added shortcode and quicktag to embed video in post and page content.
|
7 |
Author: Denzel Chia
|
8 |
Author URI: http://denzeldesigns.com/
|
2 |
/*
|
3 |
Plugin Name: Video Sidebar Widgets
|
4 |
Plugin URI: http://denzeldesigns.com/wordpress-plugins/video-sidebar-widgets/
|
5 |
+
Version: 4.1
|
6 |
Description: Video Sidebar Widgets to display videos such as Vimeo, YouTube, MySpace Videos etc. Now with added shortcode and quicktag to embed video in post and page content.
|
7 |
Author: Denzel Chia
|
8 |
Author URI: http://denzeldesigns.com/
|