Share content of my adalo app in social media

Anyone knows how to show a preview of my Adalo app and link to it in social media? I want to allow users post their adalo app content (for example stuff that they sell in my adalo app) in Facebook,Instagram etc. . Is there a deep linking way to do this or by using integromat?

Thanks

Here’s what I know.

You use an action to an external link.

  • To WhatsApp: https://wa.me/?text=Hi%20there.%0A%0AThis%20is%20a%20new%20line.

After “?text=” there’s an encoded text. I used this tool to encode the text part.

When used, the user will be able to edit the message before sending it.

  • To Facebook: http://www.facebook.com/share.php?u=YOUR_URL

That can only be used with URLs. The content of the message will be defined by the user.

  • To Twitter: https://twitter.com/intent/tweet?text=Hi%20there.%0A%0AThis%20is%20a%20new%20line.

The same logic as WhatsApp when editing the message that goes after “?text=”.

Bear in mind; Twitter has a limit on the number of characters you can use.

I hope this helps.

Edited: I forgot to mention. When using an external link in an action, you can use magic text to include elements of the user in the message, or URL in the case of Facebook.

6 Likes

There is a component from pragmaflow which does that, with no need to any external links

1 Like
4 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.