Hi,
I have a website that I'm trying to embed a blogger feed into. My client doesn't want the user to be taken to the blogger site, but to click a link in the left hand side bar, and the relevant post load in a new page.

What is the best way to do this? I have found a lot of information online that doesn't really do anything...

I'd be fine using php to run it.

Thanks
Dave

Recommended Answers

All 5 Replies

Do you want to load it in an iframe, or do you want to display part of the feed/page within your own document (without an iframe). For the last one, you can parse the feed's xml with SimpleXML for example. Then change the links to load your own page, which gets the content from the blogger page.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.