I currently have a real penchant for using AddThis. I think it’s technique of focussing all of the social sharing functionality into 1 system with unmatched usability is fantastic. Especially when coupled with WordPress – the 2 systems integrate very well. The analytical options too is very useful.
I have spent many, many hours tinkering with AddThis and I believe I am totally happy with the way I now have it set-up – it is optimal and I’ve subsequently implemented it on most of the websites I manage. I shall explain what I have done…
Here is a full list of all the accounts you will need to set-up to activate all of my suggestions, for setting AddThis properly up for full social network exposure in WordPress.
Ok firstly set-up an AddThis account if you haven’t already…
- 1) The Follow functionality (which in WordPress I utilise with a text widget – see top of my menu)… set-up as many of these accounts and pages as you require, or indeed if you can I suggest using them all; Twitter account, Facebook page, Google+ page, LinkedIn account (note – at the time of writing AddThis don’t provide a way to automatically link to a company page – only a personal profile) and finally a Feedburner account. If you don’t use them all remove the unnecessary code.
Obviously change the Users IDs and URL to your own accounts! Don’t forget to add your own AddThis pubid… where the Xs are (you can find it in Addthis’s profile settings):
<br>Follow Me:<br> <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> <a class="addthis_button_facebook_follow" addthis:userid="pages/dannyvincenet/397446383602380" ></a> <a class="addthis_button_twitter_follow" addthis:userid="dannyvince" ></a> <a class="addthis_button_google_follow" addthis:userid="106657610800512014610" ></a> <a class="addthis_button_linkedin_follow" addthis:userid="danielvince" ></a> <a class="addthis_button_rss_follow" addthis:url="https://feeds.feedburner.com/dannyvince" ></a> <script src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-XXXXXXXXXXXXXXXXXX" type="text/javascript"></script>
- 2) The Sharing functionality… For this I suggest using the standard WordPress AddThis plugin with a few configurations.
<script> var addthis_share = { templates : { twitter : "{{title}} {{url}} @XXXXXXX" } } </script>