Difference between revisions of "Widget:Feed"
Jump to navigation
Jump to search
(Replaced content with "{$url}") |
|||
Line 1: | Line 1: | ||
− | {$url} | + | <noinclude>__NOTOC__ |
+ | |||
+ | This widget allows you to embed '''RSS with Netvibes''' on your wiki page. | ||
+ | |||
+ | |||
+ | Created by [http://www.mediawikiwidgets.org/User:lamidesbetes lamidesbetes] | ||
+ | |||
+ | |||
+ | == Using this widget == | ||
+ | |||
+ | For information on how to use this widget, see [http://www.mediawikiwidgets.org/Netvibes widget description page on MediaWikiWidgets.org]. | ||
+ | |||
+ | |||
+ | == Copy to your site == | ||
+ | |||
+ | To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article. | ||
+ | |||
+ | </noinclude><includeonly><script type="text/javascript" src="http://www.netvibes.com/js/UWA/load.js.php?env=BlogWidget2"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var BW = new UWA.BlogWidget({moduleUrl:'http://www.netvibes.com/modules/feedReader/feedReader.php?feedUrl=<!--{$url|escape:'url'}-->&feedTitle=Nouse'}); | ||
+ | |||
+ | BW.setPreferencesValues({'view':'Magazine', 'nbTitles':'<!--{$number|default:'10'}-->', 'details':<!--{$details|default:'true'}-->, 'openOutside':<!--{$openoutside|default:'true'}-->}); | ||
+ | |||
+ | BW.setConfiguration({'title':'<!--{$title|default:'No title'}-->', 'height':<!--{$height|default:'200'}-->, 'color':'<!--{$color|default:'blue'}-->'}); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | </includeonly> |
Revision as of 19:35, 12 November 2013
This widget allows you to embed RSS with Netvibes on your wiki page.
Created by lamidesbetes
Using this widget
For information on how to use this widget, see widget description page on MediaWikiWidgets.org.
Copy to your site
To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:Feed article.