social-platform-donut-frontend
social-platform-donut-frontend copied to clipboard
Add sharing links to social sharing buttons
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.