AdamPS

Results 59 comments of AdamPS

#103 ended with "I'll use the 2.0 thread from now on" so I'll pop a couple of questions / requests in here. Context is that I use Drupal and have...

Specific question. I don't understand how you can both "use AJAX/CDN to get the SVG" and "avoid bloat of downloading unwanted buttons". Surely the client side script will fetch the...

Many thanks for all the hard work!

Well be careful with "each svg is downloaded separately" because I think it could impact the page load speed - each file to download adds an overhead: bytes sent to...

@dbox the plugin js call sounds good!

Thanks again for listening. One more general consideration: what about the fallback if scripts aren't enabled? I think it ought to be at least some sort of list of buttons...

It looks to me as if the the CSS is currently close to 500 bytes per button - nearly 50% of the SVG size. Some other well-established social share solutions...

Thanks all for continuing to listen. I guess I'm a bit old fashioned on scripts - I'll bow to your wisdom. Regarding the CSS size though please can you double-check?...

It's possible that my aims are a little bit different from yours - but also I think I might be able to help you get the best of both worlds....

CSS: close to 500 bytes actually contains 3 bits of real information: normal color; hover color; tiny hover color. Why not have the js file store these three colours in...