Questions tagged [blogger]

Use for questions about Google Blogger, a free service for blog publishing. Do not use for questions about blogging engines or tools.

About

Blogger is a free blog publishing service by Google. All blogs on blogger are hosted on Google server on blogspot.com subdomain. You can also host with a custom domain.

Use for questions

About creating, managing and troubleshooting blogs with Google Blogger.

Do not use for questions

  1. About blogging engines, frameworks and CMS, use instead
  2. About API-specific issues, use instead

Useful resources

  1. Official website
  2. Wikipedia article
  3. Official blog
  4. Official forum
  5. Blogger Help Center
  6. Official Developer Blog
  7. Blogger Developer Group
  8. Blogger API documentation
2845 questions
289
votes
16 answers

Formatting code snippets for blogging on Blogger

My blog is hosted on Blogger and I frequently post code snippets in C / C# / Java / XML etc. but I find the snippet gets "mangled". Are there any web sites that I could use to parse the snippet beforehand and sort out the formatting, convert XML "<"…
rbrayb
  • 40,518
  • 31
  • 108
  • 154
92
votes
8 answers

How to escape < and > inside
 tags

I'm trying to write a blog post which includes a code segment inside a
 tag. The code segment includes a generic type and uses <> to define that type. This is what the segment looks like:
    PrimeCalc calc = new PrimeCalc();
   …
urini
  • 28,985
  • 13
  • 37
  • 37
82
votes
10 answers

How to show

I'm using tag inside of a
 tag to show code on my blogger blog. Unfortunately it doesn't work with HTML tags. Is there any way to show "
" inside of
 or  tag without actually interpreting it as HTML? This is what I do…
Loolooii
  • 7,580
  • 14
  • 59
  • 87
69
votes
3 answers

How do I set up a syntax highlighter on Blogger?

How do I set up a syntax highlighter on Blogger's new interface? I did try with many options but nothing has worked. Please give any suggestions.
Anil
  • 857
  • 1
  • 7
  • 7
57
votes
11 answers

How can I 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 Stack Overflow) to nicely colour the code samples. How do I install the Prettify scripts into the blog domain? Would it be better (if indeed it's…
billpg
  • 2,923
  • 3
  • 25
  • 53
29
votes
6 answers

How can I add JavaScript inside Blogger?

I would like to add some JavaScript inside Blogger. If I edit the HTML and I add " and ' they…
Patrioticcow
  • 23,784
  • 68
  • 202
  • 327
20
votes
5 answers

Extra Lines using SyntaxHighlighter for Chrome Only?

Extra lines are being inserted when I am using Chrome to look at a draft blog post (on blogger) that uses syntax highlighter e.g. But on IE it looks fine: Any ideas what I am doing wrong here? edit: The config/setup for SyntaxHighlighter I am…
glosrob
  • 6,457
  • 2
  • 39
  • 66
17
votes
6 answers

Blogger SyntaxHighlighter doesn't work at all

I've been trying to install SyntaxHighlighter 3.0.83 on Blogger for couple hours. I've tried many tutorials but it still doesn't work. I mean it looks just as normal text inserted nto pre tag. I created a new blog and pasted:
g-t
  • 1,265
  • 10
  • 15
16
votes
1 answer

How to enable inline quick edit in Blogger?

In Blogger, I need to edit a page all the time, because of frequent updates. Each time I want to edit the content, I am redirected to the editing page, like what happens on a Stack Exchange site for a new user trying to edit content. Is it possible…
Immortal Player
  • 184
  • 1
  • 13
16
votes
9 answers

how to show code snippet in blogs

I have a little blog on blogger.com and I use a simple free template that I found out there. Occasionally I post code snippets about my findings. The code gets formatted in a pretty ugly way. I see out there that some bloggers they have fancy…
amok
  • 1,600
  • 4
  • 17
  • 38
16
votes
2 answers

prettyPrint() doesn't get called on page load

I'm trying to prettify my code in Blogger. I've linked Google JS and CSS files to my template. The problem is that I want the code to be prettified on page load, so I add prettyPrint(); to page load event on the template.
Lim H.
  • 9,049
  • 9
  • 43
  • 70
15
votes
5 answers

AdMob starts implementing support for app-ads.txt files

I received a mail today titled AdMob starts implementing support for app-ads.txt files Ensure that the app - ads.txt file is executed correctly before enforcing execution At Google, we’re always committed to protecting your apps for the profit you…
Dr Mido
  • 2,017
  • 2
  • 15
  • 41
15
votes
2 answers

How To Embed Google Drive Document (PDF) In Blogger Post?

I want to embed a pdf document from Google Drive in my Blogger Post.
Nahoor
  • 190
  • 1
  • 1
  • 11
13
votes
4 answers

Highlight.js with Blogger: can't disable auto line wrap

I'm trying to integrate Highlight.js with Blogger. So far, the syntax highlighting works great, but I can't seem to find a way of preventing the code lines inside the
 elements to wrap automatically. What I need instead is for the browser…
glampert
  • 4,081
  • 1
  • 21
  • 43
13
votes
2 answers

Access-Control-Allow-Origin header on Google App Engine

I have a website hosted on App Engine (python2.7) and a linked blogger on the subdomain. I use shared resources on the blogger account. Specifically, I share icon fonts which I import in my CSS (example below). @font-face { font-family:…
patdugan
  • 687
  • 1
  • 6
  • 16
1
2 3
99 100