Widget:AddThis

From WikEM
Jump to: navigation, search

To insert this widget, use the following code:

{{#widget:AddThis
|page_name={{PAGENAME}}
|page_url={{fullurl:{{PAGENAME}}}}
|account_id=my-account-id
|logo_url=
|logo_background=FFFFFF
|logo_color=FFFFFF
|brand=My Wiki
|options=favorites, email, digg, delicious, more
|offset_top=0
|offset_left=0
}}

If you want to use fixed value for account_id on your site or even fix the styles and the widget to share only current page, you can create a template called something like Template:AddThisWidget and tell users to call {{AddThisWidget}} instead of the {{#widget}} parser function.

You can read more about these options on the AddThis documentation page.

Sample result

Links

Some documentation from AddThis for current features and for future development:

See Also