Clicker Check-ins

The Clicker Check-in button allows users to quickly spread the word about what (and where) they're watching online, record their online viewing history, and earn awards for their loyalty to a show or network.
You can implement Clicker Check-ins with just a little bit of code and you can customize the button to your preferred size and design.
Include the following code block anywhere in the page:
Button code (Copy/Paste + Add Clicker URL):
<script type="text/javascript"> var new_scr=document.createElement('script'); new_scr.id="clickerbuttonlib"; new_scr.src="http://im2n.clicker.com/m/ext/button.js"; new_scr.async = true; document.getElementsByTagName('head')[0].appendChild(new_scr); </script><a class="ClickerButton ClickerMedium" href="(clicker-url-for-your-show)"></a>