Embed Monitoshi in an HTML page - lexoyo/Monitoshi GitHub Wiki
Embed Monitoshi in your website, and give your visitors an opportunity of monitoring their websites. See Monitoshi official website as an example.
Here is the code we use to embed Monitoshi main form:
<iframe width="100%" height="100%" frameborder="0" src="http://monitoshi.lexoyo.me/?siteName=[your site name]"></iframe>
First replace [your site name]
by your site name and paste this code to your HTML page. Your site name will be displayed in the notification emails which are sent to the users.
To customize this code, change the value of the attributes width
and height
to match your design and src
if you want to embed your instance of Monitoshi (see the project's readme file for instructions on how to host Monitoshi yourself)