소스 검색

feat: open WhatsApp sharing links in app rather than web

Close #1707
George Cushen 5 년 전
부모
커밋
67028328d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"