Results 1 to 4 of 4

Thread: Help with gAjax RSS Feeds Displayer (hosted)

  1. #1
    Join Date
    Oct 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with gAjax RSS Feeds Displayer (hosted)

    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?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Well, by default, the script shows just a snippet of each description of each item, which is specified in your initialization code:

    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:

    Code:
    myrss.displayoptions("date label description")

  3. #3
    Join Date
    Oct 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, that worked.
    Now it shows to much text

    Can I change that?

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •