Hide Shareaholic share buttons on mobile devices
Use Modernizr with media queries selected, then surround the Shareaholic code with:
if (Modernizr.mq('(min-width: 768px)')) {
// shareaholic code (minus the script tags, obviously)
}
Use Modernizr with media queries selected, then surround the Shareaholic code with:
if (Modernizr.mq('(min-width: 768px)')) {
// shareaholic code (minus the script tags, obviously)
}