"Share the page" in a Viewport
tiny URL is not accessible; this code outputs the viewport URL.
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')
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>