Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
260b1b9e
Commit
260b1b9e
authored
Jul 14, 2012
by
lechuck
Committed by
lechuck
Sep 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Video Sidebar to 5.3
parent
a909a670
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
wp-content/plugins/video-sidebar-widgets/helper-functions.php
...ontent/plugins/video-sidebar-widgets/helper-functions.php
+3
-1
wp-content/plugins/video-sidebar-widgets/readme.txt
wp-content/plugins/video-sidebar-widgets/readme.txt
+7
-3
wp-content/plugins/video-sidebar-widgets/video-sidebar-widgets.php
...t/plugins/video-sidebar-widgets/video-sidebar-widgets.php
+1
-1
No files found.
wp-content/plugins/video-sidebar-widgets/helper-functions.php
View file @
260b1b9e
...
...
@@ -21,6 +21,8 @@ function VSWShowVideo($videosource,$videoid,$autoplaysetting,$videowidth,$videoh
$source
=
$v_source
;
if
(
!
empty
(
$source
))
:
//do this only if video source not empty, to fix widget page loading in IE 9
//test for source and assign codes accordingly
switch
(
$source
)
{
...
...
@@ -184,7 +186,7 @@ function VSWShowVideo($videosource,$videoid,$autoplaysetting,$videowidth,$videoh
echo
"</embed>
\n
"
;
echo
"</object>
\n\n
"
;
}
endif
;
}
//end of function VSWShowVideo
...
...
wp-content/plugins/video-sidebar-widgets/readme.txt
View file @
260b1b9e
...
...
@@ -4,15 +4,19 @@ Donate link: http://denzeldesigns.com/wordpress-plugins/video-sidebar-widgets/
Author link: http://denzeldesigns.com
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
Requires at least:2.8.1
Tested up to: 3.2
Stable tag:5.
2
Tested up to: 3.
3.
2
Stable tag:5.
3
== Description ==
A collection of sidebar widgets for displaying Flash Videos from 14 video sharing networks.
Video networks includes Youtube, Vimeo, BlipTV, Google, etc. This plugin consist of 2 widgets and 1 TinyMCE editor button.
== Changelog ==
== Changelog ==
= 5.3 =
fix loading in widget page in IE 9
= 5.2 =
...
...
wp-content/plugins/video-sidebar-widgets/video-sidebar-widgets.php
View file @
260b1b9e
...
...
@@ -2,7 +2,7 @@
/*
Plugin Name: Video Sidebar Widgets
Plugin URI: http://denzeldesigns.com/wordpress-plugins/video-sidebar-widgets/
Version: 5.
2
Version: 5.
3
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.
Author: Denzel Chia
Author URI: http://denzeldesigns.com/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment