Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Kerberos authentication won’t impact this in any way. You can embed it as you normally would.

...

Is it possible to display a Microsoft Sway doc nicely from a Confluence page using Iframe for Confluence? I have whitelisted https://sway.office.com/* .

Your whitelist entry is correct, but you need to embed the embed code, not the base url (because MS blocks that). See their docs at:

https://support.microsoft.com/en-us/office/share-your-sway-1cf853b8-ef7e-46b0-b704-003e58d28998

We are not sure what the “Get embed code” produces, but you can either rip the URL out of there and place it in the iframe macro, or take the whole thing and put it in the Secure HTML macro that we include.

...

Can I export iframes content when export pages?

We do not support exporting content from iframes as that would require us to render it server side. We also do not intend to add this functionality.

...

Is it possible to have the autoplay attribute removed for the video/mp4 format when using iframe on Confluence?

The autoplay is set by whatever internal server you use to serve the video. So it must be disabled on the source for the Iframe.

...

I have been trialling your add-in, I’m not sure why your add-on is any better. The prime thing we’re trying to do is stop cross-site scripting by only allowing specific videos or sites to embed videos on our Confluence pages. Please can you explain how your app beats what Confluence has built-in?

Assuming that this is about the whitelisting functionality in Iframes for Confluence.

The main difference is that we support any content, not only what is listed at https://confluence.atlassian.com/doc/widget-connector-macro-171180449.html

We also support extra macro parameters, in particular Admin controlled Sandboxing allows you more fine grain control of what can be done in the app.

...

While trying to embed one of my Smartsheets project schedules within a Confluence page using the iframes macro it is not displaying the schedule as expected and shown in the screenshot below.

...

You're hitting an issue because Smartsheets is saying "Don't allow people to embed this page anywhere":

Code Block
iframes+test:1 Refused to display 'https://app.smartsheet.com/sheets/xxxxxxxxxxxx' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

Please publish the content as outlined at https://help.smartsheet.com/articles/522078-publishing-smartsheet-items first, and try embedding it again.

...