How to IFRAME your site in Likal

  • You must be a Contributor. If you need to use this feature we probably want to make you a Contributor. Contact us telling us what you want to do.
  • You must be Logged In.
  • Copy/Paste the code below, but obviously with your URLs etc. (See bottom of page for working example).
    • Tip - if doing a few entries, open up this page in a new Tab or Window. This makes it much easier to copy/paste the code.
  • Input Type - set at Contributor.
  • Save (Submit) the page.

Code

My Page - www.mypage.co.uk

<iframe src="http://www.mypage.co.uk">
</iframe>

Common Problems, and their solutions

  • Issue - Page displays "My Page - www.mypage.co.uk" but not the iframe.
    • Solution - check the Input Type. If it's on Filtered HTML, change to Contributor.
  • Issue - The iframe page is Likal's front page, not the one you want.
    • Solution - check the code. The system may have inserted a line break, (often happens with long URLS) :-

      <iframe src="
      http://www.mypage.co.uk">
      </iframe>

      Simply put the cursor after the first " then press delete once. This should bring everything back into the form ...SRC="http...

      Save it, it should be fine.

  • Issue - The iframe page is all techie, talking about Hypertext Transfer Protocol, or some other nonsense.
    • Solution - check the code. You made an error. (Usually have 2 https at the start of the URL):-

      <iframe src="http://http://www.mypage.co.uk">
      </iframe>

      Correct it, save it, it should be fine.

Example :-

Gloucester Blues Festival - www.gloucesterblues.co.uk