mailymaily/README.md
2019-05-05 22:24:36 +02:00

23 lines
606 B
Markdown

# 💌 mailgo
_mailgo is WIP_
add the mailgo script in a web page to substitute all the `mailgo:` links with the **mailgo modal**
![mailgo modal](/assets/img/screen-1.png)
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>`
## script (development)
`<script src="https://cdn.jsdelivr.net/gh/manzinello/mailgo@latest/dist/mailgo.min.js"></script>`
## script
`<script src="https://cdn.jsdelivr.net/npm/mailgo/dist/mailgo.min.js"></script>`
## docs
<https://mailgo.js.org>