blogger

Apply the REL attibute automatically to posts using jQuery

Edited: I mean grouping as giving the same REL attibute to all IMGs in the same post, but each post has different REL as the example at the end of this question. So, I need to do the following: <div id="Blog1" class="widget Blog"> <div class="blog-posts hfeed"> <div class="post hentry uncustomized-post-template"> <a name="8829400899632...

Blogger issue with custom background images on Chrome and Safari

This is weird, the site in question is blog.andrebatista.info and it is a hosted at blogger.com. I'm trying to make the blogger template look the same as the one in my main website, www.andrebatista.info. For some reason if I go directly to the blog address Chrome and Safari fail to display all of my background images... all of them. H...

How to integrate Blogger to personal website?

I have 1 blog say xyz.blogspot.com,now am uploading my own website,so I want to integrate my BLOG in my website.along with that I would like to import comments if possible. will be coding the logic in java only. did googling,but was unable to find some relevant solution. ...

Can one get the list of following blogs from blogger api or gdata api?

I have been looking for a solution, but the only format that I can get a response to the profile API is in HTML. That is not very reliable for getting something like a list of the blogger's reading list. I have been able to get the default/blogs with my auth token and have the result returned in JSON. I then used that to get the autho...

How can I get the list of followers from the Google Data API for Blogger?

I am able to get the list of 'authored' blogs for a particular user profile-id and its response is available in JSON. However, when I try to request the profile (which has the list of followers), I can only get the result in HTML. Is there any way to get the list in a data-protocol format (i.e., XML or JSON)? ...

Deleting blog post using Blogger API, Javascript and Prototype

Hello, everyone! I'm trying to delete a blog post on blogger.com using Blogger API via Prototype Javascript library. Here's my code: var request = new Ajax.Request( 'http://www.blogger.com/feeds/'+remoteBlogId+'/posts/default/'+postId { method:'DELETE', requestHeaders:['Authorization', 'GoogleLogin auth='+authKe...

Rails Blogger.com integration

I'm looking to retrieve the latest two posts from a Blogger.com account that belongs to me. What is the best way of doing so using Ruby on Rails 2.3.5? Thanks! ...

How to style a code block to make all the colours look pretty like my IDE and here in stackoverflow?

When putting code samples in my blog I would like the code to have all the appropriate colours. How can I do that? Basically if I write: foreach (ListItem item in items) { item.Text = "something"; } I want it to appear in the correct colours like it does in my Visual Studio or here at stack*overflow*. I'm bored of styling the co...

How to list the post titles of all the post from my blogspot blog??

I want to display ALL the blog post i've written to my visitors. Blogspot have 'Archive' widget but it display only the post posted in a particular month/year. I want to display all the posts. Is there any solution to that without using javascript?? (i don't want to use javascript 'cuz some users might have their script disabled) Thank...

How to update a Blogger HTML widget through API ??

hi, i am Nok from Mumbai. I want to add contents from RSS feed. Blogger has inbuilt 'Feed" widget which can extract the content from any feed. But this inbuilt 'Feed" widget doesn't solve my problem because the widget uses javascript. Some of my blog visitors have their Javascript disabled in their browser. So, i want a widget or code th...

Google Visualization API chart in Blogger / Blogspot

Is it possible to embed (chart) visualizations created by the Google Visualization API in a Blogger post? I tried stripping out the <head> and <body> tags (and closing tags) from the pie chart example, however, the pie chart visualization fails to render, even on a published post. NOTE: I'm asking about the Visualization API, rather th...

How to manually patch Blogger template to use Disqus

I'm trying to add disqus to my blog and I tried following this guide to do so: http://disqus.com/docs/patch-blogger/ However their instructions are completely off with what I have on my custom template. Here is the template: <b:skin><![CDATA[/*----------------------------------------------- Blogger Template St...

new Facebook Like button for Blogger

I want to add the new facebook like button to my blogger website. http://developers.facebook.com/docs/reference/plugins/like I have to pass the url to the blog posts in the iframe src tag. I can get the blogger posts url from <data:post.url/> but I can't put that in a src string because Bloggers template system is weird. I want to do t...

Blogger Template: how to change the color of the border css

Hi, I'm trying to change the borders in the style sheet of the template on my blog, but I've never done anything with css so I'm a little bit at a loss... I want to keep the dark background, but I want to create a small border with a slightly different color around my postings. If my guess is correct, then I should modify some of these d...

Blogger Template not saving after Facebook like changes

I've add the facebook Like button to http://www.goldfishview.com/ and that works great. Its powered by Blogger. Now I want to move it to the end of my posts instead of a the beginning. I move the facebook iframe and the preview looks great, but once I save the template it reverts back to were it was. I've tried in Chrome and Firefox. In ...

I want to make a asp.net website in blogger..is it possible.what are the alternate ways?

Hi Friends, I have been thinking of creating a website with asp.net. Is it possible to develop asp.net sites in blogger? Wat i have seen is write something in plaintext or html and it wil be posted...but i want to write asp.net code using sql server in bloggger. thx ...

How to securely serve S3 files to blog

I'm starting a blog and i'm in the process of choosing where should i host it. For now i want a free solution like Blogger or Wordpress.com. The problem i'm facing is that i want to use files i have in a S3 bucket in my blog but none of the blog solutions i found supports any kind of server code, which means that in order to use S3 quer...

Best free site/blog to put video tutorial

Hi, i am planning to upload a video tutorial on a particular software technology. The size of the videos will be around 600 MB's to say 1 GB. I am putting it for free for anyone to download. Is there any site/blog where i can put it.I am planning to divide the videos in parts and zip them. Does blogger or any other cms allow me to upload...

Post from RSS to Blogger

Hi, I have created a blog at Blogger, say xyz.blogspot.com. What I need is to post new entries in my blog whenever there is any new entry in a RSS Feed say: http://news.google.com/news?pz=1&amp;cf=all&amp;ned=en_pk&amp;hl=en&amp;q=silicon+valley&amp;cf=all&amp;output=rss I have tried using www.xfruits.com, but its throwing error "wrong...

different stylesheet for mobile devices

i am trying to make my blogger.com blog mobile friendly,i wrote a css that would do that ,now how do i make blogger swap the origional stylesheet and use the mobile version in case of it is accessed by a mobile deveice. ...