google_pr 5.x-1.0
introfini - December 4, 2007 - 23:25
| Download | Size | md5 hash |
|---|---|---|
| google_pr-5.x-1.0.tar.gz | 12.78 KB | de684869338476327e0aa3f916b1467f |
Official release from CVS tag: DRUPAL-5--1-0
Last updated: December 4, 2007 - 23:30
It now caches the PageRank for the requested URLs.
There’s a new function that permits you to get the Google PageRank anywhere in Drupal (filter PHP enabled) with:
<?php
echo google_pr_get(‘www.example.com’);
?>