I am trying to include information on one of the Confluence pages from an external website. Is there a way to embed an external html page within the Confluence cloud page.
I am using Confluence Cloud and HTML macros are not available for Confluence cloud.
Hi,
You can use our add-on HTML/Iframe Macro: HTML Macro for Confluence available in Atlassian Marketplace.
Once installed, you can open the macro and embed using iframe, for example:
<iframe width="500" height="400" src="https://example.com/page"></iframe>
If you have full HTML file, simply copy and paste full code to macro body and it will display it properly.
Using this add-on, you can also add custom functionalities in your Confluence with HTML, CSS and Javascript. Please try it and let us know if you face any issues.
Best,
Kumar
Hello @Nar Kumar C_ - Narva Software ,
I am also trying to embed HTML code in my confluence page. As we know that HTML Macro is disabled on the confluence server due to security issues like Confluence will be vulnerable to Cross Site Scripting attacks. I would like to know how your add-on will solve this issue and provide security by preventing cross site attacks. Can you please provide more details about this ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Chandra Dan Sorry for late response. HTML Macro and other add-ons in Confluence Cloud are sandboxed. The HTML/JS code runs in it's own iframe inside the sandbox which is secure.
Hope that answers your question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @jagruthi k,
We've created a HTML macro as part of our toolbox of useful Confluence Cloud macros. It lets you securely embed any custom HTML and JS into any Confluence page or blog.
Try it here: https://marketplace.atlassian.com/1215202
Keen to know if it helps you out
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To create a basic private Connect add-on that displays an HTML snippet is fairly easy, but there is also the option of the CYO plugin: https://marketplace.atlassian.com/plugins/com.playsql.createyourown which might work for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I think the approach to solve this "in the cloud" is to use Atlassian Connect, bit of discussion could be found here: https://answers.atlassian.com/questions/29624029
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.