blogspot

How to create an post entry in blogspot using php ?

I want to post entries in my blogspot blog using php. But i just cant do it. I read the googlr blogger documentation but i just cant understant. Can someone please tell me in simple words how to create an entry in blogspot? ...

Parsing a blogspot XML file with Nokogiri

I have a blogspot exported xml file and it looks something like this: <feed> <entry> <title> title </title> <content type="html"> Content </content> </entry> <entry> <title> title </title> <content type="html"> Content </content> </entry> </feed> How do I parse with Nokogiri and Xpath??? Here is what I have : #!/usr/bin/env ruby r...

bug with the blogger api?

Hey guys, I have a blog whose last post was dated 02/08/10 1:22pm. When I use the following query, http://www.blogger.com/feeds/23853089/posts/default?published-min=2010-08-02T12:22:00 I set the minimum published date to 12:22pm but no post are shown! I have tried this is several blogs and set the min.date to few mins/hrs before...

How can I retrieve all posts from a Blogger (blogspot.com) blog?

I have a blog at http://westernwakefarmersmarket.blogspot.com/ and I'd like to migrate the content to a new MVC web application I'm developing. I'm trying to retrieve all of the existing posts to migrate them into a database. I'm having trouble getting all of the posts, however. When I connect to the blog with Windows Live Writer, it's ...

How do I get numbered pages in blogspot, including label pages?

Hi, I have followed the steps from "Add Best Numbered Page Navigation Widget in Blogger with Scroll Effect" post ( http://besthowtoblogger.blogspot.com/2010/08/add-best-numbered-page-navigation.html ) and it's working just for my Home page and for labels not. I saw in his demo page that it's working for labels too. Do I have to do some...

How to use IF ELSE condition with XML by php?

Hello guys. I trying to make Blogspot.com like XML template engine with php. And I'm newbie in XML. How could make php script that read this type of XML and print out something to user's browser? I want to use too many free blogspot templates. Thank you. .... <b:if cond='data:blog.con0'> blablabla1 <b:if cond='data:b...

How to create and submit a blogspot sitemap to google?

How to create and submit a blogspot sitemap to google? Please show with an example... ...

What do you want the Blogger API to do?

As a developer relations engineer for Blogger, I am interested in what future capabilities you guys would like from the Blogger API. I will be developing tutorials, example code, and feeding back to the engineering team based on the feedback I receive. ...

Blogspot add image in side panel with link

I have a blog in blogspot and I would like to add in my right panel an image with a link. When the visitor clicks on it it will open that link. For example, let say I add the logo of "NYTimes" and the user clicks on it and the nytimes page opens. Edit: I tried the Gadget Add JavaScript/Html code and I put this <a href="www.nytimes....

how to incorporate SEO for the blogger blogs (blogspot)

What steps can I take to incorporate SEO into blogger (blogspot) ? The only option available is blogger.com. (long story) I have added META tags, recently got some backlinks from popular sites, but what else can be done ? Also, is there a way to check the pagerank of the blog ? Any resources, links are welcome, I'm willing to spen...

starting blog, please recomment me a free blog

I want to start blogging on computer programming and technologies. Please recommend me a free blog to use considering: 1. most search engine friendly 2. free 3. allows ads/ google ads thanks ...

Blogger multiple label search

on any blogspot blog, if you click on a label, it will do a search for you on all the blog, showing stuff tagged with that label. is there a way to do that again? i mean to search for 2 labels. I want to see all the posts that have both labels. is there something built in? if not, can I do something about that on my blog? something cu...