Results 1 to 2 of 2

Thread: RSS Ticker

  1. #1
    Join Date
    Jun 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up RSS Ticker

    I downloaded this and it works great. Advanced RSS Ticker (Ajax invocation) How do I add other news channels? I'd like some local news.
    Thanks,

    John
    www.essenceisland.net/newsticker.htm

    I've used a bit of your scripts, when I get this going I'll definately have a link to your site.

    If you can just refer me to some page/document that a novice can comprehend that may be enough?
    Thanks again.
    (The Template is Lucky Marble)

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

    Default

    Warning: Please include a link to the DD script in question in your post, in this case: http://www.dynamicdrive.com/dynamici...ajax/index.htm . See this thread for the proper posting format when asking a question.

    You can add other RSS feeds to display by entering their URLs inside "bridge.php" Look at the top of the file where the existing .rss URLs are. Then, inside the frontpage JavaScript, you'll want to indicate the feed you wish to display:

    Code:
    <script type="text/javascript">
    //rssticker_ajax(RSS_id, cachetime, divId, divClass, delay, optionalswitch)
    new rssticker_ajax("BBC", 1200, "ddbox", "bbcclass", 3500, "date+description")
    </script>

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
  •