Tagged Questions

Blogger is a blog-publishing service that allows private or multi-user blogs with time-stamped entries.

learn more… | top users | synonyms

23
votes
24answers
2k views

Which programming blog entry opened your eyes and made you do something different as a developer from that moment on? [closed]

We all have had the experience... Somebody opened our eyes at some point with a very good blog post about our work as developers. And from that day with strive to do a better job. What was the most ...
14
votes
5answers
2k views

How to use prettify with blogger/blogspot?

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 ...
5
votes
2answers
693 views

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 ...
4
votes
3answers
227 views

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 ...
4
votes
2answers
2k views

Posting to Blogger using PHP

I'm having a problem getting the Blogger API for PHP to work. What I need is to be able to post a new blogpost to my bloggeraccount. The code I'm using is taken from the Google API page here : ...
4
votes
4answers
2k views

SEO consequences of using a subdomain for an externally-hosted blog?

Is there any SEO disadvantage in using a subdomain to host a blog on Wordpress or Blogger? I don't want to go to the trouble of creating a blog module for my site - I'd rather just set up a CNAME ...
3
votes
1answer
83 views

Problems with Google's OAuth

I had a Lisp application that used the cl-oauth library to contact Google's Blogger API. This worked fine until about a week ago, when suddenly it stopped working, refusing me access to the protected ...
3
votes
1answer
188 views

Preview next post

I would like to preview the next post at the post at the bottom of each item. The aim is to increase number of page views per visitor by having them view a snippet of the next blog post, and clicking ...
3
votes
2answers
193 views

How to create this type of subdomain on the fly like Blogger.com

A sometime ago I asked this question and I was told that the entry has to be made in DNS etc. I was not sure whather all this is really required or not. The kind of feature that I am looking for is ...
3
votes
3answers
125 views

Blogger IFRAME reciveing URL_argument from URL

Is it possible to have a page (or post) in the BLOGGER platform that works similar to this: blog.blogspot.com/a.html?url=http://google.com/ And it would embed in an IFRAME the argument ...
3
votes
2answers
288 views

Blogger template language specifications

Is there somewhere google published the official blogger template language specifications? I read this question and it provided a lot of useful information, but it didn't provide me with help on a ...
3
votes
1answer
228 views

How to convert a Blogger user name to numeric ID

When working with the Blogger API the user ID is expected to be numeric. I found out my numeric ID by looking at the URL for my Blogger profile page. However, I want my users to be able to use their ...
3
votes
1answer
98 views

Reading blogger entries from .NET

What is the best way to read entries programatically from Blogger using .NET/C#?
3
votes
2answers
672 views

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> ...
2
votes
1answer
45 views

JQuery document load issue on blogger

I am attempting to put a menu on my blogger page. The menu has come from another source and I can verify it works by plugging into into a simple webpage. Upon putting it in the HTML/Javascript ...
2
votes
2answers
73 views

Changing blog information (such as blog title) using Google Blogger API

I'm using the v1.0 PHP API, but an answer for any of the languages/versions will suffice (I'll be able to figure it out in PHP.) Google's Blogger API shows the ability to perform CRUD operations, ...
2
votes
3answers
195 views

The same Facebook comments appear on every post on Blogger

I have a blog on Blogger and I just installed the new FaceBook Comments plugin. The code looks like this. <div id="fb-root"></div> <script>(function(d){ var js, id = ...
2
votes
1answer
56 views

Blogger's layout tag Not supported in HTML : need javascript help

i am working on BLOGGER and i have came across 1 query. I want to integrate following in the blogger template. <script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/> <div> ...
2
votes
1answer
2k views

“Unable to get value of the property 'appendChild': object is null or undefined” while appending script to IE

When I try to append the following script to IE, I get this error: "Error: Unable to get value of the property 'appendChild': object is null or undefined" It works fine in Chrome, but when testing ...
2
votes
1answer
260 views

How do I add post information to script tags with Blogger syntax?

My goal is to create a blogger widget that adds the following JS to every post page (just blog posts, not pages): <script type='text/javascript'> post_info = { title: 'My Blog ...
2
votes
0answers
71 views

Are the Google, Youtube, Blogger API Linked Somehow?

If I have a user log in to my site with their Google account, using the OAuth2 method, can I use that token to get the users Youtube/Blogger info if they have those accounts linked? I've read the ...
2
votes
1answer
104 views

How to efficiently include external JS dependencies in a Blogger-hosted blog

My scenario: There's a blog that runs on Blogger, and that's also where it's hosted. Afaik, "external" (js) files cannot be hosted on Google's servers. When it comes to including popular JS ...
2
votes
2answers
107 views

How can I post to posts and pages on a blogger blog using Ruby?

I am looking to automate some functionality on my blogger blogs and would like to use Ruby to do it. What do I need to look into to post both blog posts and bogger.com's newer "Pages" feature? ...
2
votes
1answer
110 views

Wordpress “Categories to tags converter” not working. Pointing to import.php instead

I just imported my posts from blogger into wordpress. In doing this, the tags were converted to categories for some strange reason. I am now trying to convert them back into tag using wordpress' ...
2
votes
1answer
450 views

Integrating Blogger into a Google App Engine App

I use blogger for my blog and I am using Google App Engine for my site. I want to seamlessly embed my blog in my site. For example, I want the same nav-bar, footers and general ui that appear in my ...
2
votes
3answers
525 views

How to add internationalization support to Blogger?

How to add internationalization support to Blogger? Is it possible to deal with multiple languages within one blog? Is it possible to add own translation and don't use Google Translate widget? ...
2
votes
1answer
235 views

How to manipulate strings in a Blogger template. Impossible?

This question is about Blogger Template manipulation. People developing/changing or manipulating Blogger templates in any way know its syntax hence can provide some input. I write a development ...
2
votes
3answers
454 views

Drupal create archive block

Using Drupal CMS. Tell me please, how can I create an archive block like Blogger. Standard Archive of Views module is not suitable. Considered the option of using Views Accordion - impossible ...
2
votes
7answers
4k views

How can I add facebook's new “like” button to a Blogger blog?

I want to add the new facebook "like" button to my Blogger website. I have to pass the URL to the blog posts in the iframe src. I can get the Blogger posts URL from <data:post.url/> but I ...
2
votes
1answer
475 views

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 ...
2
votes
5answers
1k views

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 ...
2
votes
2answers
505 views

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 ...
2
votes
4answers
161 views

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 ...
2
votes
4answers
485 views

blogger jquery call

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 ...
2
votes
5answers
614 views

What are the steps I need to take to add nice java code formatting to my blogger/blogspot blog?

I'm looking for a sequence of steps to add java code formatting to my blogspot blog. I'm really looking for a dummies guide - something so simple a cleaner could follow it if they found it on a ...
1
vote
1answer
33 views

blogger via idHTTP : error 400 bad request

I'm trying to post to Blogger using idHTTP component, however, I'm getting "HTTP/1.0 400 Bad Request" error. procedure TForm1.Button1Click(Sender: TObject); var request,response,req : TStringlist; ...
1
vote
2answers
20 views

Retrieve blog posts through web service ?

Is there any similar way to retrieve blog posts in blogger as a web service ? I know there are plugins for workdpress like this. But I need to get data from blogger to use it in my android app. ...
1
vote
1answer
134 views

Need a next post button for blogger

I am working on a blog and wanted to add a next post button somewhere between every post like this website. http://www.damnlol.com/ In the website, you can see a blue button through which you can go ...
1
vote
1answer
29 views

Some elements gets above the floating bar

I am having problem with my floating navigation bar. The folating bar should be above everything but when I scroll through my webpage the form fields and some other elements of the website get above ...
1
vote
2answers
105 views

Java code (URLConnection - remote get method) in HTML (Blogger.com post)

In Blogger post I have this snippet <applet codebase="https://droidsnip.googlecode.com/hg/" height="300" archive="text.jar" width="300" code="Google.class"> and have this java code stored at ...
1
vote
3answers
87 views

jQuery replace hyphens with spans for blogger date header

I'm looking to customize the default date header in blogger with jQuery. The original output is: <h2 class='date-header'>2011-01-20</h2> I want to wrap the YYYY, MM, and DD in spans so ...
1
vote
0answers
132 views

php xml-rpc: error with blog post to drupal with metaWeblog.newPost

I trying to post a simple blog-post to a drupal-site with xml-rpc. I use the IXR_Library for this. Here is my example-code using metaWeblog.newPost: $url = 'http://drupalpage.de/xmlrpc.php'; $user = ...
1
vote
3answers
282 views

how to get the same jquery hover effect for this social icons?

How can i get the same JQuery hover effect (easing) like that in Epione blogger enter link description here i've tried so many ways to put it into my blog but i think i'm noob in JQuery Animation ...
1
vote
0answers
133 views

Posting blogger post with PHP Pecl OAuth, whithout Zend GData

My FreeBSD web-server does not support Zend Framework, so I'm trying figure it out with php's pecl oauth extension. After hours of googling and a day of implementing i recieved a list of blogs, but i ...
1
vote
1answer
39 views

Getting Meta Author Tag with data Tags

I have a Blogger Blog with 4/5 Active Writers, what i want to accomplish id there post have thier own Name in Meta Author Tag So far i've done this <meta expr:content='data:post.author' ...
1
vote
2answers
43 views

How to wrap dynamically selected ids using jquery or javascript

I am working on a project in Google Blogger. First i want to explain a thing. In blogger every post that is created has a unique id assigned to it by blogger itself. This id can be retrieved using ...
1
vote
1answer
181 views

How to get <img> tag from a blogger json-in-script file with javascript?

Im working with Blogger, and I need to get the last images from latest posts using the JSON feed API, in which you set the FEED mode to "json-in-script". Google Description of JSON BLOGGER API I was ...
1
vote
1answer
147 views

Options for 301 redirect from blogger

I can't use .htaccess on Blogger, but I need to try to keep the search rankings for posts. Users can redirect fine (using Javascript), but if I can't use a proper 301 redirect, how can I ensure ...
1
vote
2answers
288 views

How to post to Blogger via Google API in C#

I created a method to update my Blogger with the Google API (newest version) in C#. I found some solutions, but I have an error while running the app. There is a codeline, that I can't execute. This ...
1
vote
2answers
215 views

How can i add javascript inside blogger?

i would like to add some javascript inside blogger: <script type="text/javascript"> window.open("http://www.page.html", "myWindow", "status = 1, height = 400, width = 400, resizable = 0"); ...

1 2 3 4 5 6