react-wordle icon indicating copy to clipboard operation
react-wordle copied to clipboard

How can I add the link of my wordle in what is copied to the clipboard in share.ts?

Open greenpython28 opened this issue 3 years ago • 3 comments

greenpython28 avatar Mar 13 '22 18:03 greenpython28

@UselessNeanderthal you can add additional text, et al to this variable:

https://github.com/cwackerfuss/react-wordle/blob/a43feab6a859083dddb3aa3577b2ac4ad909bdf1/src/lib/share.ts#L20

TheKnowles avatar Mar 14 '22 15:03 TheKnowles

@UselessNeanderthal Just beware that if you add a link to the shared content and you share it to Facebook, then Facebook sometimes does weird things to it, e.g. throwing away most of the content (the blocks) and showing only a 'card' of the URL. If I recall this happens on iOS with Facebook. So just test your use cases thoroughly.

igitur avatar Mar 14 '22 15:03 igitur

@igitur @TheKnowles Thanks!

greenpython28 avatar Mar 14 '22 22:03 greenpython28