2019-05-06 19:19:52 +02:00
2019-05-06 12:52:30 +02:00
2019-05-06 19:13:28 +02:00
2019-05-05 22:18:53 +02:00
2019-05-03 18:11:00 +02:00
2019-05-06 09:38:09 +02:00
2019-05-06 19:19:52 +02:00
2019-05-04 01:40:58 +02:00

💌 mailgo - a different mailto (WIP)

mailgo screencast (see it in action! https://mailgo.js.org)

what?

mailgo will substitute all the mailto: links with the mailgo modal

mailgo modal

installation

add at the very and of the <body>

<script src="https://cdn.jsdelivr.net/npm/mailgo/dist/mailgo.min.js"></script>

or, specifying [VERSION]


<script src="https://cdn.jsdelivr.net/npm/mailgo@[VERSION]/dist/mailgo.min.js"></script>

usage

now all your mailto links will be mailgone!

you can also add mailgo to links like in this no-spam way:

<a class="mailgo" data-address="matteo" data-domain="manzinello.dev">write me!</a>

just adding mailgo as class and your email address splitted in data-address and data-domain

exclude a mailto

to exclude a mailto link add to the <a> element the class no-mailgo like in this example:


<a class="no-mailgo" href="mailto:matteo@manzinello.dev">matteo@manzinello.dev</a>


NPM

https://mailgo.js.org

Description
No description provided
Readme 17 MiB
2020-10-30 22:16:14 +00:00
Languages
JavaScript 79.5%
CSS 14.1%
HTML 6.4%