ltaloi
Forum Replies Created
-
Thx, let me know when it is ok to update the plugin.
I will ask also my programmer for contribution.Thx.
My role is administrator.
I am loged with “liviu” but I am admin.LT
In fact, using JS to move the code after the <body> means that on JS non-enabled browsers will not work. The iframe tag cannot be executed inside the <head> on a nonJS browser. That’s why we need to put the GTM (script + noscript) just after the <body>.
Hi, I just watched a webinar about GTM. The reason we should put the GTM snippet just after the <body> tag is to ensure that GTM works on browsers w/o Javascript activated. So.. for all browsers that are JS enabled there is no need to put it after the <body>, it should work as well as inside the <head> section.
I’m telling you that because I saw (i just installed your plugin, thx) that the code you wrote has no “<noscript>” section. So.. you put the GTM just after the <body> but you ripped off the <noscript> section which is the very reason to move that code in that position.
May you try to attach to the GTM the <noscript> section?? Thx.