We were using a custom icon because in the past social-share-button didn't have support for whatsapp. But now that it does, we can remove our custom icon. Note we're using the `_app` suffix because that's the name of the icon meant for mobile devices.
4 lines
110 B
Ruby
4 lines
110 B
Ruby
SocialShareButton.configure do |config|
|
|
config.allow_sites = %w[twitter facebook telegram whatsapp_app]
|
|
end
|