Integrating Reinvigorate into Wordpress

1 Star2 Stars3 Stars4 Stars5 Stars (3 ratings)
Loading ... Loading ...

Why the Reinvigorate for Wordpress plugin - available from Reinvigorate - doesn’t work is beyond me! Making a hard-coded fix isn’t, and as an added bonus it doesn’t distort your statistics by filtering out Administrators browsing the site.

Add the following to your Wordpress theme (recommend footer.php):


<?php
get_currentuserinfo();
global $user_level;
if ($user_level != 10) {
echo "<script src='http://include.reinvigorate.net/re_.js' type='text/javascript'>
<script type='text/javascript'>";
echo "re_('75441-47p89ssr86'); </script>";
}
?>

Remember to change the Site ID to your own.

Social Bookmarks:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • LinkedIn
  • StumbleUpon
  • Technorati

About the Author - Michael Visser is the founder of Visser Labs. He works as a professional Front-end Web Developer, loves Wordpress, Joomla and helping people get more out of their sites.

Stumble it!

2 Comments

  1. March 16, 2008 at 7:43 pm

    Michael,

    How do I get a beta invite?!?!

    Seems they’ve been in private beta FOREVER!

    -Alister

    Alister Cameron // Blogologist
    http://www.alistercameron.com

  2. March 19, 2008 at 12:07 am

    Hi Alister,

    I’ve heard similar requests, I sent them an e-mail enquiry about the delay to no response, the folks at reinvigorate seem to be a quiet bunch.

    I’m sure the back-log of requests will be approved when reinvigorate goes official public release, in the meantime try pestering team members by e-mail and across the web!

One Trackback

  1. By Integrating Reinvigorate into Wordpress on February 2, 2008 at 7:39 pm

    [...] Jeff Hester wrote an interesting post today onHere’s a quick excerpt Why the Reinvigorate for Wordpress plugin - available from Reinvigorate - doesn’t work is beyond me! Making a hard-coded fix isn’t, and as an added bonus it doesn’t distort your statistics by filtering out Administrators browsing the site. Add the following to your Wordpress theme (recommend footer.php): [...]

Post a Comment

Your email is never shared. Required fields are marked *

*
*