Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
6
votes
6answers
3k views

C# Syntax Highlighter for Blogging on BlogSpot

I'm looking for a syntax highlighter cum code formatter for my blog on BlogSpot. I've tried several today, but the all want to include tags, or reference a stylesheet. I'm looking for one that is ...
4
votes
3answers
226 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 ...
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
2answers
671 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
48 views

Trouble logging in with BlogSpot

This question belongs on meta. I'd ask there, but I need to log in to ask a question, and that's where my problem is :) I have an ID on BlogSpot.com (that's the Google Blog thing). I'm pretty sure ...
2
votes
1answer
234 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
453 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
2answers
214 views

How can I retrieve all posts from a Blogger (blogspot.com) blog?

I have a blog at http://westernwakefarmersmarket.blogspot.com/ and I'd like to migrate the content to a new MVC web application I'm developing. I'm trying to retrieve all of the existing posts to ...
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
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
46 views

Pulling Blogspot Posts with PHP

I am developing a lightweight app that has a rudimentary news feed, that will be populated from Blogspot. Does anyone know any blogspot php frameworks that can pull the list of items posted within ...
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
121 views

blog id on blogspot

I want to create a button on Blogspot. The button must send me the blog.ID and post.ID. I can get the post.ID with code <data:post.id/> but don't know how to access blog.ID?
1
vote
1answer
243 views

Add Categories to Blogger with Google Api?

I am using the Zend Google API for posting to my blogger (Blogspot) Blog. I can enter only the Title and Content but I don't know how to add categories (also known as "Labels"). Is there a way to use ...
1
vote
0answers
64 views

starting blog, please recomment me a free blog [closed]

I want to start blogging on computer programming and technologies. Please recommend me a free blog to use considering: 1. most search engine friendly 2. free 3. allows ads/ google ads thanks
1
vote
3answers
340 views

Parsing a blogspot XML file with Nokogiri

I have a blogspot exported xml file and it looks something like this: <feed> <entry> <title> title </title> <content type="html"> Content </content> </entry> ...
1
vote
1answer
220 views

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 ...
1
vote
2answers
697 views

Post from RSS to Blogger

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: ...
1
vote
1answer
95 views

A CSS code Or Any code to put text (saved in other server) into blogspot blog..?

I have a blog in blogspot. Step (1). Whenever any visitor visit my blogspot blog through Google, the search search string is tracked through a javascript and the search string is saved in another ...
1
vote
4answers
755 views

Facebook “like” button for blogger

i have been looking for a javascript code which is like the facebook "like" widget to put in my blogger site. The examples of the buttons are like in the following website, ...
1
vote
2answers
2k views

Thumbs up and down Javascript code

i have been looking for a javascript code for the thumbs up and down system to put in my blogger site. I've seen some of the help resources, but it all required the new layout, whereas i'm using the ...
0
votes
0answers
16 views

How to redirect with .htaccess to error page or main domain if subdomain is not exist?

I would like to redirect from not existing subdomains to error page or to main domain. I have a lot of subdomains and they are created and deleted dynamically so i do not control the process and do ...
0
votes
1answer
27 views

Syntax Highlighting with scrolling at Blogspot

I am using blogspot.com. I want to make my coding highlighting. So, I use google code prettify api. <link href='http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css' ...
0
votes
2answers
33 views

How can I know if the current opened page is a post page and not category or archive page using javascript?

I'm creating a gadjet for Blogger(blogspot), this widget will be placed on all pages(post,archive and coutegory pages) but I need to get the url of the current opened post only(not category page, not ...
0
votes
0answers
56 views

Squid 3: Proxy Problems on BlogSpot

When I am at Blogger on Google, I try editing and viewing previews of my blogs. I get a 500 error popup and this... With Proxy http://i.imgur.com/d7jHt.png and.. without proxy ...
0
votes
1answer
269 views

embed blogger blog into webpage

I'm possibly gonna build a website, but a thing I'm concerned about is that the client wants an existing blogspot blog embedded into the site. After a bit of googling there doesn't seem to bee a ...
0
votes
1answer
58 views

Retrieving published (non draft) blog posts from Blogger API

I'm building a website that uses the Blogger API to display blog posts inside the site instead of linking to the xyz.blogspot.com url. I can successfully grab posts via jQuery but am having trouble ...
0
votes
1answer
123 views

How to get a comment notification from user's comments on my blogspot blog?

I've just installes the fb comment plugin on my blog viajes y cosas asi and its working marvellously. the only thing is that I don't know what to do to get, at least, an email notification. I ...
0
votes
0answers
23 views

How can i hide count votes of blogspot poll?

Maybe i could do it via url: is there a example of iframe url: ...
0
votes
1answer
178 views

How to ad the Galleria slide show to my blogspot theme

i downloaded the galleria zip file and everything but i have no idea what to do next. how do i make the slide show appear on my blog? do i need to download programs to do this or does anyone have the ...
0
votes
0answers
26 views

Redirect a blog on blogspot.com to another domain

Is there a way to redirect an entire blog or a single blog post from blogspot.com (blogger.com) to another domain? It will be also helpful to make a redirection from one blogspot post to another post ...
0
votes
0answers
74 views

Syntax highlighter 3.0 not working on blogspot

Syntax highlighter 3.0 is not working on my blog. I use the newest version right from the website. The issues are: If I write #include in my code, I get at the end of it. There's no text wrapping. ...
0
votes
0answers
34 views

Customized URL Like Blogspot [closed]

Possible Duplicate: How to create this type of subdomain on the fly like Blogger.com Can any one of you help me out how to give a personalized url like blogspot site in asp.net ex: if abc ...
0
votes
0answers
65 views

how to make the code full page wallpapers advertise on blogspot

I've tried looking on the internet but it is very difficult to find what I was looking for. I want to make my blog has a backgroud ad features such as on non-blogspot sites. How do I make wallpapers ...
0
votes
6answers
119 views

Using <script> in CSS

Is there any way to write script in css and call or execute it whenever required ? I need a <script> tag to be executed . i need something like this.. css code #execute{ <script> ...
0
votes
1answer
86 views

How to automatically transfer posts from 1 blog to another?

I have 2 blogs [http://######.blogspot.com]. In 1 blog I have some posts labelled as Linux. I want all of my Linux labelled posts to automatically transfer to my other blog. I want that whenever I ...
0
votes
0answers
79 views

Any editor for blogspot template creation/editing with debug support

I am trying to edit a blogspot template. I am using Notepad++ for that. But i find it difficult editing the template in Notepad++. Reason for that, every time a change something in template, i have to ...
0
votes
1answer
37 views

verify admin in blogspot

How can i verify if a user which visit a blog on blogspot is or not the owner of that blog? I'd like to be able to do something like: <b:if cond='is_admin'> (dysplay an admin button) ...
0
votes
1answer
120 views

CSS blogspot background positioning help

i'm trying my hands on coding a skin for blogspot.com i basically got everything else done except for one issue which is a part of my design. Beside the title of the blog, i've design it such that ...
0
votes
0answers
179 views

SyntaxHighlighter for plain text on blogspot

I just followed the below link to set up syntaxhighlighter on my blog: http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html But as given in this link, i tried to use the ...
0
votes
1answer
430 views

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 ...
0
votes
1answer
188 views

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

How to create and submit a blogspot sitemap to google?

How to create and submit a blogspot sitemap to google? Please show with an example...
0
votes
1answer
191 views

blogspot.com: how can i display all posts at once?

i'm reading some blogs on blogspot.com and i was wondering: is it possible to change a blog's url that it will display ALL posts? i mean that it will show all blog entries without having to click ...
0
votes
2answers
272 views

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

Is it possible to upload PHP files to blogspot?

I am trying to create a blog using blogspot. It seems it is not possible to upload anything other than image files to blogspot. I want to upload a PHP file. I managed to upload the file to google ...
0
votes
1answer
933 views

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

1 2