How to remove auth text in facebook share

60 Views Asked by At

React.js facebook share code.

    <FacebookProvider appId="498840760997247">
    <div className="image-wrapper">
    <img src={"/assets/social_Icons/facebook.svg"} alt="fb-icon" width="20px" height="20px" />
    <ShareButton href={`${constants.URL}/sharing/share/?id=${id}`} quote="smartshop">
        <span>Share to Facebook</span>
    </ShareButton>
    </div>
    </FacebookProvider>

I am using below package.

    https://www.npmjs.com/package/react-facebook    

Please check attached photo. In the marked area it is coming text auth. How can i change it to something else.

I am trying to add smartshop instead but it is not working enter image description here

0

There are 0 best solutions below