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):


Button Design Button Style Code
Medium <a class="ClickerButton ClickerMedium"></a>
Compact <a class="ClickerButton ClickerCompact"></a>
Compact with count <a class="ClickerButton ClickerCompact ClickerRight"></a>
Icon <a class="ClickerButton ClickerIcon"></a>
Icon with count <a class="ClickerButton ClickerIcon ClickerRight"></a>
Tiny Icon <a class="ClickerButton ClickerTiny"></a>
Tiny Icon with count <a class="ClickerButton ClickerTiny ClickerRight"></a>

Are you sure?