We need you! Join our contributor community and become a WikEM editor through our open and transparent promotion process.
Widget:AddThis
From WikEM
- This widget allows you to add the AddThis social-bookmarking button to your wiki page.
- For information on how to use this widget, see widget description page on MediaWikiWidgets.org.
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