Embed List View

The embed list view allows you to display the list of extension status information on your site.  It does this using an <iframe> which inserts the content directly from the Statusfy web server into your web page. Typically this method results in a preset sized panel that must be scrolled to view all the content when it exceeds the size of the panel.

In order to get the full list to display we utilize a small javascript function.  If you are wanting to embed multiple <iframes> on the same page, some key values must be edited in the additional <iframes>. 

  1. Only copy the <script></script> block of code for the first <iframe> you embed on the page. You should not copy the <script></script> block for any additional iframes you embed.
  2. Each <iframe> has an "id" value assigned with the first one being "stsfy1". Any additional iframes must have this value edited to be unique, so the 2nd should be "stsfy2" and 3rd "stsfy3", etc.
  3. Each <iframe> has a "src" parameter which includes the same "id" value as a parameter in the url with the first one matching "stsfy1". This value must match what you set the <iframe> "id" value to, so the 2nd should be "stsfy2", etc.

Created: September 26, 2024
Last updated: 10 days ago by Doug Homan