Hi to all, i am trying to add HTML capacities (via extend command) as a user wrote a while ago, see below:
(...)
yes adding at will not work.. What you need to do is edit the SS config to allow for script tags by editing the cms/javascript/tinymce.template.js file scroll down to the bottom and there is 2 extended_valid_elements and valid_elements where you can add script and I think if you use valid_elements : "*"; it will allow everything.
(...)
But i cant find the cms/javascript/tinymce.template.js file into the 2.4 version? Does it still exist?
How can i force TinyCME to accept scripts like this one?
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4bdf7462739489da"></script>
OR SIMPLIER
How to access HTML headers to add the previous line into my home page headers?
Thanks!