V1 of OpenLike provides a user interface to
easily give your users a simple way to chose which services they
provide their like/dislike data.
A widget is created by first loading the OpenLike javascript and
then calling OPENLIKE.Widget(). Multiple widgets can be embedded in the same page, each with different options.
If you want to customize the widget the following arguments are supported:
- s: array of services to list. Values can be 'digg', 'stumbleupon', 'hunch', 'facebook', or 'reddit' (defaults to all services).
- header: string to display above widget icons (defaults to 'Like this:')
- url: the url of the object the user is liking (defaults to current page url). This is useful if you have several things on a page that people might like, such as blog snippets.
- title: the title of the object the user is liking (default to current page title).
Known issues can be found on the open like google code page