Description
TCP Referrer Shortcode used to display the referer link inside your blog post or product description. This is useful when you try to bring back the user to your referrer site after user finish reading/browsing the on landing page.
KEY FEATURES
- [tcp_referer]
display the referrer domain. Referrer domain will be saved inside the cookie when detected utm_source or http_referer. - [tcp_referer default=www.thecartpress.com]
set a default link. It will display the default text if no referrer found. - [tcp_referer linkify=1]
display and make the referrer text clickable.
Plugin doesn’t fit your requirement?
Find out more plugins in TheCartPress or
We have added a welcome page to display all plugins from TheCartPress inside the plugin menu. You can easily preview and choose the plugin that might fit your requirement inside the admin page. All plugins information displayed inside the menu are getting from TheCartPress server.
Installation
Unzip and Upload Folder to the /wp-content/plugins/ directory.
Activate through WordPress plugin dashboard page.
Save Changes.
FAQ
-
Why is the shortcode display empty/blank
-
This plugin will get and save referrer link when detected utm_source or http_referer. If the link doesn’t include utm_source or http_referer doesn’t set by user agent then nothing will be displayed. You can set the default link inside the shortcode in case above condition happened. eg: [tcp_referer default=www.thecartpress.com]
-
Why is the referrer link not hyperlink/non-clickable
-
pass linkify=1 inside the shortcode to make it clickable. [tcp_referer linkify=1]
Reviews
There are no reviews for this plugin.
Contributors & Developers
“TCP Referrer Shortcode” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “TCP Referrer Shortcode” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
- Add plugin link to TheCartPress sidebar menu
- Use tcp.php
1.0
- First release