Adding Source Code To Blogger, WordPress, Typepad, SharePoint

Technorati Tags: Source,Code,Blogger,WordPress,Typepad,SharePoint,visual basic,c#,java

 

Download this plugin. (http://minus.com/d2GlNCVnOrpfo.msi)

image

Install it and open live writer.

image

Select options you like

image

Here is an example of code:-

 1: #include<iostream>
 2: #include<conio.h>
 3: int main()
 4: {
 5: clrscr();
 6: cout<<"Hello World';
 7: }

Comments are welcome!