Code Snippet is WordPress plugin for displaying code with highlighting in blog posts using the GeSHi engine.
No. Instead, wrap your code in a <pre> block and then use [code lang="lang"][/code] to wrap your code.
In the WordPress Admin interface, under Options -> Code Highlighting, you can specify a custom CSS stlye to wrap your code blocks in. While the preview button is nice, Firebug would be the tool I would recommend.
Yes; however, you might need to do a little bit of tweaking. JR found that CodeSnippet automatically adds a link if you're theme is using wp_head; however, if it isn't, you'll need to add the link to the codesnippet/codesnippet.css stlye sheet to your header and you'll also have to define the 'codesnip-container' element. The default value is: border:1px solid #ccc; background:#eee; padding: 5px;margin:10px;
Requires: 2.0 or higher
Compatible up to: 2.8.1
Last Updated: 2009-8-3
Downloads: 19,133




