How to run another app inside appgyver

Hi guys, please forgive me if my question seems too simple for you, but I really don’t know how to do it.

By means of a button I want to open other mobile applications, for example:

  • With a button labeled “INSTAGRAM” I want to open a specific Instagram profile;

  • With a button labeled “FACEBOOK” I want to open a specific Facebook profile;

  • With a button labeled “TELEGRAM” I want to open a conversation or a specific Telegram group;

I can already open a specific WhatsApp conversation through a button labeled “WHATSAPP” and I’m using the “OPEN URL” passing the following content:

“h t t p s : / / a p i . w h a t s a p p . c o m / send?phone=9999999999 &text=XXXXXXXXXXX”

But I don’t know how to use this functionality for the other Social Networks or even if it’s really through this functionality.

Please can you help?
Immense gratitude!

Hi,
Have you tried this?
You can in the logic: when component tap => open URL => url to open is Instagram account.

1 Like

Hi Bertrand, I just followed your suggestion, thanks.

I thought the function was specific to web pages, but in fact, when we have an application on the device that is associated with the profile of the page in question, it opens the application.

This is correct for facebook, tweeter, instagram, etc.

Exactly as I wished.

Thank you very much!

1 Like