Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I'm running a confluence OnDemand instance and I'd like to insert JavaScript into a page to insert a Google Chart.
My understanding is I need to enable the "HTML" Marco to allow me to insert raw HTML markup (like JavaScript).
However the "Enabling HTML macros" page mentions that it does not work with Confluence OnDemand:
https://confluence.atlassian.com/display/DOC/Enabling+HTML+macros
I cannot see any "HTML" Macros in my "Manage Plugins" page.
Am I doing it wrong? How can I get HTML into a page!?
Thanks,
Frustasted OnDemand User
Community moderators have prevented the ability to post new answers.
Hi John,
It's many years later now, but I thought it might still help you or others who stumble upon this question.
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
Tim
image2016-5-12 14:22:51.png
It does seem like it works – Using the
HTML
macro I just threw in the Google Tag Manager code and used that to load GA (and anything else we want in the future)
Any ideas on:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Retroactively adding a tag to all pages?
Setting it up so its added by default to all new pages?
I’ve done some digging through the docs and web and with Cloud I haven't yet found any easy ways to retroactively add a macro to multiple pages or make it a default for new pages. Potentially could use a page template but you’d have to remember to select it when you create a page which isn’t ideal.
Adding a specific macro...
A macro specifically for GTM could be a possibility. Out of interest, are you using Tag Manager + GA to help measure your team's engagement in Confluence?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FYI company behind Macro Toolbox was acquired by Atlassian and they decided to discontinue this app (including HTML Macro).
As an alternative option, you can use our app HTML Macro for Confluence
available in Marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about allowing the addition of HTML or Javascript from your own system at least, so we can embed a JIRA Issue Collector?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey John,
Fraid' it isn't possible to use the HTML macro in Confluence OnDemand, or anywhere in OnDemand for that matter.
When you allow JavaScript, it opens up a bunch of security risks that we didn't want to take with OnDemand. So, we removed it and added it to the restricted functions list:
http://confluence.atlassian.com/display/AOD/Restricted+Functions+in+Atlassian+OnDemand
Sorry for the bad news :( it's very likely to remain restricted.
-Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Simon,
How about allowing the HTML Macro but with scripting disabled for on demand? I would like to include a lot of swf with some custom parameters but the way it looks right now I will have to make (and maintain) a custom html for each individual include, which would result in alot of work.
Is there any other way how I could pass a parameter to an swf from within confluence? Thanks a lot in advance!
Sample code:
<embed src="some.swf?file=../somefile.xml&mode=view&width=600&height=300" width="600x" height="300px">
Best,
//Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Simon: we've created a HTML macro for Cloud that could help embed SWF's with custom parameters. You can give it a try here: https://marketplace.atlassian.com/1215202. Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What about using Google Charts API and embedding it into the HTML macro, see: theessayservice.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can now use Atlassian Connect to work around this security restriction in Confluence OnDemand. You can build private add-ons that create simple macros that allow you to insert custom HTML into a page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would you expect it would be possible to use this to enable the bit of html insert necessary for Google Analytics?
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.
John, could you tell me how to include an IFRAME into a Confluence Page? Thanks.
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.
I ended up working around this issue using an iframe - I inserted the Google Charts JS into an HTML page and then just included that in the iframe.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
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.