diff --git a/weblog/B0. Template/share.js.md b/weblog/B0. Template/share.js.md index 0f39611..df3750c 100644 --- a/weblog/B0. Template/share.js.md +++ b/weblog/B0. Template/share.js.md @@ -8,7 +8,7 @@ Location: /share.js const SUBSCRIBE_LINK_REL = 'http://ostatus.org/schema/1.0/subscribe' function share(uri, handle) { if(!handle){ - handle = prompt("Please enter your fediverse / mastodon handle (e.g. '@user@domain.social')", "@") + handle = prompt("Please enter your fediverse / mastodon handle (e.g. '@user@domain.social')\n(remember to look for blocked pop-ups)", "@") } if(handle) {