IS IT POSSIBLE? to add a feed from wordpress to an outside website?
-
An old-fashioned html code web designer here –
trying this “newfangled” medium and wondering if there is a code- perhaps a feed code that can be placed into a website table, in a website on server without wordpress that will link to my blog on this server .. myblog.wordpress.comLike running a feed from my blog onto a website?
thanks
jj -
If you mean an RSS feed, then the answer is yes. Your RSS feed is http:// yourblogname . wordpress . com / feed
(Spaces are there so it will display properly.)
-
-
I see it done all the time, so the answer is yes, but unfortunately I don’t know how it’s done.
-
For that you need a RSS parser that will read your RSS feed (which is an XML file) and display it on your web page.
In order to do this, your hosting provider should support a server side scripting language such as PHP or ASP.Net and a Database server such as MSSQL or MySQL if you wanna store the feeds already parsed.
-
I know we can support a php file – where can I find such a parser and does anyone know of a place where I can actually see it in action?
That always helps me with setting up something new.
thanks
jj -
where can I find such a parser and does anyone know of a place where I can actually see it in action?
Have you tried googling for those things?
-
- The topic ‘IS IT POSSIBLE? to add a feed from wordpress to an outside website?’ is closed to new replies.