Skip to content

Instantly share code, notes, and snippets.

View nmuldoon's full-sized avatar

Nicholas Muldoon nmuldoon

View GitHub Profile
@nmuldoon
nmuldoon / watch-space-blog.html
Created December 30, 2014 21:21
Watch Space Blog - User Macro for Confluence
<!--
Author: Vikas Sharma, https://twitter.com/VikasSharma
This user macro allows a user to embed a watch space blog button within a blog post on Confluence.
At Twitter we use this to encourage folks to watch the blog of the space they are on.
-->
<button id="twtr-watch-space-blog" class="aui-button">Watch the $space.getName() Blog</button>
<script>
AJS.toInit(function(){
AJS.$('#twtr-watch-space-blog').on('click', function(){