mira... la verdad que no tengo idea.. pero
yo uso esto directamente, si bien no es tan completo como Share This..... capaz que te da una mano ;)
en mi caso personal me alcanza y sobra.
Eso si... ponele las imágenes o reemplaza por texto para ver el funcionamiento.
Es muy sencillo, solo hay que pensarlo un poco nada mas. veras que juego mucho con los
<?php the_permalink() ?> Código HTML:
<ul class="EmbeddedBox">
<form action="" name="code">
<li><strong>Enlace directo:</strong> <font size="1"></font><br />
<input class="embed" name="url0" onclick="javascript:document.code.url0.focus();document.code.url0.select();" readonly size="81" type="text" value="<?php the_permalink() ?>" />
</li>
<li><strong>Enlace para poner en foros/blog:</strong> <br />
<input class="embed" name="embedded" onclick="javascript:document.code.embedded.focus();document.code.embedded.select();" readonly size="81" value="[noparse][URL="<?php the_permalink() ?>"]<?php the_title(); ?>[/URL][/noparse]" />
</li>
</form>
</ul>
<div id="bookmarklar">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/defi.png">
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>" target="_blank" title="Stumble">
<img alt="Stumble" src="<?php bloginfo('stylesheet_directory'); ?>/images/stumble.png" style="border: 2px groove #000;" /></a>
<a href="http://www.facebook.com/sharer.php?u=<?php the_permalink() ?>" target="_blank" title="Facebook">
<img alt="FaceBook" src="<?php bloginfo('stylesheet_directory'); ?>/images/facebook.png" style="border: 2px groove #000;" /></a>
<a href="http://digg.com/submit?url=<?php the_permalink() ?>" target="_blank" title="digg">
<img alt="digg" src="<?php bloginfo('stylesheet_directory'); ?>/images/digg.png" style="border: 2px groove #000;" /></a>
<a href="http://www.furl.net/storeIt.jsp?u=<?php the_permalink() ?>" target="_blank" title="Bookmark video on furl!">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/furl.png" style="border: 2px groove #000;" /></a>
<a href="http://del.icio.us/post?url=<?php the_permalink() ?>" target="_parent" title="del.icio.us">
<img alt="deli" src="<?php bloginfo('stylesheet_directory'); ?>/images/deli.png" style="border: 2px groove #000;" /></a>
<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url=<?php the_permalink() ?>" target="_blank" title="Blink">
<img alt="blink" src="<?php bloginfo('stylesheet_directory'); ?>/images/blink.png" style="border: 2px groove #000;" /></a>
<a href="http://reddit.com/submit?url=<?php the_permalink() ?>" target="_blank" title="Reddit">
<img alt="reddit" src="<?php bloginfo('stylesheet_directory'); ?>/images/reddit.png" style="border: 2px groove #000;" /></a>
<a href="http://www.google.com/ig/add?feedurl=<?php the_permalink() ?>" target="_blank" title="Google">
<img alt="google" src="<?php bloginfo('stylesheet_directory'); ?>/images/google.png" style="border: 2px groove #000;" /></a>
</div>
Y como resultado, me queda asi
ya se, no es lo mismo, pero te comparto mi idea que me mande jaja capaz que te sirve