Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Key Points

  1. plugin development should follow normal Java JSP patterns and interfaces as defined by Atlassian
  2. an iFrame can integrate other web apps in to a Confluence page
  3. a custom plugin can be added to the macro control list after it's installed


References

Reference_description_with_linked_URLs_______________________Notes______________________________________________________________
https://developer.atlassian.com/cloud/confluence/get-help/
https://developer.atlassian.com/cloud/confluence/example-apps/example apps
https://developer.atlassian.com/cloud/confluence/frameworks-and-tools/Atlassian frameworks and tools
https://developer.atlassian.com/cloud/confluence/Confluence developer guides
https://developer.atlassian.com/cloud/confluence/frameworks-and-tools/Development kits for Node.js, Java and more
https://developer.atlassian.com/cloud/confluence/tutorials-and-guides/Tutorials and Guides
https://developer.atlassian.com/cloud/confluence/getting-started/ACE - App Connect Express for Node.js
Confluence REST api to manage Confluence from Node.js
https://developer.atlassian.com/cloud/confluence/Integrating with Confluence
https://community.developer.atlassian.com/c/ConfluenceDeveloper community site
https://developer.atlassian.com/cloud/confluence/modules/Confluence modules interact with UI
https://developer.atlassian.com/cloud/confluence/rest/Confluence Cloud REST api
https://developer.atlassian.com/platform/forge/new Forge Developer toolset for Confluence

iFrame

Confluence resources

Confluence 

Confluence Development Guide

Confluence Sample Plugin

iframe question
https://community.atlassian.com/t5/Confluence-questions/
HTML-macro-on-Confluence-Cloud/qaq-p/1318974
html macro question
https://community.atlassian.com/t5/Confluence-questions/I
f-I-replace-http-www-atlassian-com-by-https-bugzilla-mozilla/qaq-p/25184
iframe macro test in Confluence - 2016
https://www.w3schools.com/tags/tag_iframe.aspw3schools example









Key Concepts




iFrames 

https://www.w3schools.com/tags/tag_iframe.asp



Add iFrame for another app





HMTL macros ?

https://community.atlassian.com/t5/Confluence-questions/HTML-macro-on-Confluence-Cloud/qaq-p/1318974


Whilst the standard HTML macro isn't available, there are alternatives on the app store - such as:

One of these might give you the functionality you need :)

There are some variances in available macros on Confluence Cloud between the Legacy Editor and New Editor - see the full list on this page.


Billable HTML macro plugin for Confluence Cloud only runs in iFrame - lower cost

https://marketplace.atlassian.com/apps/1212279/html-macro-for-confluence-cloud?hosting=cloud&tab=overview

The rendering of the macro code inside of an iframe is a security constraint/feature enforce by Confluence Cloud. Sorry, but we don't have the ability to eliminate that enclosing iframe.

As for resizing the macro, that is something that Atlassian and vendors have battled for years. We work with Atlassian to ask them for abilities like this and we plan to add an API for resizing to our macro (HTML-95) but even once that's available, you'd still need to manually invoke that API as you needed the frame to grow.


$6 per user per year 


https://marketplace.atlassian.com/apps/1221472/html-iframe-macro-for-confluence?hosting=cloud&tab=overview


Embed web pages, forms, slides & charts as Iframe

Use HTML, CSS and Javascript with live preview

Run code snippets & add features using Javascript
Add/include external forms, websites, charts etc. For example:

- forms from Google Forms, Wufoo, typeform etc.

- videos/slides from Youtube, Vimeo, Slideshare, Google slides etc.

- posts from Twitter, Facebook, Instagram

Enables extra functionality to Confluence by using HTML, CSS & JS code. Do you have HTML files, tables, forms you just need to display in a page? You are fully covered.

It also has drop-in replacement for Macro Toolbox.

Write Javascript and use JS libraries to add extra features like widget, transitions, slideshow, visualizations etc.

Add custom charts using Google charts, Power BI, highcharts, D3.js etc or embed jsFiddle & CodePen.


$5 per user per year 

Documentation 

https://bitwelt.atlassian.net/wiki/spaces/bit/pages/436568065/HTML+Iframe+Macro+for+Confluence



Draw.io diagrams - 

https://marketplace.atlassian.com/apps/1210933/draw-io-diagrams-for-confluence?hosting=cloud&tab=pricing


$6 per user per year



Team Calendars Plugin Tutorials

https://support.atlassian.com/confluence-cloud/docs/use-team-calendars-for-confluence/



Other Example Apps

https://developer.atlassian.com/cloud/confluence/example-apps/




Potential Value Opportunities



Potential Challenges



Candidate Solutions



Step-by-step guide for Example



sample code block

sample code block
 



Recommended Next Steps



  • No labels