Pass GET parameter to iframe

I have this website: https://trimbitassorin.wixsite.com/test?x=x123
As you can see it has a GET parameter x with the value x123.
Can I pass it to the iframe URL? (append it)

Thanks!

Hi,
You can use wix-location query to get the parameters, check it out here .
Then you can send the parameter value using messaging, check it out here .
Good luck

What if I’m unable to edit the iFrame code because it’s added to the site via a link?