Link to home
Start Free TrialLog in
Avatar of RTKHOT
RTKHOTFlag for India

asked on

Integrate blog into website

I have a wordpress blog hosted elsewhere.

I have an HTML 5 website hosted somewhere else.

I want to show the feeds of the blog in my website. How do I achieve this.

Please send the integration code snippet
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

I want to show the feeds of the blog in my website. How do I achieve this.

You just need to parse the feeds generated by WordPress and display the result.  How exactly you do this is sort of up to you.  HTML alone can't do it so you need to deal with a server side language (PHP, etc) or JQuery
Avatar of RTKHOT

ASKER

Thanks for the reply. But I am not a very technical person. Please send jquery code to achieve this.
ASKER CERTIFIED SOLUTION
Avatar of Big Monty
Big Monty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial