blogger

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

How to new article with blogger api by php?

How to new article with blogger api by php with title, content and keyword? I would like coding simple thanks ...

how to show code snippet in blogs

I have a little blog on blogger.com and I use a simple free template that I found out there. Occasionally I post code snippets about my findings. The code gets formatted in a pretty ugly way. I see out there that some bloggers they have fancy template for showing the code. Where do I find such template for blogger? Or what can I do to a...

Jquery, Cookies and Blogger

On my Blogger Blog I have this code in the template <b:if cond='data:blog.pageType == &quot;index&quot;'> <b:else/> <p><data:post.body/></p> </b:if> This code basically shows the body of the blog post only when it's on an individual blog page. You can see an example here www.spoilertv.com When you are on the homepage only the post t...

AuthSub and Blogger

I'm trying to retrieve a list of blogs of a given user. I think I've successivelly authorizated myself with all the token stuff, but when I ask for the list blog, I recieve a 302 moved temporarily. I'm using curl to send the requests. In my callback page, I upgrade the token to a session token: $header = array(); $header[] = 'GET /acco...

Trying to move my blog title up

Hi, I am trying to move my blog title up a little higher. If you will look at my blog you will see that the title & subtitle are too far down. http://www.melissavenable.blogspot.com The title (Little Mrs. Married) should be in the turquoise area above the pink line & the subtitle (some things...) should be right under the pink line, ...

Facebook Like Button using xfbml in Blogger - Cannot make individual like buttons for each post

I'm trying to put the Facebook Like button using xfbml in my Blogger blog. I want it to display a different button for each post, not the same for all the blog. I've followed the guidelines in this link, among others: http://hitech-tips.blogspot.com/2010/05/facebook-like-button-xfbml-tutorial.html What's happening is that the like butt...

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 to get Blogger post comments for URL using API or anything else?

I have been looking for a way to get the comments from a Blogger blog if I have a regular URL. I know you can get the blogID by scraping the html, which is somewhat unpleasant but has a few standard ways to get it. The problem is that I have not been able to find a way to get the comments for a specific post if I have only the post URL a...

blogger (python) API - How to query none draft blog entry

I would like to retrieve through the python blogger API the list of published (not draft) blog entry from my blog. What parameter do I need to add to specify draft=false. query = gdata.blogger.client.Query() query.max_results = 3 feed = bc.GetPosts(blog_id=blog_id, query=query) ...

Can someone tell me how to obtain the theumbnail from a Blogger post using PHP/Zend?

Can someone tell me how to obtain the theumbnail from a Blogger post using PHP/Zend? ...

i want to make it's comment form transliteration ready ! how to apply jjavascript on external iframe

Hello dear all, i am experimenting on blogger comment form, i want to make it's comment form transliteration ready , visitor can comment in their own languages. so i want to know that how to apply a javascript on external iframe which content a form "#commentBodyField" i have to apply a javascript code on this #commentBodyField. can we...

Blogger Posting IOError in Flex

I am using this API with Flex4 with Windows7 operating system. I am able to login and also to get the list of my blogs. but when I tried to post any new post on my blog. bloggerService.publishBlogPost(blog, post); I am getting following IOError: [Line 1, Column 124, element content] Malformed MIME type. I am unable to find what's go...

How do I link to a Blogger post with a post ID?

If I have the ID of a post on a Blogger blog, how do I translate that ID into a URL which links to the post? My ultimate goal is to pull posts from my Blogger site to my own site, and then be able to permalink to the actual posts. I'm doing this by parsing the RSS feed for my blog with Javascript. Unfortunately the "link" field in the R...

My own blog - is it a good idead?

I have few years of software development experience in classic vb, asp to ASP.net and vb.net. And at this moment exploring F# and MVC, Windows phone 7 in my spare time because my company is unlikely going to use this technologies in near future it doesn't take long time to understand and become relatively knowledgeable in these new tec...

Blog platform that has built in syntax highlighting

Hi all I want to start writing some blog and I know that i will past code there so i am looking for some platform with this already built in . And that i will not need to use third party script for syntax highlighting. As I understood Blogger and Word press dont have that built in and they use syntax highlighter . The problem is th...

Google Blogger Integration

Trying to just retrieve blog post and print the contents to a site. I am using the printFeed method from the documentation but it just seems to print the title. I need the title,body,photos,comments,etc. function printFeed($feed) { $i = 0; foreach($feed->entries as $entry) { print $i ." ". $entry->title->text . "\n"; ...

blogger.com subdomains

When one registers for a blog in blogger.com, a sub-domain gets created i.e. your_blog_name.blogger.com My question is - Is there no limit to the number of sub-domains you can create with a single domain name? I am just curious as to how blogger (or any other blog hosting platform) does this? ...

Facebook Like Button for Blogger doesn't work properly

I added a "like" button on my blogger page and when I press it, it appears on my facebook page, but just as text "so and so likes so and so" but without the link back. Why is that and does anyone know how to fix it? Thank you! ...

How do I access a posts's labels / tags so that I can add them to the page's TITLE or DESCRIPTION

Blog URL: http://madhurtanwani.blogspot.com I'm trying to optimize my blog's title and description tags and was thinking of adding the "tags" or "labels" for a post into the title and/or description tag (that is for blog pages are single posts). I'm not aware of a way to access the "data:post.labels" data field in the section of the t...