Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Cookielander

Descrizione

Allows you to specify which querystring, post, header, or cookie parameters to save to temporary storage (session, another cookie, header) for use elsewhere in the site. Great for capturing referral variables (GET querystring parameters, headers) and reusing them in contact forms, CRMs, etc.

Installazione

  1. Unzip/upload plugin folder to your plugins directory (/wp-content/plugins/)
  2. Attiva questo plugin
  3. Determine which referral variables to look for:
    • in the querystring or post (“request”)
    • in headers
    • in cookies
    • in the session
  4. Determine where to save those variables:
    • in the session
    • in a cookie
    • in a header
  5. If saving to a cookie, you may:
    • leave the destination key blank to reuse the source key
    • specify ‘name’, ‘path’, ‘domain’, ‘expires’, etc by entering them as url-querystring format corresponding to the setcookie parameters. ex name=foobar@expires=700000.
  6. If retrieving value from a GET parameter, you may force a server-side redirect to remove it

FAQ

It doesn’t work right…

Drop an issue at https://github.com/zaus/cookielander

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Cookielander” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Cookielander” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

0.7

  • redirection bugfixes
  • locked ractive to v0.7.3 to work with addable decorator (latest breaks it)

0.6

  • optional redirect to remove GET params

0.5

  • session now available as source

0.4

  • dynamic UI
  • reads from bunch of sources
  • saves to a bunch of destinations

0.1

  • started