It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Is it possible to write user macro like iframe from 'Adaptavist Content Formatting' plugin or it is using some java scripts that need to be bundled with macro in plugin?
We've made it. Works fine in 5.3.1 and 4.2.3
Macro body processing: no macro body
Template:
## Macro title: My Macro
## Macro has a body: Y or N
## Body processing: Selected body processing option
## Output: Selected output option
##
## Developed by: IT Solutions Dep
## Date created: dd/mm/yyyy
## Installed by: My Name
## @param URL:title=Url|type=string|required=true|desc=Enter include URL
## @param width:title=Width|type=string|required=true|desc=IFrame width (% or px)
## @param height:title=Height|type=string|required=true|desc=IFrame height (% or px)
## @param id:title=ID|type=string|required=true|desc=IFrame ID
<iframe src="$paramURL" height="$paramheight" width="$paramwidth" id="$paramid"></iframe>
I developed a macro like this, but am having trouble displaying two iframe macros on a page (even with unique div ids, and even though they show in preview). Is this a problem you have also encountered?
Have you tried it on 5.3 yet? Often times it only says it is not compatible because the author hasn't updated the listing to say it is compatible. I could very well still be compatible and with what it is doing (not using a lot of framework stuff) I would imagine it still works.
It's not like importing, it's like classic HTML frame http://en.wikipedia.org/wiki/HTML_element#Frames
We using it to work with some external web-services without need to leaving our Confluence
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! Kesha (kay-sha) from the Confluence marketing team here! Can you share stories with us on how your non-technical (think Marketing, Sales, HR, legal, etc.) teams are using Confluen...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.