How to embed your Free Web Page in your website

Free Web Pages work by embedding an HTML frame inside a page on your own website. The code to insert is of the following format:

<iframe width="##WIDTH##" height="##HEIGHT##" frameborder="1" scrolling="auto"
        src="http://gas.glass-engraver.co.uk/launch/##EMBED_KEY##">
</iframe>

Items in the above code that are surrounded with ## indicate that the respective contents should be changed as follows:

  • ##WIDTH##
    The width (in pixels) that you want the page to be. We recommend a minimum value of 850. If you would like the page to stretch to accommodate the size available use the value 100%.
  • ##HEIGHT##
    Replace with the height (in pixels) that you want the page to be.
  • ##EMBED_KEY##
    Replace with your own Embed Key. You can find your Embed Key by clicking the link titled ‘e-Commerce Settings’ in your Account. This Key is a unique identifier that associates your organisation with the access to the Glass Scribe website. An Embed Key is always 32 characters long.

Example: Here is some completed code:

<iframe width="100%" height="850" frameborder="1" scrolling="auto"
        src="http://gas.glass-engraver.co.uk/launch/123171265c5c1a82856de5e3f3324650">
</iframe>

Free web pages work with Internet Explorer 7 and above, Firefox 1 to 4 and Chrome. Safari is also supported, although there is some configuration required, because Safari is too restrictive in how it handles ‘third party cookies’. Under such circumstances your web page will notify visitors what needs to be done.

Important note: Because this an embedded page which refers to an HTTP address, you cannot embed this in a site that is secure, i.e. beginning with HTTPS.

If you require assistance with embedding, we can help you. Our charge is £50 plus £50 per hour (or part thereof) beyond the first hour.

Please note: Free e-Commerce Sites work completely differently and do not require the above code.