I would like to allow to enter certain html tags such as iframe and embed in Magento's CMS editor. Magento does not allow those tags.
Is there a model or controller that I can edit to allow iframe and embed tags?
|
|
Look in this file: js/mage/adminhtml/wysiwyg/tiny_mce/setup.js Find this block of code:
and add this after it:
It's a simple comma delimited list of tags you want to allow. |
|||
|
|
|
Josh is right on target, I added this row to accept a "Find us on Faceb..."-iframe:
It has an extra attribute that's within the autogenerated FB-iframe. |
|||
|
|
|
When editing a CMS page, you can switch to an html view.
By pressing the html button There you are able to add the iframe onto the page right in the html |
|||||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.