Hey guys!
I'm trying to use QueryString and QueryParam() values so players can share what they made in the game just by posting a simple url on twitter.
It works flawlessly when I access the game directly, however, I want to use an iFrame tag to embed the game somewhere else. I managed to create a page which sends the QueryString to the embedded game, but I'd like to post my project on itch.io and gamejolt, where I do not have control over the source of the website, just the game itself.
Do any of you know if it's possible to do it?