Widget:CSPAN video: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "<noinclude> This widget allows you to embed '''[https://www.c-span.org/ C-SPAN]''' videos on your wiki page. == Using this widget == To use this widget, include the following code on your wiki page: {{#widget:CSPAN video |id=BBzmnOzC-xS4RtpB7 |width=560 |height=315 }} - id: The video ID from the C-SPAN embed URL (e.g., "BBzmnOzC-xS4RtpB7") - width: Optional width in pixels (default: 560) - height: Optional height in pixels (default: 315) == Copy to your site...")
 
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
This widget allows you to embed '''[https://www.c-span.org/ C-SPAN]''' videos on your wiki page.
This widget allows you to embed '''[https://www.c-span.org/ C-SPAN]''' videos on your wiki page.


== Using this widget ==
== Using this widget ==
To use this widget, include the following code on your wiki page:
To use this widget, include the following code on your wiki page:


{{#widget:CSPAN video
{{#widget:CSPAN video
|id=BBzmnOzC-xS4RtpB7
|id=BBzmnOzC-xS4RtpB7
|width=560
|width=560
|height=315
|height=315
}}
}}


- id: The video ID from the C-SPAN embed URL (e.g., "BBzmnOzC-xS4RtpB7")
* id: The video ID from the C-SPAN embed URL (e.g., "BBzmnOzC-xS4RtpB7")
 
* width: Optional width in pixels (default: 560)
- width: Optional width in pixels (default: 560)
* height: Optional height in pixels (default: 315)
 
- height: Optional height in pixels (default: 315)


== Copy to your site ==
== Copy to your site ==
To use this widget on your site, install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
To use this widget on your site, install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.


</noinclude><includeonly>
</noinclude><includeonly>
<div style="position:relative;overflow:hidden;padding-bottom:56.25%">
<div style="position:relative;overflow:hidden;padding-bottom:56.25%">
     <iframe  
     <iframe  
         src="https://cdn.jwplayer.com/players/<!--{$id|escape:'urlpathinfo'}-->.html"  
         src="https://cdn.jwplayer.com/players/<!--{$id|escape:'urlpathinfo'}-->.html"  
         width="<!--{$width|default:560|escape:'html'}-->"  
         width="<!--{$width|default:560|escape:'html'}-->"  
         height="<!--{$height|default:315|escape:'html'}-->"  
         height="<!--{$height|default:315|escape:'html'}-->"  
         frameborder="0"  
         frameborder="0"  
         scrolling="auto"  
         scrolling="auto"  
         title="C-SPAN video"  
         title="C-SPAN video"  
         style="position:absolute;"  
         style="position:absolute;"  
         allowfullscreen>
         allowfullscreen>
     </iframe>
     </iframe>
</div>
</div>
</includeonly>
</includeonly>

Navigation menu