RSS news display is a plugin to show the RSS title with cycle jQuery. Display one title at a time and cycle the remaining in the mentioned location.
RSS news display is a simple plugin to show the RSS title with cycle jQuery script.
Check official website for live demo http://www.gopiplus.com/work/2012/04/03/rss-news-display-wordpress-plugin/
RSS news display is a simple plugin to show the RSS title with cycle jQuery script. This plugin retrieve the title and corresponding links from the given RSS feed and setup the news display in the website. Its display one title at a time and cycle all the remaining title in the mentioned location. and we have option to set four different cycle left to right, right to left, down to up, up to down. using this plugin we can easily setup the news display under top menu or footer. the plug-in have separate CSS file to configure the style.
Features of this plugin
Plug-in configure
Drag and drop the widget: Go to widget page under Appearance menu, Drag and drop Rss news display widget into your side bar.
Add directly in the theme: Use this code <?php RssNewsDisplay(1); ?>
to add this plug-in in to your theme files.
Short code for posts and pages: Copy and paste the given short code into pages or posts.
Q) How can I add this plugin under my top-menu/header?
Q) How can I add this plugin on my website footer?
Q) How can I add this plugin on my sidebar?
Q) How can I change the display style?
First version.
Tested upto 3.4
JavaScript loaded by using the wp_enqueue_scripts hook (instead of the init hook), This will avoid the JavaScript, Jquery conflict.
Slight change in the short code, Please find the new short code for your rss display.
New demo link, www.gopiplus.com
Tested up to 3.4.2
Tested up to 3.5
Avoid registering the alternate jQuery.
From this version we are using existing wordpress jQuery.
Tested up to 3.6
Added few security features.
New admin layout.
If your using widget option and upgrading the plugin, This upgrade will remove the widget from your sidebar. Thus please go to your dashboard widget menu and drag and drop the Rss news display widget again (One time work, not required in future)
Bug fix.