====== FKSnewsfeed Plugin ====== ---- plugin ---- description: Display newsfeed on page author : Michal Červeňák, FYKOS, fykosák email : miso@fykos.cz type : syntax, action, admin lastupdate : 2020-08-31 compatible : 2016-03-01 depends : conflicts : similar : tags : ajax, feed, newsfeed, rss downloadurl: https://github.com/fykosak/dokuwiki-plugin-fksnewsfeed/zipball/master bugtracker : https://github.com/fykosak/dokuwiki-plugin-fksnewsfeed/issues sourcerepo : https://github.com/fykosak/dokuwiki-plugin-fksnewsfeed donationurl: screenshot_img : ---- This plugin display newsfeed on page. User can add/edit newsfeed and change rank newsfeed. ===== Installation ===== To correct working this plugin you must install (via Manual Install tab of the [[plugin:extension|Extension Manager]]): * [[https://github.com/fykosak/dokuwiki-plugin-fkshelper|FKShelper plugin]] * and [[https://github.com/fykosak/dokuwiki-plugin-social|plugin social]] Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Usage ===== The newsfeed's stream crate in admin plugin. Use code from text inputs or {{fksnewsfeed-stream>stream=;feed=5}} On frist load plugin create template in ''data/pages/system/html/fksnewsfeed_template.txt'', you can edit it in DokuWiki GUI. === Streams dependence === In the newest version you can create dependence of streams. News added to 'parent' stream automatically be included in 'child' stream. Stream dependence can you create in admin part of plugin. === Order and priority === All news are ordering in all stream separately. Primary by priority secondary by date. Priority has 3 parameter from-to and value. Value is number default 0. Priority are valid between from and to dates another time is 0. It is independently per news per stream. ===== Web-sites using this plugin ===== * [[http://vyfuk.org]] * [[https://fykos.cz]] ===== FAQ ===== ==== Built-in feed reader? ==== How is this plugin different from using the built-in [[:rss|feed reader]] syntax e.g. ''%%{{rss>http://slashdot.org/index.rss}}%%'' * I don't know funcionality this RSS, probably it's only rss loader from another page, or? This plugin create news into you dokuwiki, you don't need another rss generator.