Описание
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.
Инсталиране
- Unzip/upload plugin folder to your plugins directory (
/wp-content/plugins/) - Включване на разширението
- Determine which referral variables to look for:
- in the querystring or post („request“)
- in headers
- in cookies
- in the session
- Determine where to save those variables:
- in the session
- in a cookie
- in a header
- 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
setcookieparameters. exname=foobar@expires=700000.
- If retrieving value from a GET parameter, you may force a server-side redirect to remove it
ЧЗВ
- It doesn’t work right…
-
Drop an issue at https://github.com/zaus/cookielander
Отзиви
There are no reviews for this plugin.
Сътрудници и разработчици
“Cookielander” е софтуер с отворен код. Към разширението са допринесли следните хора:
СътруднициПревеждане на “Cookielander” на вашия език.
Имате интерес към разработване?
Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.
Списък с промени
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