2 résultats taggé mastodon

Mastodon share & DM with inline javascript

<!-- Share -->
<a href="javascript:var server=prompt('Instance ?').replace(/(http(s)?:\/\/)/g,'').replace(/\/$/,'');window.location.href=`https://${server}/share?visibility=public&text=%20via%20@yomli@mastodon.xyz%20%3A%20&url={racine_du_site}{lien_permalink}`;void 0;">Share</a>
<!-- Direct message -->
<a href="javascript:var server=prompt('Instance ?').replace(/(http(s)?:\/\/)/g,'').replace(/\/$/,'');window.location.href=`https://${server}/share?visibility=direct&text=@yomli@mastodon.xyz%20%3A%20&url={racine_du_site}{lien_permalink}`;void 0;">DM</a>

Send a direct message on Mastodon with a one-click link

<a href="javascript:var server=prompt('Instance ?').replace(/(http(s)?:\/\/)/g,'').replace(/\/$/,'');window.location.href=`https://${server}/?visibility=direct&text=@yomli@mastodon.xyz`;void 0;">Direct</a>