Warning: This plugin has't been updated in over 55 years. It may no longer be maintained.
What you can do to help:
This Live News plugin enables your ELGG powered website to pull the dynamic content from external websites and add them to your site automatically. No Manual works !! :)
This is done through RSS feeds of the external sites. This plugin uses SimplePie API for the RSS feeds. The credit of this API goes to SimplePie.org group.
Live Implementation Example: http://www.iyaffle.com/RSSNewsFeed/news
This plugin supports English and French. Donations are welcomed at my paypal address purushoth.r@gmail.com
How to use this plugin:
1) Upload the zip file to the mod folder. Unzip it.
2) Enable the plugin in the Admin's Pluing section.
3) Go to the settings of the plugin (see images provided here).
4) Enter the URL of the RSS feed in the settings and save it. The number of feeds selected is 10 by default.
5) Go to your website and see the "Live News" link in the header, most probably under the "more" menu.
How to get RSS for you website:
There are several website provide contents via RSS.Some examples are provided below. Simply copy paste the RSS link from these sites and use the same.
To open the links of RSS in new windows add target="_blank" in views/news.php file.
<div class="item">
<h2><a href="<?php echo $item->get_permalink(); ?>" target="_blank"><?php echo $item->get_title(); ?></a></h2>
<p><?php echo $item->get_description(); ?></p>
<p><small>Posted on <?php echo $item->get_date('j F Y | g:i a'); ?></small></p><br/>
</div>
View Purus's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.