Site icon Hip-Hop Website Design and Development

Cross URL to iframe in WordPress

I’ve a wordpress web site with an iframe that shows customized content material from an exterior web site.

Right here is my iframe:

<iframe src="https://www.targetsite.com/UNIQUECODE" width="800" top="800">

I would like the "UNIQUECODE" within the iframe to populate primarily based on the browser URL (my web site is instance.com):

http://www.instance.com/iframepage?UNIQUECODE

Is that this doable in wordpress?