react-wordle
react-wordle copied to clipboard
How can I add the link of my wordle in what is copied to the clipboard in share.ts?
@UselessNeanderthal you can add additional text, et al to this variable:
https://github.com/cwackerfuss/react-wordle/blob/a43feab6a859083dddb3aa3577b2ac4ad909bdf1/src/lib/share.ts#L20
@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 @TheKnowles Thanks!