What is coolcode?
This is a very easy to use and light plugin for WordPress 2.x to 3.x.
Adds syntax highlighting and line number to your code, base on Text_Highlighter.
It’s also customizable,you can edit ‘coolcode.css’ to show different styles as you like!
The basic code by andot,and maintenance development by raysykes and Laoniu!

How about it?
As i said it was a light plugin for your wordpress blog.
You can see the demo below!

On your blog:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<body>

<?php
function writeMyName()
  {
  echo "Cool Code";
  }

echo "Hello world!<br />";
echo "My name is ";
writeMyName();
echo ".<br />That's right, ";
writeMyName();
echo " is my name.";
?>

</body>
</html>

On your iPhone:
coolcode iPhone

How to download this plugin?
1.Download CoolCode
Or,you may automatically install plugins from the WordPress Plugin Directory by you blog’s dashboard.
2.

评论2

请先
  1. 一个简单实用的code插件,可以自己修改css呈现不同效果
    站长 2014-02-10 0
  2. 针不戳
    abc 2022-04-26 0