Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.