Shortcodes

[intense_video]

Description

Add a video to your page. You can select from videos in your WordPress media library or you can use video URL's from
Blip TV, College Humor, Flickr, FunnyOrDie.com, Hulu, Revision3, TED, Viddler, Vimeo, WordPress.tv, YouTube.

Screenshots

video

Dialog

video

Attributes

AttributeTypeDialog TitleDescriptionDefaultAvailable Values
idtextIDoptional - the client side id of the video. This id will be set on the HMTL tag.
video_typedropdownType -
wordpress - WordPress
bliptv - Blip.tv
collegehumor - College Humor
flickr - Flickr
funnyordie - FunnyOrDie.com
hulu - Hulu
revision3 - Revision3
screenr - Screenr
ted - TED
viddler - Viddler
vimeo - Vimeo
wordpresstv - WordPress.tv
youtube - YouTube
vevo - Vevo
video_urltextVideo URL
themedropdownThemedarkdark - Dark
light - Light
playlisttextPlaylistEnter a comma separated list of Youtube video ID's. The first video in the playlist will be from the Video URL (set above). Only one user, search, or playlist can be provided.
usertextUserEnter the Youtube user name. A playlist will be shown with videos uploaded by this user. Only one user, search, or playlist can be provided.
searchtextSearchEnter a search string that you want to show videos for. Only one user, search, or playlist can be provided.
show_relatedcheckboxShow Related Videos1 = true, 0 = false
show_badgecheckboxShow BadgeVimeo video_type only11 = true, 0 = false
show_bylinecheckboxShow User's BylineVimeo video_type only11 = true, 0 = false
show_portraitcheckboxShow User's PortraitVimeo video_type only11 = true, 0 = false
show_titlecheckboxShow TitleVimeo video_type only11 = true, 0 = false
loopcheckboxLoop VideoVimeo or Youtube video_type only01 = true, 0 = false
autoplaycheckboxAutoplay VideoVimeo or Youtube video_type only01 = true, 0 = false
video_sizedeprecatedsize is now calculated
posterimagePoster ImageWordPress ID or any URL
poster_iddeprecateduse poster instead
poster_urldeprecateduse poster instead
mp4videoMP4 VideoWordPress ID or any URL
mp4_iddeprecateduse mp4 instead
mp4_urldeprecateduse mp4 instead
ogvvideoOGV VideoWordPress ID or any URL
ogv_iddeprecateduse ogv instead
ogv_urldeprecateduse ogv instead
webmvideoWebM VideoWordPress ID or any URL
webm_iddeprecateduse webm instead
webm_urldeprecateduse webm instead

Examples

[intense_row]
[intense_column size="12"]
<h2>Vimeo</h2>
[intense_video video_type="vimeo" video_url="http://vimeo.com/63718300" /]
[/intense_column]
[/intense_row]

[intense_row]
[intense_column size="6"]
<h2>Viddler</h2>
[intense_video video_type="viddler" video_url="http://www.viddler.com/v/bdce8c7" /]
[/intense_column]
[intense_column size="6"]
<h2>TED</h2>
[intense_video video_type="ted" 
video_url="http://www.ted.com/talks/andrew_fitzgerald_adventures_in_twitter_fiction.html" /]
[/intense_column]
[/intense_row]