I have to display multiple site pages on my website.
I would like to display one page from each site on a single page.
I guess it is best to use iframe
?
How could a user copy the URL of the original webpage out of the iframe
?
Currently I use YouTube embedded iFrame
<iframe width="560" height="315"
src="https://www.youtube.com/embed/8gESFEtIx1A" frameborder="0"
allowfullscreen>
</iframe>