Instructions
- Go to: My Domains – My Domainlist – open the unique server to edit
- Select “Yes” on External widget activated
- Use the Server-ID (4-digit number) to embed the widget on your website
- Caution: DO NOT USE THE “Unique Server API key” – it’s your secret – never publish in any way!
Live-Demo of the widget
FAQ
https://www.isup.li/widget/?id=[server_id]
With the widgets you are allowed to show the uptime stats on another website.
No, you can enable or disable the widgets for each website.
With a javascript, HTML or PHP code you’re able to show the widget to my websites.
PHP
<?php $server = "ID"; // replace this with your server ID echo file_get_contents("https://www.isup.li/widget/?id=" . $server); ?>
Javascript
<script type="text/javascript"> $( window ).load(function() { var server_id = 1; // replace this with your server ID $( "#ServerStats" ).load( "https://www.isup.li/widget/?id=" + server_id); }); </script>
By iFrame
Please edit the “width” of the iFrame to fit your needs. Max. width for widgets are 280px. Please choose a number between 200px and 280px.
<iframe src="https://www.isup.li/widget/?id=[server_id]" style="border: 0; width:250px; height: 425px"></iframe>