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.
Sample usage
Personalize location 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
Personalized output: "Mall in San Francisco!"