blog
blog
Out of context: Reply #65208
- Started
- Last post
- 76,748 Responses
- scarabin0
anybody know how to display an RSS feed on a page without using iframes or paying some crap web service to do it? and have complete control over the styling of it?
i used to use something called magpie on my server but it used php 4 and isn't supported by my host anymore :/
- is it as simple as using an include and then styling the feed elements?scarabin
- hmm. i guess i can only include local files and not a urlscarabin
- jQuery ajax call?BabySnakes
- BabySnakes tells the truth. try this: http://hovinne.com/a…********
- https://github.com/j…********
- i'll give that a try, thanks!scarabin
- If it's Wordpress, try the REST API and specifically the REST API Embed plugin.mg33