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.
None of the answers here seem to actually answer the OP question. So here is my attempt:
Many social networks actually provide guidelines on how to use their logos, sharing icons and other links. Some are more flexible than others on that subject.
Of course, in most cases, they won't fit your design really well and you might want to customize them with your own theme/website colors.
"Do this at your own risks" is probably the best answer you will ever get.
I am not a lawyer (so this is no legal advice!) but from what I could read in different articles, some websites that were selling icon sets with customized social network logos were asked to remove them from their products list.
There is little chance that Facebook, Twitter or any other social network company will sue you (although they probably could) for having customized their icons/logos for your personal blog or website, but if you want to cover yourself, you probably want to consider following their guidelines...
Here are a few links to social network brands guidelines:
You can search the web for "[brandname] brand guidelines" to find these guidelines for almost every social network.
Some source for the above information if you want to read more:
Hope this helps.
This is my solution for facebook in php. Guess you can do simular for other social networks.
HTML
JQuery
You will get nice facebook button with icon and counter.
The solution suggested by Grzegorz is deprecated and it's not really the best way to do it. For Facebook, you just need to load the JS SDK ( https://developers.facebook.com/docs/reference/javascript/ ) and call the UI feed method on click on your custom button. More details on the UI method: https://developers.facebook.com/docs/reference/javascript/FB.ui/
For Twitter: https://dev.twitter.com/docs/tweet-button#build-your-own
You will have other options for LinkedIn, Google+, etc. but I don't know them from the top of my head and not sure if of all them offer alternatives.
Keep searching, you probably just didn't dig deep enough, it took me 2 minutes to find the link for Twitter :)
Your required social media custom share links are provided below.
Facebook
Twitter
Google +
LinkedIn
Pinterest
You can find some other social media custom URL links and implementation guide from here - How to Create Custom Social Share Links
Below, I am going to offer you the various services URL’s
Twitter
Digg
Facebook
StumbleUpon
Delicious
Linkedin
Slashdot
Technorati
Tumblr
Reddit
Google Bookmarks
Newsvine
Ping.fm
Evernote
Google+
Twitter link format http://twitter.com/home?status=[TITLE]+[URL] is deprecated and will no longer work for the Twitter iOS app.
Use instead
Source: https://dev.twitter.com/web/tweet-button