I'm looking for any solid current information on creating custom share icons for the following.
- Google +
All the documentation I keep getting to seems to be about using THEIR social like / share buttons - which most of the time I think are not very appealing. Things like socialite.js help to deal with some of the other issues that arrise when using the "native" like / share buttons (sorry not sure what else to call them), but they're not very pretty to be honest.
Any reference material / tutorials or guidance would be awesome.
Cheers.
For Facebook sharing you can simply add this link to any object:
For the rest: Sorry, but I cannot help you.
A github repo that is regularly updated and retested, with what looks like about ~50 or 60 services listed.
https://github.com/bradvin/social-share-urls
This is much better than the accepted answer. NewsVine, Delicious, Slashdot, Ping.fm, etc., are all non-existent services today. Plus, some important ones are missing, Skype, etc..
Just a quick update on these links, here's a link for Google+
Now, if you want those links to open in a new window, just add this javascript code after the href's:
This javascript code works with Twitter, Google+ and Facebook (maybe some other, but I haven't tested any other social networks).
Example for WordPress:
In order to customize buttons as well as the share counts from different social networks and url sharing services, you can use a proxy server. The social button server Meddelare does exactly this (FYI, I'm the developer behind Meddelare).
There are several versions: a standalone server, middleware for your Express.js server and a separate backend for completely custom solutions.
See Meddelare's examples for the JSON/JSONP you get from the server plus script usage.