Revision history for AddThisAction


Revision [23178]

Last edited on 2016-05-20 07:38:47 by CimNine [Replaces old-style internal links with new pipe-split links.]
Additions:
Documentation: AddThisActionInfo.>>This is the development page for the [[AddThisAction | AddThis]] action.::c::
Deletions:
Documentation: AddThisActionInfo.>>This is the development page for the [[AddThisAction AddThis]] action.::c::


Revision [19099]

Edited on 2008-01-28 00:14:02 by CimNine [Modified links pointing to docs server]

No Differences

Revision [16570]

Edited on 2007-05-17 16:00:15 by CimNine [corrected link]
Additions:
This Action provides you a button for the ""AddThis"-Service ( http://www.addthis.com/ ).
Deletions:
This Action provides you a button for the ""AddThis"-Service (http://www.addthis.com).


Revision [16569]

Edited on 2007-05-17 15:57:36 by CimNine [init]
Additions:
=====AddThisAction=====
Documentation: AddThisActionInfo.>>This is the development page for the [[AddThisAction AddThis]] action.::c::
This Action provides you a button for the ""AddThis"-Service (http://www.addthis.com).
%%(php)
<?php
/*
AddThis plugin created by CimNine.
Licensed under Terms of GPLv2 or newer.
(c) by CimNine.
All rights reserved.
USE: {{addthis [type='1|2|3']}}
Default: 2
*/
if ($type == "1")
{
print '<a href="http://www.addthis.com/bookmark.php" onclick="addthis_url = location.href; addthis_title = document.title; return addthis_click(this);" target="_blank"><img src="http://s7.addthis.com/button0-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a> <script type="text/javascript">var addthis_pub = \'R54S805PWAV8G068\';</script><script type="text/javascript" src="http://s7.addthis.com/js/widget.php?v=10"></script>';
} elseif ($type == "3")
{
print '<a href="http://www.addthis.com/bookmark.php" onclick="addthis_url = location.href; addthis_title = document.title; return addthis_click(this);" target="_blank"><img src="http://s7.addthis.com/button2-bm.png" width="160" height="24" border="0" alt="AddThis Social Bookmark Button" /></a> <script type="text/javascript">var addthis_pub = \'R54S805PWAV8G068\';</script><script type="text/javascript" src="http://s7.addthis.com/js/widget.php?v=10"></script>';
} else
{
print '<a href="http://www.addthis.com/bookmark.php" onclick="addthis_url = location.href; addthis_title = document.title; return addthis_click(this);" target="_blank"><img src="http://s7.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a> <script type="text/javascript">var addthis_pub = \'R54S805PWAV8G068\';</script><script type="text/javascript" src="http://s7.addthis.com/js/widget.php?v=10"></script>';
}
?>
%%
CategoryDevelopmentActions - CategoryUserContributions
Deletions:
=====AddThis=====
Documentation: AddThisActionInfo.>>This is the development page for the AddThis action.::c::
//This page is a **template**. It belongs to CategoryTemplate (which contains more handy templates). To create an action development page, [[http://wikka.jsnx.com/ActionTemplate/clone clone this page]] to a page called **xxxxxAction** (where xxxxx is the (capitalized) name of the action), replace all occurrences of 'xxxxx' with the name of the action and replace this paragraph with the actual content.//
CategoryDevelopmentActions


Revision [16567]

The oldest known version of this page was created on 2007-05-17 15:40:29 by CimNine [init]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki