sharethis-github / sharethis-reactjs

Official ShareThis Social Media Sharing Buttons For React.js
Universal Permissive License v1.0
37 stars 9 forks source link

sms network is not working #17

Open tomer-tgp opened 4 years ago

tomer-tgp commented 4 years ago

Hi, Thank you for the react package!

One issue: the "sms" network is not working. in my config:

networks: [
   // which networks to include (see SHARING NETWORKS)
  'sms',
  'email',
  'facebook',
  'twitter',
],

all the other ones are showing expect for the sms

hao-sharethis commented 4 years ago

Hi tomer, can you provide more detail? what browser and device types you are testing the app? thanks!

orangeflyweight515 commented 3 years ago

Hi tomer, did you find any solution of the "sms" network issue?

cloudberries27 commented 3 years ago

I'm having the same issue. Testing on all browsers Chrome, Edge, Firefox and it won't show up on any of them. Using react/gatsby tested on localhost and even published it on amplify thought maybe that would work but it refuses to show up.

Edit: when I switched to mobile it finally showed up! just a note that texting from computers is a thing especially on macs which is why I was confused but I understand if you have to be on a phone to do it. thanks!