Confluence 2.9 has reached end of life
Check out the [latest version] of the documentation
The HTML Include macro allows you to include the contents of an external HTML file into a Confluence page.
CAUTION: Including unknown HTML inside a webpage is dangerous.
HTML can contain active scripting components. This means that it would be possible for a malicious attacker to present a user of your site with script that their web browser would believe came from you. Such code could be used, for example, to steal a user's authentication cookie and give the attacker their Confluence login password.
Note that the HTML Include macro will only be available if it has been enabled by your Confluence administrator.
Usage
To embed an external page, type the following Wiki Markup code:
{html-include:url=http://www.example.com}
Troubleshooting
- You can only use the HTML include macro for pages with absolute links. If you use the macro to include an HTML page that has relative links, navigating those links in the wiki results in a 'Page Not Found' error. See CONF-6567.
RELATED TOPICS
HTML Macro
HTML Plugin
Working with Macros
Take me back to Confluence User Guide
