I want to include an iframe in my macro view, but when I install my addon it renders all the page without the iframe. This is how the .hbs looks:
<div id="macro">
<p>{{url}}</p>
<iframe src="{{url}}" noborder="0" width="1200" height="800" scrolling="yes" seamless></iframe>
</div>
{{url}} is being passed as param and is rendered nicely as a paragraph but the iframe is not rendered (tried also with a static src, same results). I must be missing something …
Hi Laura,
Do you happen to be using Confluence Cloud? I noticed the 'cloud' tag on your post. If so, it's not possible to use iFrames in Confluence Cloud as a result of Clickjacking protection being enabled:
It is not possible to disable this.
If you're not using Cloud please confirm your version and I can have a look.
Regards,
Shannon
Good to know! thanks, yes I was trying that approach with confluence cloud ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.