ya-simple-feed This is a simple widget to show scrolling news from an RSS feed url

  1. Requirements
  2. Usage
  3. Example:

This extension provides a simple RSS feed reader that shows scrolling news with the possibility to choose direction and speed

Requirements ¶

Make sure to download latest version of this extension

Yii 1.1 or above Tested on Yii 1.1.14

Usage ¶

  1. Copy ya-simple-feed directory into the extensions directory
  2. Use the widget in a view specifying
    • a. the url of the feed to grab and
    • b. the speed of slideshow (OPTIONAL, default is 5)
    • c. the direction of feed (OPTIONAL, default is 'left')

Example: ¶

<?php 
 	$this->widget(
		'ext.ya-simple-feed.YaSimpleFeed',
		array(
		'feedUrl'=>'http://yourfeedsite.com/page.xml',
		// feedSpeed must be an INT (OPTIONAL, by default is 5)
		'feedSpeed'=>7,
		// feedDirection must be a string as 'left','right,'up' or 'down' (OPTIONAL, by default is 'left')
		'feedDirection'=>'left',
		)
	); 
?>
1 0
2 followers
820 downloads
Yii Version: Unknown
License: GPL-3.0
Category: Others
Developed by: tab tab
Created on: Dec 27, 2013
Last updated: 12 years ago

Downloads

show all

Related Extensions