nygardk / react-share

Social media share buttons and share counts for React
MIT License
2.65k stars 435 forks source link

Cannot share link to Reddit #545

Open sergey-chernyshenko-battlepro opened 1 month ago

sergey-chernyshenko-battlepro commented 1 month ago

After a button is clicked it opens a new window with the url: https://www.reddit.com/submit?url=https%3A%2F%2Fexample.com%2F&title=Title&type=LINK

AR: The link is missing image ER: The link is prefilled with the value of the "url" query parameter

Probably reddit API is changed, but I cannot find any solution for this.

cwlowder commented 1 month ago

Seems like the fix in https://github.com/nygardk/react-share/issues/546 would work?