Opening an app (Instagram ,fb) from url ? is this possible?

i want to open an Instagram profile from my android game !
launch URL is the closes thing that is available on ue4 ,
what i want is when i press a button to open the Instagram application (my profile).

is any possible way to do so ?
thank you !

(post deleted by author)

Yes, you can use the “launch URL” function in UE4 to open the Instagram app with your profile. Simply set the URL to “instagram://user?username=your_username” in the button press event to launch the Instagram app with your profile. Also ensure the Instagram app is installed on the device for this to work seamlessly.