You are not logged in.
Pages: 1
I admit I barely understand what these are and do, but we have the opportunity to buy some ads, and the provider is stipulating that the client (us) place tracking pixels on the site.
Something we can easily do?
Offline
Generally when people say "tracking pixels" it's really just a <script> tag that you can place in a WYSIWYG. I don't think the WYSIWYG by default allows script tags, so you may need to edit /custom/admin/layouts/_html-field-loader.php to tell TinyMCE to allow script tags. If that file doesn't exist yet, you'll need to make a copy of /core/admin/layouts/_html-field-loader.php and place it in the /custom/admin/layouts/ directory.
Offline
Yeah, I think it will involve a <script> tag. I'll see if I can modify tinyMCE to allow those tags. Thanks!
Offline
Just did a quick "hello world" test - it looks like our flavor of tinyMCE will allow <script> tags.
Offline
Pages: 1