collective / sc.social.like

Social: Like Actions is a Plone package (add-on) providing simple Google+, Twitter and Facebook integration for Plone Content Types.
7 stars 23 forks source link

Why is whatsapp with "display:none" in this package? #169

Closed idgserpro closed 5 years ago

idgserpro commented 5 years ago

https://github.com/collective/sc.social.like/blob/2ae338c32803d57e2298a0cb1715da5c9266a6f8/sc/social/like/browser/stylesheets/social_like.css#L68

hvelarde commented 5 years ago

I think this is because we need to find out via JS if we're running on a mobile device.

maybe @rodfersou remembers.

rodfersou commented 5 years ago

exactly: https://github.com/collective/sc.social.like/blob/22763d659c333285c6fd9c893afe6c5d70201407/sc/social/like/browser/scripts/social_like.js#L15-L17 https://github.com/collective/sc.social.like/blob/2ae338c32803d57e2298a0cb1715da5c9266a6f8/sc/social/like/browser/stylesheets/social_like.css#L80-L83