Skip to content

Commit

Permalink
Fix messenger (#107)
Browse files Browse the repository at this point in the history
* Update sharer.js

Fix messenger

* Update sharer.min.js

Fix messenger
  • Loading branch information
chojnicki authored and ellisonleao committed Nov 18, 2019
1 parent 051b729 commit ec12afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sharer.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
}
},
messenger: {
shareUrl: 'http://www.facebook.com/dialog/send',
shareUrl: 'fb-messenger://share',
params: {
link: this.getValue('url')
}
Expand Down
2 changes: 1 addition & 1 deletion sharer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec12afa

Please sign in to comment.