I love the Embed feature for Figma, however the results are almost unusable because Confluence inserts a massive iFrame.
I want to show frames in their true size.
However, the iFrame used is massive and takes up half the viewport on the page in Confluence.
If I have small image of 3 Avatars in Figma and my frame in Figma is just the size of the Avatars, the iFrame zooms in on these items unrealistically.
If I widen the frame in Figma to be the size of the iFrame in Confluence, the size of the images is correct, however, there's tons of white space above and below.
This behavior defeats the purpose of embedding frames from Figma if the only way for me to get true-size is by adding a static image.
How can I get Confluence to display the actual size of my frame from Figma?
I did this and blogged about it here:
http://www.confluenza.com/2013/01/04/protect-static-html-pages-using-crowd-and-confluence/
You can use the HTML Include macro for this. You will need to also configure your whitelist (Confluence Admin->Configuration->Configure Whitelist) to allow you to pull in content from the other site.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tested both the "HTML Include" Macro that comes with Confluence and the "HTML Include Replace" plugin from the marketplace.
The built-in macro has the problem that relative links are not handled properly (see CONF-6567) and the third-party plugin requires the user to already have access to the external HTML pages. But this is why I wanted to integrate the pages in the first place (a catch-22).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If your tool generated HTML content is not protected, just obscurely served, then would including the content from Confluence, and making the space/page not visible to people who aren't logged in address the visibility?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean with "obscurely served"? Just not mentioning the URL outside of the protected Confluence pages? That would be a bit too weak, I guess.
My current thinking is about writing an Apache auth module for the external HTML pages which connects to the Confluence SQL database backend directly.
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.