Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

TCP Referrer Shortcode

Descripció

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.

Instal·lació

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

Save Changes.

PMF

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]

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«TCP Referrer Shortcode» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1.1.0

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

1.0

  • First release