Since I started creating my own social media bar I’ve found that I really like AddThis share button. If you are interested in adding “AddThis” to your WordPress or Tumblr Blog here’s the code.
Integrating Addthis with WordPress (without plugin)
<!-- #### Start Addthis WordPress Integration #### --> <a class="addthis_button" href="http://addthis.com/bookmark.php?v=250&username=YOUR ADDTHIS ID HERE" addthis:url="<?php the_permalink(); ?>" addthis:title="<?php the_title(); ?>"> <img src="http://s7.addthis.com/static/btn/sm-share-en.gif" width="83" height="16" alt="Bookmark and Share" style="border:0"/></a> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script> <!-- #### End Addthis WordPress Integration #### -->
Integrate Addthis to Tumblr
<!-- #### Start Addthis Tumblr Integration #### -->
<script type="text/javascript">var addthis_pub="YOUR ADDTHIS ID HERE";</script>
<a href="http://www.addthis.com/bookmark.php?v=20" onmouseover="return addthis_open(this, '', '{Permalink}', '{Name}')" onmouseout="addthis_close()" onclick="return addthis_sendto()">
<img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a>
<script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script>
<!-- #### End Addthis Tumblr Integration #### -->
For more options see the AddThis customization page.



Pingback: WordPress Integration | Learning from Lorelle