Widget:Blip.tv: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Ned Scott (talk | contribs)
No edit summary
Ned Scott (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
Width and hight are optional, 569x320 is a default, "id" is a video '''number from embed code URL''' (not blip.tv page URL).
Width and hight are optional, 569x320 is a default, "id" is a video '''number from embed code URL''' (not blip.tv page URL).
== Sample result ==
== Sample result ==
{{#widget:{{PAGENAME}}|id=AZP+ZIT3Pg|width=480|height=412}}
{{#widget:{{PAGENAME}}|id=AZSQSYT3Pg|width=480|height=412}} </noinclude><includeonly><iframe src="http://blip.tv/play/<!--{$id|escape:'urlpathinfo'}-->" width="<!--{$width|default:596|escape:'html'}-->" height="<!--{$height|default:334|escape:'html'}-->" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYHk+Q4C" style="display:none"></embed></includeonly>
</noinclude><includeonly><embed src="http://blip.tv/play/<!--{$id|escape:'urlpathinfo'}-->" type="application/x-shockwave-flash" width="<!--{$width|default:569|escape:'html'}-->" height="<!--{$height|default:320|escape:'html'}-->" allowscriptaccess="always" allowfullscreen="true"></embed></includeonly>

Latest revision as of 00:26, 24 March 2012

This widget allows you to add blip.tv video player to your wiki page.

It was originally created by Sergey Chernyshev for TechPresentations.org.

To insert this widget, use the following code:

{{#widget:Blip.tv
|id=AZP+ZIT3Pg
|width=400
|height=255
}}

Width and hight are optional, 569x320 is a default, "id" is a video number from embed code URL (not blip.tv page URL).

Sample result