Installing the Widget
The mailfloss widget allows you to verify emails in real-time conveniently at the point of entry, most commonly on form inputs.
You’ll have to get your mailfloss widget and your public key. In order to do that, you need your mailfloss account. Once that is done, you’ll find your public key and embed code under the "Apps & Plugins" section of the mailfloss application.
The installation is simple. Just copy and paste the code snippet below into your HTML file. The only part you need to modify is the window.mf_settings object. Here, you can customize the widget settings and input your publicKey. Be sure to include your publicKey, as the widget won't function without it.
Copy and paste this snippet into your HTML file.
In order for the widget to work correctly, you must have an input with at least one attribute with a value of "email" on the page where the widget is installed.