blogger

API Access to Blogger Link Field

I'm working on a (Python) App Engine project for Blogger, and I want to be able to specify what I believe is called bloggerLink, the field that Blogger provides to specify where the subject of your post links to. Has anyone found a way to use the API to fill out the bloggerLink field? You can see what I'm talking about here: post ...

jquery & php poll in Blogger

Would it be possible to use a poll like this in Blogger? Link: http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/ ...

blogger jquery call

Hello, I have a blog on google (blogger) and i want to get json data from external website in order to integrate into my posts. I used jquery library and getJson function in order to retrieve the json data but nothing is returned. Blogger restrict any jquery external calls ? Have any idea? Thank you ...

I want to know about blogger template language

i'm looking some syntax. <b:includable id='main'> <b:loop values='data:posts' var='post'> </b:loop> </b:includable> </b:widget> </b:section> <data:post.id/> <b:if cond='data:post.dateHeader'> </b:if> This is mixed any programming language? I need to know this syntax language name? Who create this language? Where i find help about ...

Blogger template: Style blog post based on label

Hello, I'm trying to change the style of a blog post (for instance change the title color), based on the labels associated to the post. I'm a bit new to the templating, so I though I would be going to add a class with the label in the title <h3> element, and then add my CSS rules. So I found this which would generate a proper list of ...

blogger layout syntax question

I know this on the javascript programming if(a==b){}else{} same code on the blogger blog template syntax <b:if cond='a==b'> <b:else/> </b:if> I need, how to do following on the blogger if(a==b) || (c==a) how to create multi conditional expression ? data:blog.url.substring(40) how to subtract data:blog.url string. ? data:blog.ur...

Different css styling for differnt Blogger Label group

How can I display different page styling for different Label group's posts in blogger? I need to have post under particular Label to have the sidebar hidden and posts under another label to have some DIVs hidden. Thanks. ...

Need Help Editing CSS for Blogger

I recently edited the css on my blog and I haveing two issues. From the home page, everything looks fine; but, when I "Continue Reading" or click on a posting header, the new page is a little messed up. At the bottom of the page, it says "Post Comment." I want this removed. And, there is a ton of white space after the end of the post...

How can I get my content from a Joomla blog into Blogger or Wordpress?

I have an old joomla site (v 1.0.11) that I would really like to move over to Blogger or Wordpress. The commenting on the site uses AkoComment which was an add on module. Basically, I want to transfer: posts comments users css I haven't found a good tool out there to do this. What tools would be best to begin to work with this dat...

How to use prettify with blogger/blogspot?

Hi everyone. I'm using blogger.com to host some texts on programming, and I'd like to use prettify (same as stackoverflow) to nicely colour the code samples. How do I install the prettify scripts into the blog domain? Would it be better (if indeed its possible) to link to a shared copy somewhere? I have webspace on a different domain. ...

Will <insert popular website here> restrict me from accessing their website if I request it too many times?

I ask this because I am creating a spider to collect data from blogger.com for a data visualisation project for university. The spider will look for about 17,000 values on the browse function of blogger and (anonymously) save certain ones if they fit the right criteria. I've been running the spider (written in PHP) and it works fine, b...

YouTube Videos in Blogger Atom/RSS feeds

I'm trying to view a feed from my blogger account both from a Ruby on Rails app, and Safari's feed reader. All of the simple HTML (like paragraphs and images) is interpreted just fine, but embedding a YouTube video isn't working. For example, when I add this to my post inside of blogger: <p>Before</p> <object width="560" height="340">...

testing blog locally?

Hi, I have a blogger template(xml file). Is there any way to test or run the blogger theme locally? Thanks in advance ...

Blogger and unicode ?

I have two questions Can this code be added to blogger? Can this code embed unicode fonts? and if can, please tell me the link how to do it. ...

blogger b:if statement

Hi, i would like to ask if there is an elseif statement in blogger? All i've seen is only if and else but no elseif. If there isn't any elseif statement, how can i give multiple condition to an if statement? For instance in this case, i have 3 author A B and C. Recently D and E have joined us, i have a code such that if the author is A...

Obtain a Blogger blog ID from its friendly url without screen scraping

Hi, Im using the Blogger API: http://code.google.com/apis/blogger/docs/1.0/developers_guide_php.html What I wish to do is obtain the blog ID from just the sites name eg, sleeptalkinman.blogger.com This is possible as the blog ID appears in the source but screen scraping isnt a good idea! Any advice appreciated! Im using PHP. For cl...

String comparison (possibly a hidden character issue?)

I'm trying to do something fancy with a blogger blog, and when I'm looking at a particular blog, I'd like to be able to know which one it is. So, although there might be a better way of doing it, I've got this bit of code set up: //Get title of current blog currentTitle = document.getElementById("post-title").innerText; currentTitle = ...

Blogger (Python) API: How do I retrieve a post by post ID?

Having previously obtained a post ID from a call to gdata.blogger.client.add_post()... post = client.add_post(...) post_id = post.get_post_id() ...how do I use that post id to retrieve the post in the future? I thought maybe gdata.blogger.client.Query would be the way to go, but this doesn't support post id as a query term. The exam...

Embedding Google Waves in Blogs and Search Engines

After watching the cool Google Wave Developer Preview at Google I/O 2009 I started wondering that it would be cool to integrate Google Wave with my blog. I'd like to replace the built-in Blogger comments with comments based on Google Wave. But my impression is that it's all JavaScript-based. This makes me wonder whether Google bots (or...

How to embed Silverlight control in blog page?

How can I embed a demonstration applet written in Silverlight within a blog post? Is it possible to do so using any hosted blog engines, or only using a blog engine that I host myself? I assume that I will need to use the same tags and .js as in a regular (X)HTML page with a SL control. Are there any hosted blog engines that will perm...