Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

TCP Referrer Shortcode

Описание

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.

Установка

Unzip and Upload Folder to the /wp-content/plugins/ directory.
Activate through WordPress plugin dashboard page.

Save Changes.

Часто задаваемые вопросы

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]

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«TCP Referrer Shortcode» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «TCP Referrer Shortcode» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.1.0

  • Add plugin link to TheCartPress sidebar menu
  • Use tcp.php

1.0

  • First release