Close

Get Glue History Widget

Oct 02, 2010 Posted by in Features | Comments

I created a Get Glue Check-in History Sidebar Widget for WordPress.

The plugin is available here. The file should be placed in your wp-content/plugins/ directory with the .txt extension removed.

To use it you will also need the gluestick API. I have provided a copy here, which should be unzipped into your wp-content/plugins/ directory

You will also need your Get Glue API token. To get this value, visit:
https://api.getglue.com/v2/user/login?userId=<username>&password=<password>&version=4.5
The value you need will be in between the <token> and </token> tags.  If you do not see these, then view the source of the page in your browser.

Widget Configurable Options:

Option Description Default Value
Token Your Get Glue API token None
User ID Get Glue account name for which to display check-ins
Category all, tv_shows, movies, books, video_games, etc. tv_shows
Ttitle title to use on sidebar Recently Watched
Show number of check-ins to display 8
Show Duplicates Display multiple check-ins to the same show False
Timezone Your timezone EST
Show Date Show time/date of check-in in parens True
Date Format unit date format string %A, %b %d
Show Get Glue Links Hyperlink entries to their Get Glue pages True
Show Image Bar Will display a bar of images for your recent check-ins True
Show Bullets Will display a bulleted list of your recent check-ins True

Version history:

1.0.0 – 10/2/2010 – Initial release