Question
mce code
I am trying to embed a video player in a landing page. We use BrightCove. Marketo appends mce_ and _mce to my javascript, which breaks the embed. Does anyone know a way to suppress this code being appended?
It changes the code from:
<script type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script>
To:
<mce:script type="text/javascript" _mce_src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></mce:script>
I've edited this out multiple times but the editor always puts it back on save.
Thank you,
Kevin
It changes the code from:
<script type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script>
To:
<mce:script type="text/javascript" _mce_src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></mce:script>
I've edited this out multiple times but the editor always puts it back on save.
Thank you,
Kevin