Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am having trouble adding an iframe to a webpage using Umbraco CMS.
I do know that TinyMCE is allowing IFRAME code to be inserted as I've seen iframe[*] in the tinyMceConfig.config file.
Can someone please give me directions on how to resolve this issue?
Hi Ravinay,
Could you use a Textarea property and use @Html.Raw(YOUR PROPERTY OUTPUT) to render the iFrame?
Cheers,
Marc
Thanks Marc. That worked to render the IFrame.
Great, can you mark the reply as an answer to help other people with this issue?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Adding iframe code to a webpage in Umbraco
I am having trouble adding an iframe to a webpage using Umbraco CMS.
I do know that TinyMCE is allowing IFRAME code to be inserted as I've seen iframe[*] in the tinyMceConfig.config file.
Can someone please give me directions on how to resolve this issue?
Hi Ravinay,
Could you use a Textarea property and use @Html.Raw(YOUR PROPERTY OUTPUT) to render the iFrame?
Cheers,
Marc
Thanks Marc. That worked to render the IFrame.
Great, can you mark the reply as an answer to help other people with this issue?
is working on a reply...