Home > Programming, Wordpress > WordPress Plugin Http_referrer

WordPress Plugin Http_referrer

December 9th, 2009

I need a WordPress plugin which fetches data from the http_referrer and from google adwords (all in a session cookie for instance). The data needs to be logged and be viewable in the wordpress admin panel. Also I need to fetch data from that session and put it some where in the post/page to show keywords etc. That needs to be done using some inline/shortcode in the post.

Something like: somebody comes from google where he searched for scriptlance coder.

I want logged in my admin panel, source: google.com
keywords: scriptlance coder

In my post/page I want some quicktag so I can create the following:
<h1>[quicktag]</h1>

So this will become:

<h1>scriptlance coder</a>

The plugin needs to check if the referrer is from google adwords or google organic or an other referring site. If you have any question, please send me a pmb.


Wordpress Plugin Http_referrer

Comments are closed.
Bear