Not Feasible PR and Alexa Rank Plugin

chrissmith

New Member
Hi,
Is there an app to add the page rank and alexa ranking to the stats page of each website?

Thanks,
Chris Smith
 

Mark

Administrator
Staff member
You can get the alexa widget from alexa and place it in the stats page template

http://www.alexa.com/siteowners/widgets

this is the default code example:
Code:
<a href="http://www.alexa.com/siteinfo/www.visiolist.com"><script type='text/javascript' src='http://xslt.alexa.com/site_stats/js/s/a?url=visiolist.com'></script></a>
simply replace the domain with {$url} like so

Code:
<a href="http://www.alexa.com/siteinfo/{$url}"><script type='text/javascript' src='http://xslt.alexa.com/site_stats/js/s/a?url={$url}'></script></a>
Google PR is actually only for use in the Google toolbar, any other use of pagerank is a violation of TOS. That said, there are several third party services you can find out there that will do this (though most are now offline) and using the same {$url} tag as alexa to make it dynamic.

HTH
 

cajkan

Active Member
Thanks Mark

Recently ive talked with Basti about FB Like button and gives the same thing

generate the code and replace url link with {$url}

and each member got own button ( or statistics )
 
Top