solve iFrame problem in Google Sites

1. Sign in your Google Sites and edit the page where iframe is.

2. Click on the settings of iframe gadget in Google Sites.

3. Where the iframe URL is, remove "http:" or "https:" , remember not to remove forward slashes //

Example: you need to put http://www.bbc.co.uk, remove only http: and leave the rest of the URL there. It will be like this

//www.bbc.co.uk OR //bbc.co.uk

Note, if you don't put //, it will not work mean the URL in iframe like this www.bbc.co.uk will not work, you need to put // before www.bbc.co.uk

Following is the example that BBC site in iframe

Other example: you have the following iframe URL:

http://player.vimeo.com/video/25579023 OR https://player.vimeo.com/video/25579023

so just remove " http: " or " https: " so it will be like following:

//player.vimeo.com/video/25579023

Share this solution with others :

If you find this solution workable, share it with other so they solve iframe issue in Google Sites because of web browsers update.

You can see the above iFrame example on right side and its working.

The BBC and Vimeo video is for the example purpose ONLY, we are not connected or part of there organizations.