Adding XML feeds can a average joe do it?

Discussion in 'XML & RSS' started by Aaron111, Jun 2, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Adding XML feeds can a average joe do it?

    I know they say go see a webmaster to help you add it to your site but all I want is the widget on my site not all the headlines is their a way? some help this topic":rolleyes:
     
    Aaron111, Jun 2, 2007 IP
  2. Midano

    Midano Peon

    Messages:
    88
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not sure what you mean by "the widget" (displaying other people's feeds? generating your own feed?), but this might work for your situation:

    feed 2 JavaScript

    Simply enter the feed's URL and submit. The script will generate two lines of code that will work anywhere - just copy/paste it into your page.
     
    Midano, Jun 3, 2007 IP
  3. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #3
    thanks for the tip but the rss feed button did not turn live on my site?>> here is the site http://www.dog-trainers.us/:)

    I added the code but the rss orange tiny bowx did not turn live why? or how do you know that the feed is working?:rolleyes:
     
    Aaron111, Jun 3, 2007 IP
  4. Midano

    Midano Peon

    Messages:
    88
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Still unsure what you're trying to achieve, but if you intend to use my feed2JavaScript tool, you have to copy the generated code exactly as it is. You seem to have removed the most crucial parts including the site where the script is located and the querystring containing the URL of the feed you want to display. If the script isn't told what feed to fetch - it won't show anything.
     
    Midano, Jun 3, 2007 IP
  5. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #5
    If you only want the browser RSS button, simply add this line inside the <head> section of your HTML page:

    <link rel="alternate" type="application/rss+xml" title="Your RSS title" href="your_feed_file.xml">
     
    ajsa52, Jun 3, 2007 IP
  6. Midano

    Midano Peon

    Messages:
    88
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    This is called Autodiscovery tag. Generate yours here.
     
    Midano, Jun 3, 2007 IP
  7. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #7
    I dis agree strongly as I said I cut and pasted the entir code in the site know what was your reply about? this tool does it work:rolleyes:
     
    Aaron111, Jun 3, 2007 IP
  8. Midano

    Midano Peon

    Messages:
    88
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes, it does. If you follow instructions.
    This is what you have posted:
    <script language="JavaScript" src="feed2java.cfm"></script>
                      <noscript><a href='http://www.feedest.com'><img src=http://www.feedest.net/images/feedestBadge.gif align=absmiddle></a></noscript>
    Code (markup):
    The src="....." part is obviously edited in your page source code to remove the parts I've mentioned in my reply. Which breaks the script.
     
    Midano, Jun 3, 2007 IP
  9. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #9
    Hey midano;) at your audio tag site" the first line ask for url"
    the second is title
    is their a specific title you need their or would you just use the title tag of my web site? web site:rolleyes:
    let me know?;)
     
    Aaron111, Jun 3, 2007 IP
  10. Midano

    Midano Peon

    Messages:
    88
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    The autodiscovery tag you're referring to has nothing to do with audio.

    The title is up to YOU.

    Okay, let's make an example out of your blog (sleekbusiness.com) RSS feed.

    The feed URL is:
    http://sleekbusiness.dog-trainers.us/?feed=rss2

    The feed is RSS

    The title is:
    The Sleek Business Weblog

    While you can enter anything into the title field, it'd be generally a good idea to use the actual title taken out of the feed.

    So you'll end up with this:

    <link rel="alternate" type="application/rss+xml" title="The Sleek Business Weblog" href="http://sleekbusiness.dog-trainers.us/?feed=rss2" />
    Code (markup):
    Makes sense?
     
    Midano, Jun 3, 2007 IP
  11. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #11
    midano know im baffled I added your code my quetion is how can you tell that their is rss on my site? how do you know its live on the site" let me know.
    were dose it state their are actual feeds coming in to http://www.dog-trainers.us/. the codes are their" :cool:
     
    Aaron111, Jun 3, 2007 IP
Thread Status:
Not open for further replies.