How to blog code at wordpress.com - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T14:49:16Z http://stackoverflow.com/feeds/question/81338 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/81338/how-to-blog-code-at-wordpress-com 5 How to blog code at wordpress.com GHad 2008-09-17T09:09:00Z 2009-04-02T09:35:00Z <p>Hi,</p> <p>got a new blog at wordpress few days ago (<a href="http://ghads.wordpress.com" rel="nofollow">http://ghads.wordpress.com</a>) and I want to post some code snippets now or then. Is there anyway to make it look like code without paying for extra plugins? Thanks a lot!</p> http://stackoverflow.com/questions/81338/how-to-blog-code-at-wordpress-com/81352#81352 16 Answer by AlexDuggleby for How to blog code at wordpress.com AlexDuggleby 2008-09-17T09:11:14Z 2008-09-17T09:11:14Z <p>See here: <a href="http://faq.wordpress.com/2007/09/03/how-do-i-post-source-code/" rel="nofollow">http://faq.wordpress.com/2007/09/03/how-do-i-post-source-code/</a></p> <p>Wrap your code in these tags: [sourcecode language='css']..[/sourcecode]</p> <p>Available language codes:</p> <ul> <li>cpp </li> <li>csharp</li> <li>css </li> <li>delphi</li> <li>html</li> <li>java</li> <li>jscript</li> <li>php</li> <li>python</li> <li>ruby</li> <li>sql</li> <li>vb</li> <li>xml</li> </ul> <p>Hope that helps.</p> http://stackoverflow.com/questions/81338/how-to-blog-code-at-wordpress-com/81368#81368 0 Answer by Christian Davén for How to blog code at wordpress.com Christian Davén 2008-09-17T09:13:06Z 2008-09-17T09:13:06Z <p>There's a &lt;code&gt; html element you can use. Otherwise you could try the <a href="http://hobix.com/textile/" rel="nofollow">Textile</a> or <a href="http://daringfireball.net/projects/markdown/syntax" rel="nofollow">Markdown</a> syntaxes (I'm not sure if WordPress.com uses them). Try it out and use the preview function in WordPress to see when you get it right.</p> http://stackoverflow.com/questions/81338/how-to-blog-code-at-wordpress-com/81400#81400 0 Answer by GHad for How to blog code at wordpress.com GHad 2008-09-17T09:17:35Z 2008-09-17T09:17:35Z <p>Thanks a lot, exactly what i've been looking for! I really didn't find infos yesteday by googling and looking at wordpress! Thank you Alex and StackOverflow.com!</p> http://stackoverflow.com/questions/81338/how-to-blog-code-at-wordpress-com/251378#251378 0 Answer by danmayer for How to blog code at wordpress.com danmayer 2008-10-30T19:15:21Z 2008-10-30T19:15:21Z <p>If you are hosting your own wordpress blog opposed to on WP.com you can get this functionality by installing this plugin, since it is the same plugin that the WP.com code relies on.</p> <p><a href="http://wordpress.org/extend/plugins/google-syntax-highlighter/" rel="nofollow">http://wordpress.org/extend/plugins/google-syntax-highlighter/</a></p> http://stackoverflow.com/questions/81338/how-to-blog-code-at-wordpress-com/457836#457836 0 Answer by Elmo Gallen for How to blog code at wordpress.com Elmo Gallen 2009-01-19T14:55:43Z 2009-01-19T14:55:43Z <p>You can also use the new web app I wrote called BlogTrog CodeWindow -- it's powered by Actipro CodeHighlighter.</p> <p><a href="http://www.blogtrog.com" rel="nofollow">http://www.blogtrog.com</a></p> <p>It's free, should work in all modern browsers, and doesn't require you to install anything anywhere. Just paste your code and embed the results.</p> http://stackoverflow.com/questions/81338/how-to-blog-code-at-wordpress-com/709001#709001 0 Answer by Jitendra for How to blog code at wordpress.com Jitendra 2009-04-02T09:35:00Z 2009-04-02T09:35:00Z <p>Thx i was looking for this</p>