954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Embedding Blogger into a website

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

dave086
Newbie Poster
3 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

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.

pritaeas
Posting Expert
Moderator
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 

Thanks for the quick reply! I would prefer to not load it in an iframe - any clues on how I would embed http://xxxxxxxxxxxx.blogspot.com/feeds/posts/default using simple xml?

Simple xml is not something I've come across before...

dave086
Newbie Poster
3 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

Am sure the documentation will get you started.

pritaeas
Posting Expert
Moderator
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 
Simple xml is not something I've come across before...

http://www.phpro.org/tutorials/Introduction-To-SimpleXML-With-PHP.html

Another dirty option will be scrapping all html page from link and display them as they are!

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 
diafol
Rhod Gilbert Fan (ardav)
Moderator
7,796 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: