Widget: RSS-FeedEk-1: verschil tussen versies
Uit MediaWikiGids
(Nieuwe pagina aangemaakt met '<noinclude> This widget allows you to add a [RSS-feed with FeekEk js-library] to your wiki page. == Using this widget == To insert this widget, use the following c...') |
(→Using this widget) |
||
(4 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
<noinclude> | <noinclude> | ||
− | This widget allows you to add a [RSS-feed with FeekEk js-library] to your wiki page. | + | This widget allows you to add a [https://www.jquery-plugins.net/FeedEK/FeedEk.html RSS-feed with FeekEk js-library] to your wiki page. |
== Using this widget == | == Using this widget == | ||
To insert this widget, use the following code: | To insert this widget, use the following code: | ||
− | <nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki> | + | <nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>}}</nowiki> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }}</nowiki> | ||
== Parameters == | == Parameters == | ||
− | + | ||
− | + | None; see [[Widget:RSS-FeedEk-2]] for widget with parameters. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
For more information on how to use this widget, see [https://www.jquery-plugins.net/FeedEK/FeedEk.html FeedEk homepage]. | For more information on how to use this widget, see [https://www.jquery-plugins.net/FeedEK/FeedEk.html FeedEk homepage]. | ||
Regel 30: | Regel 16: | ||
To use this widget on your site, just install the [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and the copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki, as an article called '''{{FULLPAGENAME}}'''. | To use this widget on your site, just install the [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and the copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki, as an article called '''{{FULLPAGENAME}}'''. | ||
[[Categorie:Alle Widgets]] | [[Categorie:Alle Widgets]] | ||
− | </noinclude><includeonly><div id="divRss"></div><script src="https://cdnjs.cloudflare.com/ajax/libs/FeedEk/3.1.1/js/FeedEk.js" integrity="sha256-HMsjV7j7AdK/LOsL2So1xXdyJAlX3YuG7UM5kcYkqmE=" crossorigin="anonymous"></script> | + | </noinclude><includeonly><div id="divRss"></div><script src="https://code.jquery.com/jquery-1.9.1.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/FeedEk/3.1.1/js/FeedEk.js" integrity="sha256-HMsjV7j7AdK/LOsL2So1xXdyJAlX3YuG7UM5kcYkqmE=" crossorigin="anonymous"></script> |
<script>$('#divRss').FeedEk({ | <script>$('#divRss').FeedEk({ | ||
− | FeedUrl:'https:// | + | FeedUrl:'https://www.theaterkrant.nl/category/nieuwslabels/nieuws/feed/', |
MaxCount: 3, | MaxCount: 3, | ||
ShowDesc: true, | ShowDesc: true, |
Huidige versie van 12 feb 2020 om 16:53
This widget allows you to add a RSS-feed with FeekEk js-library to your wiki page.
Using this widget
To insert this widget, use the following code:
{{#widget:RSS-FeedEk-1}}
Parameters
None; see Widget:RSS-FeedEk-2 for widget with parameters.
For more information on how to use this widget, see FeedEk homepage.
Copy to your site
To use this widget on your site, just install the MediaWiki Widgets extension and the copy full source code of this page to your wiki, as an article called Widget:RSS-FeedEk-1.