social-platform-donut-frontend icon indicating copy to clipboard operation
social-platform-donut-frontend copied to clipboard

Add sharing links to social sharing buttons

Open pranshukharkwal opened this issue 5 years ago • 0 comments

I have added links to the social sharing buttons, as mentioned in #596 Apparantly Facebook and linkedin urls do not work with "localhost:5000" as domain (probably because they cannot fetch the content from them) , but I am pretty sure they will work when a publicly available domain is used because :

I tested for facebook : "https://www.facebook.com/sharer/sharer.php?u=http://example.com/some-random-alphabets" and it works properly.

For linkedin : "https://www.linkedin.com/sharing/share-offsite/?url=http://example.com" and it works as well.

pranshukharkwal avatar Sep 06 '20 17:09 pranshukharkwal