Hello, I am trying to integrate the following script into our website using the content modification extension: http://toddmotto.com/reengineering-the-jbar-plugin-with-immediately-invoked-data-expressions/ (desired end result: http://toddmotto.com/labs/jbar/) The tag is set to load on the applicable pages which works fine. My challenge is passing the proper html through the content modification extension. The demo html using the data-jbar attribute is as follows: (edit: I couldn't use the div tags or it erased the entire code block.) class="jbar" data-init="jbar" data-jbar='{ "message" : "jBar, re-imagined. Get version 2.0.0 now!", "button" : "Download", "url" : "http://toddmotto.com/labs/jbar/jbar_v2.zip", "state" : "closed" Inside the CME, I replaced the double quotes with & quot; and escaped the single quotes. But when the code is injected in the page, the single quotes are replaced with double quotes and the bar does not appear. There are no errors throw in the console. It works fine locally but won't seem to work with Tealium. What am I missing here? Any insight would be greatly appreciated. Thank you, Jeff
... View more