1

I am building an application in which we can share post on social media too. I am using react-share-social. "facebook", "twitter", "linkedin" and a few icons are displaying but "whatsapp" and "telegram" icons are not displaying on web page. I tried just same as npm react-share-social documentation.

<div style={{ marginTop: "-20px", marginBottom: "15px" }}>
  <ShareSocial
    url={process.browser && window.location.href}
    socialTypes={[
      "facebook",
      "whatsapp",
      "twitter",
      "linkedin",
      "pinterest",
      "instapaper",
      "line",
      "viber",
      "Telegram",
      "mailru"
    ]}
    style={{
      height: "200px",
      // overflow: "hidden",
      background: "none",
    }}
  />
</div>

output is:

enter image description here

npm package: https://www.npmjs.com/package/react-share-social

Drew Reese
  • 165,259
  • 14
  • 153
  • 181

0 Answers0