Skip to content

Commit

Permalink
Update whatsapp sharer link, closes #635
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed May 21, 2023
1 parent 0612be0 commit 7e3a235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-sharebuttons/src/lib/share.defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,12 @@ export const SHARE_BUTTONS: IShareButtons = {
icon: ['fab', 'whatsapp'],
color: '#25D366',
share: {
desktop: 'https://web.whatsapp.com/send?',
desktop: 'https://api.whatsapp.com/send?',
android: 'whatsapp://send?',
ios: 'https://api.whatsapp.com/send?'
},
params: {
url: 'link',
description: 'text'
},
paramsFunc: linkInDescription
Expand Down

0 comments on commit 7e3a235

Please sign in to comment.