Hi I've got a blogspot blog. I want to display my posts in my HTML-Based website. What should I do? I've already tried adding it as RSS but failed. I want everything to look natural. I don't want my visitors to notice that I'm writing these in blogspot. Please help
|
Why didn't RSS work? That would be the easiest way to do it. The other way would be to export your blog and import it to a hosted Wordpress or similar blog install. Read the Blogger documentation on how to export your blog. It should be pretty straightforward. |
|||||
|
|
If you're doing this on a static HTML website you'll need to use something like an iFrame or some javascript to scrape the blogspot site for content. I'd go with the iFrame but you'll still see the blogspot header which gives it away you're hosting it there. Also I believe it's against the TOS to edit the content of your blog in a way that hides you're using their service when directly sending users there. |
|||||
|
|
I would suggest that you use your blogspot blog with a custom domain name. It could also be a subdomain. E.g. blog.example.com where example.com is your website. Here is the official site, which explains, what to do: http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=55373 Best wishes, Adam |
|||
|
|