Won't work with HTML parameters
-
Hi,
first I want to say thanks for that plugin, it is probably the most simple but most effective plugin I am using. WordPress is great and makes a lot of things easier, but some things are more complicated to accomplish such as a delayed redirect.
Anyway, I tested your plugin and found that there are issues when you use parameter. I am using a plugin that allows me to read Google’s UTM Parameters and also incorporate them in links on pages. So I tried to do a redirect using UTM parameters, but it didn’t work. Here are the paramters:
?utm_campaign=[utm_campaign]&utm_source=[utm_source]&utm_medium=[utm_medium]&utm_content=[utm_content]
[…] will be replaced with the value of the corresponding UTM paramter.
Since this plugin is using [] to specify the UTM parameter, your plugin thinks that anything after the first ] is not part of your plugin anymore.
If I may suggest, and I’m not sure if that is possible or not, but can you ignore [ or ] within the “” marks inside your plugin code?
Thanks.
- The topic ‘Won't work with HTML parameters’ is closed to new replies.