Replace by Referrer 1.0
The WordPress plugin “Replace by Referrer”, written by Charlie Evans, Sr. Developer at Netconcepts, was designed for a client who had advanced tracking capabilities in place but no way to utilize them. When prospect phone calls came in they wanted to know which search engine referred them. Additionally, they wanted to offer a different phone number displayed for each search engine. The Replace by Referrer plugin was developed to automatically replace defined text on pages and posts within content depending on search engine referrer.
If Google refers a visitor to your site, a custom phone number (specific to Google traffic) or a custom link (to a specific Google referred landing page) will be displayed to that visitor. The same technology can be applied to MSN (rebranded as Live Search), Yahoo, and all other search engines as well without having multiple pages for each search engine.
It is completely free and has been released as “open source” under the GPL license. So enjoy!
Features include:
- Allows you to replace specific text strings in pages and posts with search engine specific referrer content.
- Session identification specific to search engine. Replace by Referrer remembers which search engine the visitor came from throughout your entire site.
- And best of all, itâ??s FREE!
Installation instructions
- Upload replace_by_referrer.php to your wp-content/plugins directory.
- Activate the plugin.
- Go to Plugin Editor
- Click the “Replace by Referrer” file in the right hand column
- Scroll down to “// comment about this replacement” (See example below)
// comment about this replacement
'' => array(
'google' => 'google1',
'msn' => 'msn1',
'yahoo' => 'yahoo1',
'default' => 'default1',
)Replace google1, msn1, yahoo1, or default1 with any text string.
For Example:
// comment about this replacement
'' => array(
'google' => '1-888-207-1109',
'msn' => '<a href="http://www.netconcepts.com">netconcepts</a>',
'yahoo' => '<img src="http://www.example_image_URL.com" />',
'default' => 'This default text would appear in place of if the referrer is not Google, MSN, or Yahoo',
) - When you have everything configured, insert within a post or page where ever you want the specified text seen above to appear.
Note: In the example seen above, if Google were the referrer, would appear as “1-888-207-1109”, if MSN were the referrer, would appear as netconcepts, etc.
To-do
- Configure all the referrers and replacements via the WordPress options menu in the Admin, as opposed to hardcoded in the plugin.
- Modify the code so that you can serve the text string based on referring keyword, as opposed to referring by search engine.
Feedback?
Got a bug to report? Or an enhancement to recommend? Or perhaps even some code to submit for inclusion in the next release? Great! Share your feedback by commenting to this post.
Comments
[…] Replace by Referrer is a WordPress plugin for online marketing tracking. It will replace text on a landing page based on the search engine referrer. […]
[…] Stephan Spencer over at Netconcepts recently released Replace by Referrer, a new plugin specifically designed for online marketing tracking, that in my opinion is a remarkable addition to WordPress. Basically, It replaces text on landing pages based on the search engine referrer… the possibilities are endless. […]
Nice plugin, thanks!
I tried this plugin but I think it doesn’t work if you have cache enabled – any thoughts?
Right in the middle of writing new posts on one of my blogs about ideal WordPress plugins for SEO and every single one of yours makes the list.
In part 2 I’ll be writing about making a WordPress site a CMS and again your plugins will be part of that series as well.
Great Stuff
~ Jared
Hi, I’ve downloaded the “replace by referer” wordpress plugin, but it only show the default text whatever the page was referred from. I’m using it on WP version 2.5, is there any know bug? thanks & Cheers,
Richard
the plugin work only to the immediate page that jump from a affiliate site, but not any other pages. I tried to make it global and call the global as instructed in the readme file, but no success.can anyone help?

Chapter 7:
Content Marketing
From the fundamentals of link building to the nuances of natural linking patterns, virality, and authority.
Related Posts

Your Ultimate Guide to Google Penalties
When your website’s traffic suddenly takes a tumble and you don’t know why, it can be maddening. Why is this happening? It’s possible you’ve been hit with a Google penalty, or have come up against one of Google’s algorithm updates. If you’re wondering how Google penalties work and what you should do to avoid them, […]
Read More
Using Psychology to Boost Your Conversion Rate Optimization
Can a better understanding of the human brain help you get more conversions? Absolutely! Let’s look at how to incorporate some psychological concepts into your conversion rate strategy, along with some examples. Behavioral economics: humans are irrational What is behavioral economics and what does it have to do with conversion rates? Traditionally, economists believed that […]
Read More
How to Master Social Selling on LinkedIn
Social selling could be your key to securing new prospects and boosting your bottom line. When not done properly, however, social selling can also ruin your online presence and repel potential customers. So what is social selling, and why does your brand need it? More importantly, how do you master social selling? Let’s look at […]
Read More
[…] We just released a new WordPress plugin, Replace by Referrer, which allows you to track the effectiveness of SEO and other online marketing activities by replacing text on your landing page based on the referrer (i.e. which search engine or site referred the visitor). So, for example, you might want to offer a different toll-free phone number depending on the search engine used by the visitor. That would give you the ability to track the amount of phone inquiries delivered by each search engine. Pretty cool, eh! […]