Skip to main content
Skip table of contents

"Share the page" in a Viewport

tiny URL is not accessible; this code outputs the viewport URL.

  1. Add the following to the theme's HTML <head> (parts of it might already be in the theme):

    XML
    <meta name="ajs-page-id" content="$page.id">
    <meta name="ajs-content-id" content="$page.id">
    <link rel="shortlink" href="$page.absoluteLink">
    #if ($page.type == 'page')
    <meta name="ajs-content-type" content="page">
    #elseif ($page.type == 'blog')
    <meta name="ajs-content-type" content="blog">
    #end
    
    $page.resources.require('com.atlassian.confluence.plugins.share-page:view-resources')
  2. Add the following to wherever you want it to appear in your page:

    XML
    <a id="shareContentLink" href="#" class="aui-button aui-button-subtle share">
    <span>
    <span class="aui-icon aui-icon-small aui-iconfont-share"></span>
    <u>S</u>hare
    </span>
    </a>


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.