How to make RSS feed I can share for my HTML website?

ycfme

Power Member
Joined
Mar 24, 2010
Messages
780
Reaction score
66
I need to make an RSS feed link I can share. Mainly I need it to add for publishing updates to my Facebook page.

Hopefully, not an online service (unless reputable and free) I would prefer to insert some code into my web page.

Thanks!
 
all you have to do is find the datasource of your page then render it in the RSS format, its a very simple xml format.
 
actually , you will need only 1 php page. that page will create rss. and you will echo rss through that php page. you can get your rss by using jquery on html page... anyway, there is no chance to create rss through html without a dynamic script.
 
Thanks for a straight answer....

actually , you will need only 1 php page. that page will create rss. and you will echo rss through that php page. you can get your rss by using jquery on html page... anyway, there is no chance to create rss through html without a dynamic script.
 
im was thinking about this myself , would it work if you burn a feed at feedburner , join it with your twitter & bookmarks there then ping the feed every time you update ?
 
Back
Top