# Share button

**URL:** https://community.glideapps.com/t/share-button/17334
**Category:** Ask for Help
**Created:** [October 19, 2020, 5:56pm UTC](https://community.glideapps.com/t/share-button/17334 "2020-10-19T17:56:10Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![StephM](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@StephM](https://community.glideapps.com/u/StephM)
#### Post date: [October 19, 2020, 5:56pm UTC](https://community.glideapps.com/t/share-button/17334/1 "2020-10-19T17:56:10Z")

</div>

If a user shares one of my app’s listings (ie. a specific page, not the app itself) by WhatsApp, this is the message the recipient will receive:

 ![Screenshot 2020-10-19 at 19.48.45](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/4/43bd4ea668261fb72879274eef25697ae059e9aa.png)

Is there any way to customise this message / make it look better? I would love for the name of the listing/page to be displayed and for the url to be shorter.

---

<div class="post-metadata">

### Author: ![abhilashabhatia](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/abhilashabhatia/32/10618_2.png) [@abhilashabhatia](https://community.glideapps.com/u/abhilashabhatia)
#### Post date: [October 19, 2020, 6:29pm UTC](https://community.glideapps.com/t/share-button/17334/2 "2020-10-19T18:29:20Z")

</div>

This is definitely a deep-linked page given the format  
app\_url/dl/token

Looks like users are sharing specific pages rather than the app link.

Are they copying link from browser or is there any other way that they share: example link configured in a button?

---

<div class="post-metadata">

### Author: ![StephM](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@StephM](https://community.glideapps.com/u/StephM)
#### Post date: [October 19, 2020, 6:41pm UTC](https://community.glideapps.com/t/share-button/17334/3 "2020-10-19T18:41:08Z")

</div>

This is the result of sharing a details screen using Share button and selecting WhatsApp…

---

<div class="post-metadata">

### Author: ![abhilashabhatia](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/abhilashabhatia/32/10618_2.png) [@abhilashabhatia](https://community.glideapps.com/u/abhilashabhatia)
#### Post date: [October 19, 2020, 7:43pm UTC](https://community.glideapps.com/t/share-button/17334/4 "2020-10-19T19:43:19Z")

</div>

Got it. Regardless of whatsapp, this will happen if you share from a details screen using default share button.

Workaround could be to copy link first (using share button), fetch a shortened URL using a url shortener like [https://bitly.com/](https://bitly.com/) and then share.

Not sure if anyone has a way to programmatically shorten it or another work around.

The only thing the end token is doing is to take the user (who receives the url) to exactly same details screen that the user shared from.

---

<div class="post-metadata">

### Author: ![StephM](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@StephM](https://community.glideapps.com/u/StephM)
#### Post date: [October 19, 2020, 8:05pm UTC](https://community.glideapps.com/t/share-button/17334/5 "2020-10-19T20:05:27Z")

</div>

Not sure how I could program for this link to be shortened?

---

<div class="post-metadata">

### Author: ![abhilashabhatia](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/abhilashabhatia/32/10618_2.png) [@abhilashabhatia](https://community.glideapps.com/u/abhilashabhatia)
#### Post date: [October 19, 2020, 8:26pm UTC](https://community.glideapps.com/t/share-button/17334/6 "2020-10-19T20:26:29Z")

</div>

Definitely check this topic out

> [@new Deep Links](https://community.glideapps.com/t/deep-links/15966):
>
> Viewing a detail screen will now update the current URL, which is now available as a value called Link to current screen: Copy this link to clipboard, send it to Zapier, or use the Share action to let your users easily share items in your app any way they’d like. Note: Your sheet needs a Row ID column (or just use a Glide Table!) for deep links to work.

Check out this to shorten urls using Zapier:

> [@new Deep Links](https://community.glideapps.com/t/deep-links/15966/19):
>
> Hi wave @Brice just saying as a work around maybe, just maybe, use the Zapier shortener? Perhaps thats a work around for you? Not tried it myself so can’t provide any further information.
