Difference between revisions of "Widget:AddThis"

From Protoi Healing

Jump to: navigation, search
(Created page with "<noinclude> This widget allows you to add the [http://www.addthis.com/ AddThis] social-bookmarking button to your wiki page. It was created by [http://www.mediawikiwidgets.or...")
 
(Using this widget)
 
Line 6: Line 6:
 
== Using this widget ==
 
== Using this widget ==
 
For information on how to use this widget, see [http://www.mediawikiwidgets.org/AddThis widget description page on MediaWikiWidgets.org].
 
For information on how to use this widget, see [http://www.mediawikiwidgets.org/AddThis widget description page on MediaWikiWidgets.org].
 +
 +
<pre>
 +
{{#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
 +
}}
 +
</pre>
  
 
== Copy to your site ==
 
== Copy to your site ==

Latest revision as of 09:26, 25 May 2016

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

It was created by Yaron Koren.

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

{{#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
}}

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:AddThis article.