"&" encode problem in Iframe
Submitted by jp_eagle on Mon, 04/27/2015 - 05:45
Forums:
Hi,
I got problem to add Iframe object.
In source URL, I have "&" inside, after save the Content, it was encoded as & and show in iframe src, it caused parameter can't be intepreted by source.
e.g. source is
abc.com/?abc=234&def=35
but after Iframe save and show it in html, it becomes
abc.com/?abc=234&def=35
Could you please see how to fix this?
I am using Wordpress Plugins
falcon
Mon, 04/27/2015 - 10:13
Permalink
I've added an issue for this