-
-
Save HoldOffHunger/1998b92acb80bc83547baeaff68aaaf4 to your computer and use it in GitHub Desktop.
Hey hey, thanks for reaching out, I'm always on the lookout for problems. But it seems like the URL works fine? I just checked by clicking it right now: https://i.imgur.com/bLe2QfL.jpg
Hey hey, thanks for reaching out, I'm always on the lookout for problems. But it seems like the URL works fine? I just checked by clicking it right now: https://i.imgur.com/bLe2QfL.jpg
In your example you're using a defined phone number, but when we do add a WhatsApp icon on a blog post, for example, so any user reading can share it with their contacts we can't (and shouldn't) know his/her phone number and use it to build the url like this. Even https://api.whatsapp.com/send?phone={phone_number}&text={title}%20{url} can be used without the query param phone like this: https://api.whatsapp.com/send?text={title}%20{url} and that probably is the most used way of this URL, but when used like this in a desktop web browser it doesn't build the message on a web whatsapp session, only a simple window is displayed without any url or text predefined. That's why https://web.whatsapp.com/send?text={message} may be useful.
Well, all of the params are optional, for all of the services, except in a few cases where appid
is used. Like, for instance the mailto:
API links. You don't actually have to fill in all to/from/subject/content fields.
Well, all of the params are optional, for all of the services, except in a few cases where
appid
is used. Like, for instance themailto:
API links. You don't actually have to fill in all to/from/subject/content fields.
I understand it. I think I'm not being clear what's the problem so checkout these images (pay attention into each description): https://imgur.com/a/W2WZm8h
Thanks for sharing this. Big time saver.
Google+ link is dead too, they no longer support it.
Threema now supports a web url instead of a mobile-only-url.
Old but still supported: threema://compose?text={url}&id={user_id}
New: https://threema.id/compose?text={url}
or: https://threema.id/ABCDEFGH?text={url}
Hallo,
kann man Telegram und Signal (auch WhatsApp als App und nicht als Browser-Aufruf) als App aufrufen? Die sind ja auf dem PC nun verfügbar als eigenständige App.
Das wär toll - Signal/Telegram/WhatsApp - App-Aufruf...
Viele Grüße Björn
Hi everybody. Thank you for sharing these links.
Is there a share link for Instagram ?
Hi everybody. Thank you for sharing these links. Is there a share link for Instagram ?
Instagram is an image-posting application. What image could you possibly want someone to post on your behalf?
Hi everybody. Thank you for sharing these links. Is there a share link for Instagram ?
Instagram is an image-posting application. What image could you possibly want someone to post on your behalf?
Got you. Thanks
Hi,
I propose to create a template for MASTODON.
Thank you
Ray
Hi, I propose to create a template for MASTODON. Thank you Ray
Mastodon is not a social network, it's an open-source social networking application. Anyone can download it and create a social network, which can be configured with different links, but, there is no "one website" for Mastodon, it doesn't exist on any specific domain.
We have a share link for blogger, because, blogger.com is a social network. Where is Mastodon's domain? pettingzoo.co, or hijackbigplanes.com, or mysocialnetworkateyoursocialnetwork.abc , or whatever you choose. So there's no URL we can put up above that works for all Mastodon instances.
For Mastodon:
https://instance-URL/share?text={title}%20{url}
Replace instance-URL with your Mastodon server’s hostname, like mastodon.social.
For Mastodon.social server:
Awesome!!! Thanks a lot for that!
I would add the https://web.whatsapp.com/send?text={message} to the list because when using https://api.whatsapp.com/send?phone={phone_number}&text={title}%20{url} from a desktop web browser it doesn't work as expected even if you already have a web whatsapp session.