Widget:AddThis

From The TMS Wiki
Jump to: navigation, search

This widget allows you to add the AddThis social-bookmarking button to your wiki page.

How to Use

This widget allows you to add the AddThis social-bookmarking button to your wiki page.

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. This information is originally form MediaWiki Widgets.com It was created by Yaron Koren.

Widget Code