4

I need a deep link that will redirect to specific number on Viber. I have for now this, but it's working as it should on computer, not phones.

<a id="viber" href="viber://pa?chatURI=<+38163600583>">Viber</a>

I saw this https://developers.viber.com/docs/tools/deep-links/ and edited it as the documentation states, but it's still not working on phones. I tried without and with + and without it (the + in front of number) or without <>, but still not working.

Any thoughts?

wowkin2
  • 5,895
  • 5
  • 23
  • 66
Goran Sovilj
  • 77
  • 1
  • 9

2 Answers2

5
viber://chat?number=911234567890

just make sure that number is no having + sign before the country code(91 is counry code here) i got his from here Reference

Jose Kj
  • 2,912
  • 2
  • 28
  • 40
0

Suppose your country code is +84, and your phone number is 1234567899.

For PC

viber://chat/?number=+841234567899&draft=$hello

For Mobile (Android & IOS) Replace the + to %2B

viber://chat/?number=%2B841234567899&draft=$hello
Phuc Nguyen
  • 211
  • 2
  • 5