URL post params, shortcode within icegram not working
-
Hi,
I have a shortcode
[my_code_here]
which has a line$sxid = (isset($_GET['sxid'])) ? $_GET['sxid'] : 0;
and with this $sxid, I’m loading an iframe with src
www.yyyy.com?sxid=' . $sxid . '
I am trying to access my site with parameters
www.xxxx.com?sxid=xxxx
and in Icegram, I put[my_code_here]
But when I load the page, and my exit intent pops up, it is showing me iframe for
www.yyyy.com?sxid=0
instead ofwww.yyyy.com?sxid=xxxx
[my_code_here]
passes the correct value ofsxid
when it is not called through Icegram.I think this is an ajax issue in Icegram but couldn’t figure which part of the code.
Hope you could help me out.
Thanks!
Jane
- The topic ‘URL post params, shortcode within icegram not working’ is closed to new replies.