solved Installing Facebook Pixel In Meta.tpl issues.

EMGPOWERED
EMGPOWERED
@emg-powered
7 years ago
17 posts
Placing Facebook pixel tracking code between the head tags and getting this error. (see attached image)

What's the trouble? Is there a better/alternative way to install the Facebook Pixel?
updated by @emg-powered: 08/02/17 06:45:55PM
nate
@nate
7 years ago
911 posts
That means your syntax is bad. It's impossible for us to tell your error from here. You could need literal tags, url-encoding or a number of things.
michael
@michael
7 years ago
7,697 posts
You're assuming people reading this know what the "Facebook pixel tracking code" is. I don't know what that is, but the error in the screenshot looks like it probably requires a {literal} wrap. Try this:

Docs: "{literal}{/literal}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/3011/literal-literal
EMGPOWERED
EMGPOWERED
@emg-powered
7 years ago
17 posts
Used a set of literal tags around the Pixel tracking code and it worked out with no errors. Thanks @nate !
EMGPOWERED
EMGPOWERED
@emg-powered
7 years ago
17 posts
michael:
You're assuming people reading this know what the "Facebook pixel tracking code" is. I don't know what that is, but the error in the screenshot looks like it probably requires a {literal} wrap. Try this:

Docs: "{literal}{/literal}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/3011/literal-literal

@michael thanks for the response.