View Full Version : Help with gAjax RSS Feeds Displayer (hosted)
UlrikC
05-02-2008, 10:34 AM
1) Script Title:
gAjax RSS Feeds Displayer (hosted)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm
3) Describe problem:
Hello
Is it possible to get longer text when showing the feed?
ddadmin
05-03-2008, 01:29 AM
Well, by default, the script shows just a snippet of each description of each item, which is specified in your initialization code:
myrss.displayoptions("date label snippet")
You can change the part in red to "description" instead to show the full description based on how much Google Feed API has stored:
myrss.displayoptions("date label description")
UlrikC
05-03-2008, 06:31 AM
Thanks, that worked.
Now it shows to much text :)
Can I change that?
ddadmin
05-03-2008, 06:57 AM
I believe there are a few threads in the past that talk about how to limit the # of characters that get displayed by "description" for this script. Please do a search.
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.