How to blog code at wordpress.com - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T14:49:16Zhttp://stackoverflow.com/feeds/question/81338http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/81338/how-to-blog-code-at-wordpress-com5How to blog code at wordpress.comGHad2008-09-17T09:09:00Z2009-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#8135216Answer by AlexDuggleby for How to blog code at wordpress.comAlexDuggleby2008-09-17T09:11:14Z2008-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#813680Answer by Christian Davén for How to blog code at wordpress.comChristian Davén2008-09-17T09:13:06Z2008-09-17T09:13:06Z<p>There's a <code> 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#814000Answer by GHad for How to blog code at wordpress.comGHad2008-09-17T09:17:35Z2008-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#2513780Answer by danmayer for How to blog code at wordpress.comdanmayer2008-10-30T19:15:21Z2008-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#4578360Answer by Elmo Gallen for How to blog code at wordpress.comElmo Gallen2009-01-19T14:55:43Z2009-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#7090010Answer by Jitendra for How to blog code at wordpress.comJitendra2009-04-02T09:35:00Z2009-04-02T09:35:00Z<p>Thx i was looking for this</p>