|
| This plugin is code syntax highlighter based on SyntaxHighlighter ver. 3.0.83 and 2.1.382. Wordpress Tutorial |
Noted That:
|
Start the Tips:1. First Download " wp-syntaxhighlighter.zip " Plugin to your Local Computer. (Click Download) 2. Then, Login to your " yourdomain.com/wp-admin " Dashboard. 3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard. 4. Now, Click on "Upload Plugin" button.
5. Now, Browse " wp-syntaxhighlighter.zip " Downloaded plugin from your computer, Where you downloaded wp-syntaxhighlighter.zip According to Step – 1 Above then, click on " Install Now" 6. Now, Click on " Active Plugin" 7. Then, See left sidemenu. " WP SyntaxHighlighter " folder is added on left sidemenu. Now, Click on " WP SyntaxHighlighter " folder. Noted that: If you do not see " WP SyntaxHighlighter " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ". 8. Now you configure yourself oR Watch video tutorial below about WP SyntaxHighlighter Configurtions and Settings or How to work " WP SyntaxHighlighter " in your WordPress site. oR After Activated Plugin According to Step-6 then,
|
| Guide |
|---|
Installation
Usage in Visual editorNote: The build-in “SH TinyMCE Button” can work only with the default visual editor(TinyMCE). Other visual editors(e.g. CKEditor etc.) are not supported.
Note: If you don’t have “
unfiltered_html
” capability, XXXX = 2-4 letter character string including 0-9, A-F or a-f.
Usage: Wrap your code in
If you have previously-written code on your post or page, by this way, you can wrap your code in
Usage: Paste your code into the post or page with “SH TinyMCE Button”.
If you want to copy the code from the other document and paste into your post or page, this way is best. Your pasted code will be warpped in
Usage: Change language and options of previously-markuped code with “SH TinyMCE Button”.
Usage: Indent by tabs.
Usage in HTML editor
Note: If you don’t have “
unfiltered_html
” capability, XXXX = 2-4 letter character string including 0-9, A-F or a-f.
Usage: Wrap your code in
If you have previously-written code on your post or page, by this way, you can wrap your code in Note: Before you use “SH pre” button, you may need to go to setting panel and activate “Add Quicktag Button” option in “HTML Editor Settings” section.
Usage: Wrap your code in
You do not need to escape your code to HTML entities. This plugin will escape your code to HTML entities automatically after saving. However, To prevent destroying your code after switching to “Visual editor”, You had better escape your code to HTML entities or save it before switching to “Visual editor”.
Note: If
See “ Available languages “. *”Brush aliases” means “lang”.
You can also use some options with See “ Options “.
This plugin also can support |