Skip to content

Commit

Permalink
removed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniss Baronov committed Feb 7, 2018
1 parent e0078be commit 2c8ecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/shareSelectedText.js
Expand Up @@ -128,7 +128,7 @@
twitterUrl += `&via=${parameters.twitterUsername}`;
}

let facebookUrl = `https://facebook.com/dialog/share?display=${parameters.facebookDisplayMode}&href=${PAGE_URL}&quote="${text}"`;
let facebookUrl = `https://facebook.com/dialog/share?display=${parameters.facebookDisplayMode}&href=${PAGE_URL}&quote=${text}`;

if (document.querySelector('meta[property="fb:app_id"]') &&
document.querySelector('meta[property="fb:app_id"]').getAttribute('content')) {
Expand Down

0 comments on commit 2c8ecad

Please sign in to comment.