04-21-2012, 11:54 PM
I wrote a little WordPressPlugin that hijacks the browsers back button andredirects to any page you specify. You can filter by referrer and if it’s google,you can put the searched keyword into the redirection URL by using%q%.
I use it on my autoblogs and usually redirect to a google custom search for%q%.
I just wanted to know how to write WordPress plugins and that is my first one
The hijacking works on IE and FF 3.6. possibly more browsers but thats the majority used by my visitors, so I didn’t test it on others.
The “documentation” is ingerman and can be found here:
The plugin itself can be found here:
It is nothing big but I wanted to share , so havefun with it.
I use it on my autoblogs and usually redirect to a google custom search for%q%.
I just wanted to know how to write WordPress plugins and that is my first one
The hijacking works on IE and FF 3.6. possibly more browsers but thats the majority used by my visitors, so I didn’t test it on others.
The “documentation” is ingerman and can be found here:
Code:
www . seodor . de / back - button - hijacking - wordpress - plugin
The plugin itself can be found here:
Code:
www . seodor . de / wp - content / uploads / 2011 / 09 / noback . zip
It is nothing big but I wanted to share , so havefun with it.