Banner for Google Syntax Highlighter
This plugin makes using the Google Syntax highlighter by Alex Gorbatchev to highlight code snippets within WordPress simple. Wordpress Tutorial
Noted That:
  • To install correctly this google-syntax-highlighter.zip .
  • Fisrt Download the google-syntax-highlighter.zip to your computer
  • Extract/Open google-syntax-highlighter.zip to Your Computer.
  • Then, Find readme.txt file inside google-syntax-highlighter.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " google-syntax-highlighter.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Google Syntax Highlighter

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Google Syntax Highlighter

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Google Syntax Highlighter

Step-5 : Now, Browse " google-syntax-highlighter.zip " Downloaded plugin from your computer, Where you downloaded " google-syntax-highlighter.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Google Syntax Highlighter

Step-6 : Now, Click on " Active Plugin "

Activate Google Syntax Highlighter

Step-7 : Then, See left Side Menu. " Google Syntax Highlighter " folder is added on left Side Menu. Now, Click on " Google Syntax Highlighter " folder.

Noted that: If you do not see " Google Syntax Highlighter " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Google Syntax Highlighter Configurations and Settings or How to work " Google Syntax Highlighter " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Google Syntax Highlighter for WordPress " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Google Syntax Highlighter for WordPress
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Extract plugin into /wp-content/plugins directory.
  2. Activate the plugin.
  3. Specify your code snippets in your blog post using the Usage Directions provided by the Google Syntax highlighter.

Here is an example to produce ruby syntax highlighting once the plugin is activated:


def my_ruby_snippet blog_post.should(be_highlighted)
end

Name