Personalize
=== Personalize ===
Contributors: innoport
Tags: personalization, marketing, marketing
Requires at least: 4.0
Tested up to: 4.9.6
Stable tag: 0.1
License: GPLv2 or later
Simple personalization tools for Wordpress.
== Description ==
Simple personalization of any text in page, post or any other content type that support shortcodes.
Shortcode: personalize
--------------------------
Use this to replace text based on parameters from the URL. Example below.
### Attributes:
*Param* (string): The URL variable you want to hold the value for personalization.
Example: Personalize location for users based on URL.
> Mall in [personalize param="location"]Los Angeles[/personalize]!
This will output "Mall in Los Angeles!" if no parameter is set.
To personalize the location of the mall to your visitor add the "location" parameter to your URL.
> https://example.com?location=San Francisco
Will output: "Mall in San Francisco!"