Embedding Resilience Web on other websites

If you have a website and want to embed a particular Resilience Web on it, read on to find out how you can do that.

Prerequisites

  • Access to your website's code

  • Basic skills for editing your website's HTML code

  1. Get the URL for the web you want to embed. For example, https://york.resilienceweb.org.uk for the York web.

  2. Copy the following code wherever you want the web to be displayed, with your web URL instead of the example one provided. The width and height set are just examples, adjust those to make it fit your website best.

<iframe
  src="https://york.resilienceweb.org.uk"
  title="York Resilience Web"
  width="500"
  height="400">
</iframe>

Last updated