vote up 0 vote down star
1

I'd like to have a good syntax highlighter for my WordPress blog. What options do I have available? I often see one which has well-colored syntax highlighting and options to copy to the clipboard. Does anyone have an idea what tool this is?

flag
Dupe? stackoverflow.com/questions/81338/… – Sean Bright Aug 13 at 18:07
OK. I did that. Marking as a dupe. – Sean Bright Aug 13 at 18:10
I often see one which has well-colored syntax-highlighting and options to copy to the clipboard - does anyone have an idea what tool this is? – codingfloor Aug 13 at 18:12
Is this a self-hosted WordPress installation or a hosted WordPress.com blog? – Thomas Owens Aug 13 at 18:13
1  
Hosted on WordPress.com – codingfloor Aug 13 at 18:13

5 Answers

vote up 6 vote down check

On wordpress.com, you can't install plugins, so you have to use Wordpress' built-in widget.

Do it like:

[sourcecode language='python']

[/sourcecode]

Note that those tags go inside your visual editor, not the HTML editor.

You can find more information here.

link|flag
This is the only correct answer so far. Everyone missed the important little detail that his blog is hosted on wordpress.com, which does not allow the installation of plugins. – Blaenk Aug 13 at 18:21
vote up 0 vote down

The Definitive Guide on Wordpress Syntax Highlighter Plugins. Does anyone ever try Google search?

link|flag
1  
-1 For the bad attitude. 'Google it' and 'RTFM' are not acceptable answers on Stack Overflow. Welcome to the community. In fact, The original poster specifically said hosted on wordpress.com, which does NOT allow plugins to be installed as far as I know, so your answer does not apply. – Blaenk Aug 13 at 18:20
vote up 1 vote down

http://wordpress.org/extend/plugins/devformatter/

WP Plugin for various syntax highlighting!

link|flag
vote up 1 vote down

SyntaxHighlighter is a pretty good tool. It uses JavaScript with CSS classes to mark HTML elements that should be highlighted. It also allows code to be copied to the clipboard and printed.

link|flag
vote up 1 vote down

If you don't want to, or can't install stuff on your blog, I suggest you use pygments to highlight your code. I described this here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.