1) Script Title:
gAjax RSS Feeds Displayer (hosted)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...sdisplayer.htm
3) Describe problem:
Hello
Is it possible to get longer text when showing the feed?
1) Script Title:
gAjax RSS Feeds Displayer (hosted)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...sdisplayer.htm
3) Describe problem:
Hello
Is it possible to get longer text when showing the feed?
Well, by default, the script shows just a snippet of each description of each item, which is specified in your initialization code:
You can change the part in red to "description" instead to show the full description based on how much Google Feed API has stored:Code:myrss.displayoptions("date label snippet")
Code:myrss.displayoptions("date label description")
Thanks, that worked.
Now it shows to much text![]()
Can I change that?
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.
Bookmarks