31 comments so far
I love this concept, but I get this error message when I try to use the plug-in:
Warning: fopen(): URL file-access is disabled in the server configuration in /home/content/p/a/u/pauldgillin/html/wp-content/plugins/vertically-scroll-rss-feed/vertically-scroll-rss-feed.php on line 52
Can you direct me?
Cant make this work with a Twitter Search RSS feed. Just FYI.
Please enter proper valid RSS url and check, and this “Warning: fopen():” is server problem..
I used the plugin here with success: http://www.nowutah.com. Thanks!
Is there a way to make the rss feed scroll horizontally? I love this plugin but I’d like to change it to scroll right to left, is this easy to accomplish?
Very Nice!
Only feature I would really like to have added is the option to show an excerpt of each newsitem.
Love the scroller But i would like to show any image that might be included with the title or description for that feed link is this possible?
Im also wondering if its possible to include a image with the description?
Thanks; As I do not use widgets this is great as it allows me to place your code anywhere in a template. One thing though; can it be changed to add a few lines from the post as well (not just the headline)?
I add just htmlentites() function on line 69 to solve some problems with accents in french
$myLink = ‘‘.addslashes(htmlentities($title[1][0])).’‘;
I would REALLY love to be able to use this Widget more than once on a site, is this possible or even being thought of as an enhancement in the future?
have you maybe considered an option to pause on rollover? pliz do
yes, ill try to add more then 1 time in page featur in the next version.
Those of you that want multiple RSS feeds could try something like Feedroller: http://www.feedroll.com/rssviewer/
Then add that feed to this plugin.
Hello from france
I add a htmlentities command to allow correct use of accented chars in french
addslashes(htmlentities($title[1][0])
Pretty good work
Hi,
Validation Deprecation:
I replaced type=”Javascript” with type=”text/javascript” in the sections of the .php file.
Is there an edit to get the font color to successfully change from black. Changing the color code displays the “announcement” string instead of feed data.
Thank You
Hi, on mediatemple (or any host that does not allow fopen for remote, this doesnt work..
I replaced:
$f = fopen( $url, ‘r’ );
while( $data = fread( $f, 4096 ) ) { $xml .= $data; }
fclose( $f );
preg_match_all( “/\(.*?)\/s”, $xml, $itemblocks );
With:
$f = wp_remote_get( $url);
$f = wp_remote_retrieve_body($f);
preg_match_all( “/\(.*?)\/s”, $f, $itemblocks );
And its all good now
how can it show the album pictures?
cause i use a feed that does forward the pictures.
[code]http://merecal.com/feeds/new-releases/music/[/code]
this feed….
thanks for this great addon!
its best reader as saw that does fit in a tiny web! pls send a note back…..
gracias!
I love this scroll feed. It lets me connect my blog with my main website. Very nice.
I’m wondering if I can limit the headlines that appear. I have a few headlines that are obsolete, and might just confuse customers with old info. I don’t want to delete the posts from the blog, just prevent the titles from showing up on my feed.
Thanks!

[...] post: Vertically scroll rss feed | Gopi’s Word press Plug-in listed in this site Comments0 Leave a Reply Click here to cancel [...]
[...] Vertically scroll rss feed August 24, 2009 gopiplus Leave a comment Go to comments LIVE DEMO [...]