blogger

How can I import my database (articles and tags) into blogger?

Is there are minimal XML specification which can be used to import blog using Import blog feature? ...

Getting XML Error when saving blogger template.

I am getting the below mentioned error, when i try to use the xml code from here. The template is not mine, but a friend's. I am trying to use the same for my blog. Please let me know what is the error. Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message:...

How do you retrieve an author's photo via Blogger API?

Hi, I already know how to retrieve the blog data via the email and password of a user, but looking through the returned feed, I don't see the user's profile photo. Is there any way to retrieve this? Thanks! ...

Getting Invalid Authsub Token Error 403

Hi, I am trying to authenticate my application using Blogger API but when user grant access to the application and blogger api return the token and the token i use to exchange the by sending the request on https://www.google.com/accounts/AuthSubSessionToken it return an error called Error 403 Invalid AuthSub Token. Kindly help me in this...

How can you dynamically alter blogger content with jquery?

$('.body-fauxcolumns').load('http://zazzlewidgets.blogspot.com/p/about-me.html'); I was experimenting with jquery and blogger and noticed that I can't change the content dynamically through manipulation functions. Am I doing something wrong? The code was placed into the header. How can you dynamically alter blogger content with jqu...

Not able to post using Blogger API

When i post using Blogger API it does not respond with any error but it also does not post to the specific feed or blog. But it respond with http code '0'. Kindly help me debug the code. Following is my code: $authSubHeader = self::getAuthHeader("POST", $url, $token); $xml = "<entry xmlns='http://www.w3.org/2005/Atom'&gt; ...

How to implement post review on Blogger?

I'd like to implement peer review [1] with Blogger and, probably, jquery. I need your help and advice on proper tools & libraries as well as usage model. Usability If one selects text with a mouse and starts typing, this creates a comment. The comment can be stored. The script can later access the comments to modify innerHTML of the...

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 write script for pinging Program for blogger

Hai i want to write a automaic pinging for my blogger when ever i update my blog , suggest me if any script already available or how to start ...

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...

Extracting template used in a blog

Hi, Windows Live Writer somehow extracts template from (at the very least) Blogger-based blogs. Google's Blogger API documentation does not mention a way to do this "cleanly". Is there an API or an easy way to extract the template used by a blog, for use in writing a WYSIWYG blog editor? I'm looking for a way to do this on Blogger, but...

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...