I'm working with a client who'd like to use an HTML widget. The issue is that when I add the widget to a page, the editor strips out some of the code that points to offsite resources that are necessary for the widget to work. Is there a way to configure the editor so that it doesn't do this? I'm pretty new to Umbraco, my previous experience is with Joomla and WP.
Widgets and Iframes and Custom HTML
I'm working with a client who'd like to use an HTML widget. The issue is that when I add the widget to a page, the editor strips out some of the code that points to offsite resources that are necessary for the widget to work. Is there a way to configure the editor so that it doesn't do this? I'm pretty new to Umbraco, my previous experience is with Joomla and WP.
You could try creating a macro and allow the HTML to be added via a parameter, I guess.
https://our.umbraco.com/Documentation/Reference/Templating/Macros/
The RTE shouldn't mess with the output of the macro.
Sorry for the radio silence on this--got tied up in other projects.
I looked at the documentation you linked and I tried creating a macro, but it didn't do anything. It just displays a line that says
I'm going to betray my inexperience and ask if there's a step-by-step tutorial for macro making.
is working on a reply...