Live data from Hacker News

Create your own social media buttons with an unified design

getshar.es

1–10 of 11 posts

Re: Create your own social media buttons with an unified design

#3
post #2

Really well designed site and buttons. Everything is fresh and clean but the buttons unfortunately require jQuery.

Thanks for your response, the client code is still Beta. (Code on https://github.com/cdn-getshares/cdn-getshares.github.io) I don't need much functions from jQuery (jsonp calls/a bit of dom manipulation). I will add my own code in the final release for this tiny part of jQuery which is used.

Re: Create your own social media buttons with an unified design

#6

Good lord this is useful and a huge time saver. EDIT: Oh I thought you could customize the colours. Still useful but not quite as useful now :(

The buttons are created inline (no iframes) - so you can modify the buttons simply per css. Demo: http://codepen.io/Zaku/pen/AHJxk You can also download the source and host the style and script on your own, to have the full control. GitHub: https://github.com/cdn-getshares/cdn-getshares.github.io

Re: Create your own social media buttons with an unified design

#7

Good lord this is useful and a huge time saver. EDIT: Oh I thought you could customize the colours. Still useful but not quite as useful now :(

The buttons are created inline (no iframes) - so you can modify the buttons simply per css. Demo: http://codepen.io/Zaku/pen/AHJxk You can also download the source and host the style and script on your own, to have the full control. GitHub: https://github.com/cdn-getshares/cdn-getshares.github.io

okay. But there is still a lot of fiddling involved. I would like to be able to just make all my buttons one color scheme and paste them into a site. Now I have to manually edit the JS for each button instance. Maybe its not a big deal I will have to feel it in practice. I think not having to collect snippets from every vendors website is still pretty big savings

Re: Create your own social media buttons with an unified design

#8

Earlier quoted context omitted.

The buttons are created inline (no iframes) - so you can modify the buttons simply per css. Demo: http://codepen.io/Zaku/pen/AHJxk You can also download the source and host the style and script on your own, to have the full control. GitHub: https://github.com/cdn-getshares/cdn-getshares.github.io

okay. But there is still a lot of fiddling involved. I would like to be able to just make all my buttons one color scheme and paste them into a site. Now I have to manually edit the JS for each button instance. Maybe its not a big deal I will have to feel it in practice. I think not having to collect snippets from every vendors website is still pretty big savings

I'll add a color picker to the Wizard in one of the next updates. If you use jQuery.extend, the code gets pretty short: http://codepen.io/Zaku/pen/smKEv
Post reply on HN