Pagerank Checking Plugin for Wordpress

by lechu on September 30, 2008

image I have written a simple wordpress plugin for displaying pagerank of you blog pages. The second option available is a Pagerank Checker for your blog. You can provide this tool for you visitors to check the pagerank of any URL.

This plugin uses the curl library, so please check if your server has this feature enabled.

Installation

Just unzip the plugin and upload to your Wordpress plugin directory and activate it from your admin panel

Usage

image You can either enable the Widgets which you can find in the Template Widgets or you can display it on any location on your blog by using the function. There are two widgets available, one for the pagerank of the current page and the other is the pagerank checking tool.

You can enable the widget and display the pagerank checking tool on the sidebar and the pagerank of the current page also.

<?php if (function_exists('printPR')) printPR(); ?>
// This will print the Pagerank of the current page
<?php if (function_exists('printPRBox')) printPRBox(); ?
//This will display the Pagerank checking Tool

in the printPRBox function you can modify the looks of the widget by adding the following parameters

printPRBox($width, $bgcolor, $forecolor)
// where the $width is the width of the widget,$bgcolor is the background color
// $forecolor is the font color

If you have questions, please feel free to post it here

Download Kish PR Plugin

Possibly Interesting Posts

Affiliate Management Software – Post Affiliate Pro : Affiliate Management Software can track your affiliate sales, initiate payments to your affiliates, ..[](93)
Twitter – 140 Characters can do a lot : Twitter is one of the most popular tool used by bloggers. I have been using twitter for some time n..[](65)
Topsy – New Twitter Search Engine : Topsy is a new twitter search engine. It has some good features like, you can filter search resu..[](27)
Twitter lands pupil in trouble with exam boards : A Twitter message written by a Maldivian A’ Level student has landed him in hot water, with examin..[](6)
Fill out your e-mail address to receive our free newsletter from Kishore Blog!
E-mail address:
Name:
 

{ 1 trackback }

» Kish PR - WordPress Plugins Catalog
November 12, 2008 at 9:10 pm

{ 3 comments… read them below or add one }

Kishore October 14, 2008 at 8:42 am

You can test the widget on the sidebar of this page

Reply

Santana January 1, 2009 at 5:36 pm

Hi. Good site.

Reply

Saroj January 2, 2009 at 4:51 pm

Let me try..,

Reply

Leave a Comment

Previous post:

Next post: