Widget:AddThis: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>John Stephenson
(Another fix for https problem as requested by Josh)
mNo edit summary
 
Line 2: Line 2:
This widget allows you to add the [http://www.addthis.com/ AddThis] social-bookmarking button to your wiki page.
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.org/User:Yaron_Koren Yaron Koren].
It was created by [https://www.mediawikiwidgets.org/User:Yaron_Koren Yaron Koren].


== 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 [https://www.mediawikiwidgets.org/AddThis widget description page on MediaWikiWidgets.org].


== Copy to your site ==
== Copy to your site ==
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
</noinclude><includeonly><!-- AddThis Button BEGIN -->
</noinclude><includeonly><!-- AddThis Button BEGIN -->
<div style="cursor: pointer" onClick="return addthis_open(this, '', '<!--{$page_url|escape:'quotes'}-->', '<!--{$page_name|escape:'quotes'}-->')" onmouseout="addthis_close()"><img src="https://s9.addthis.com/button1-share.gif" width="125" height="16" border="0" alt="" /></div>
<div style="cursor: pointer" onClick="return addthis_open(this, '', '<!--{$page_url|escape:'quotes'}-->', '<!--{$page_name|escape:'quotes'}-->')" onmouseout="addthis_close()"><img src="//s9.addthis.com/button1-share.gif" width="125" height="16" border="0" alt="" /></div>
<!-- AddThis Button END -->
<!-- AddThis Button END -->


Line 23: Line 23:
addthis_offset_top = '<!--{$offset_top|escape:'quotes'}-->';
addthis_offset_top = '<!--{$offset_top|escape:'quotes'}-->';
addthis_offset_left = '<!--{$offset_left|escape:'quotes'}-->';
addthis_offset_left = '<!--{$offset_left|escape:'quotes'}-->';
</script><script type="text/javascript" src="https://s7.addthis.com/js/152/addthis_widget.js"></script>
</script><script type="text/javascript" src="//s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- AddThis Rollover END -->
<!-- AddThis Rollover END -->
</includeonly>
</includeonly>

Latest revision as of 11:04, 8 October 2022

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.

Copy to your site

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