I am using the browser object and opening URL in new window with:
"https://twitter.com/intent/tweet?source=webclient&text=My Message Here %23GameName"
How do I include an image?
Sorry if this is contained somewhere, but I cannot find it.
Thank you.
Develop games in your browser. Powerful, performant & highly capable.
You can't do it via URL directly. You need to use the Twitter API:
https://dev.twitter.com/rest/public/uploading-media
Is a bit fiddly to get going. If you can live without images I'd recommend it for now!
Tom Thank you.