nuzerog Posted September 10, 2009 Report Share Posted September 10, 2009 Okay,I have a blog and I guess it has an RSS feed. In order to incorporate this into my website, I need a RSS Reader and then a script that accesses this reader to display the blog content or updates? Or I can use a 3rd party provider? So they run the RSS REader and then send me the readable feed? Is that basically how it works? If so if I find an RSS reader, I can run it on my own server and then script it. Thanks MuchHKIM Link to comment Share on other sites More sharing options...
Ingolme Posted September 10, 2009 Report Share Posted September 10, 2009 You just need to access the content with PHP and use the DOMDocument class to obtain information from the feed.You could use any other server-side language to perform the task as well. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now