Widget:Blip.tv: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Ned Scott (talk | contribs)
Created page with "<noinclude>Category:Video Widget This widget allows you to add [http://blip.tv/ blip.tv video] player to your wiki page. It was originally created by [[mediawikiwiki:User:Se..."
 
Ned Scott (talk | contribs)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>[[Category:Video Widget]]
<noinclude>
This widget allows you to add [http://blip.tv/ blip.tv video] player to your wiki page.
This widget allows you to add [http://blip.tv/ blip.tv video] player to your wiki page.


It was originally created by [[mediawikiwiki:User:Sergey Chernyshev|Sergey Chernyshev]] for [http://www.techpresentations.org TechPresentations.org].
It was originally created by [[mw:User:Sergey Chernyshev|Sergey Chernyshev]] for [http://www.techpresentations.org TechPresentations.org].


To insert this widget, use the following code:
To insert this widget, use the following code:
Line 12: Line 12:
}}</nowiki>
}}</nowiki>


Width and hight are optional, 400x255 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).
 
{{Template:Copy to your site}}
== 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:400|escape:'html'}-->" height="<!--{$height|default:255|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