Ver código fonte

feat: open WhatsApp sharing links in app rather than web

Close #1707
George Cushen 5 anos atrás
pai
commit
67028328d0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      data/page_sharer.toml

+ 1 - 1
data/page_sharer.toml

@@ -35,7 +35,7 @@
 
 [[buttons]]
   id = "whatsapp"
-  url = "https://web.whatsapp.com/send?text={title}%20{url}"
+  url = "whatsapp://send?text={title}%20{url}"
   title = "WhatsApp"
   icon_pack = "fab"
   icon = "whatsapp"