Tagged Questions

16
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 ...
3
votes
3answers
127 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 ...
1
vote
1answer
136 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
4answers
756 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
2answers
34 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
1answer
219 views

how to use blog variable on javascript

I'm using blogger.com. I need to use data:blog.url variable on the javascript. But i don't know how to assign to any javascript variable. How to get blogspot variables on the javascript?