How to post a webpage on here?

Monsieur

Most respected and loved member
UKGSer Subscriber
Joined
Nov 6, 2005
Messages
15,829
Reaction score
1,300
Location
London/Lincolnshire
I used to be able to do this a few years ago...how does one post a webpage so it shows as the actual webpage and not just a clickable link?
 
Like this:

iframe - same as youtube links

<iframe name="cwindow" style="border:0" width=560 height=315 src="https://www.weather-forecast.com/locations/Bitche/forecasts/latest"></iframe>
 
[video]http://www.bbc.co.uk/news/uk-england-gloucestershire-44222054[/video]
 
[video]http://www.bbc.co.uk/news/uk-england-gloucestershire-44222054[/video]

When you post a youtube, you click share and chose imbed. That wraps the line in an iframe container.
Your link above with iframe in place of video will only give you a blank box:
<iframe>http://www.bbc.co.uk/news/uk-england-gloucestershire-44222054</iframe>

It needs some size parameters.

Your link above with iframe in place of video will go partway but it needs a bit of size info and the source of the link.

Easy way is to pick any youtube vid a click share and then embed. Copy and save that code to a text file and you can just change the url ad-infinitum and copy and past the updated embed code

<iframe width="560" height="315" src="http://www.bbc.co.uk/news/uk-england-gloucestershire-44222054" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 


Back
Top Bottom