RSS feed, wtf?

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
User avatar
Hallonpress
Regular Poster
Posts: 111
Joined: Fri Oct 13, 2006 2:22 am
Location: Malmö, Sweden
Contact:

RSS feed, wtf?

Post by Hallonpress »

Okay, so we're working on an update to the WBK website, to make it more user friendly and informative. One thing that we would like to have is an RSS feed of our LJ account (http://community.livejournal.com/hallonpress) where we post updates. To have it show up on the WBK site would be lot easier than writing manually on the main page whenever there's an update.

Or so I thought. Turns out I don't get it at all. I tried to read my way into how it's done, but all the documents seem to assume that you already know a lot about XML and data feeds. I really feel that I'm missing something crucial...

So, is there anyone who could help us with this, just explain how it works, or set up some template for us to work with, or something...?

Or at least point to a document I can understand. :roll:

Thanks in advance.

-Mattias
Image

User avatar
C.w.
Regular Poster
Posts: 343
Joined: Wed Apr 05, 2006 10:04 pm
Contact:

Post by C.w. »

Code: Select all

http://community.livejournal.com/hallonpress/data/rss
That is the location of your LJ's RSS feed. Putting the actual livejournal data on your page is a painful experience without paying for it. All you need to provide is a link to that, and in the head of the page the automatic discovery code:

Code: Select all

<link rel="alternate" type="application/rss+xml" title="What Birds Know" href="http://community.livejournal.com/hallonpress/data/rss" >
That'll cause that nice RSS button to show up in firefox.

Hopefully that helps.
Image
Other comics i've done
Webpage troubles? HTML Generator to the rescue.

Post Reply