FacilityScan re-imagining facilities management

reimagining facilities management

Home ยป Technical

Technical Help To Add A 360o Degree Tour To Your Website

What you will receive to embed one of FacilityScan’s 360 tours in your website.

You will get:-

  • Some CSS code
  • An iframe.

An Iframe is a fancy link. If you use the internet everyday you will almost certainly see the contents of iframes without realising it. Google Maps is probably the most common iframe you will encounter. That direction map on a website beneath the surface will look something like this

an iframe expample

Which will generate a visual image like the one below.


Example iframe code

CSS And HTML Are What Powers A Website

Anyone who builds websites will be familiar with CSS (Cascading Style Sheet) and HTML The CSS provides information on how to display content and the HTML is the markup language for what to display.

If you have an existing page pasting an iframe in to it will add the 360 tour and adding the CSS to either the head file or the CSS file will add the rest.

To add the code to the head of the page use the style tag.

The End Result