Skip to content

Instantly share code, notes, and snippets.

@ahmedghazi
Created June 8, 2017 15:03
Show Gist options
  • Save ahmedghazi/e0e52d007d208ebd9b32696e58dc2a47 to your computer and use it in GitHub Desktop.
Save ahmedghazi/e0e52d007d208ebd9b32696e58dc2a47 to your computer and use it in GitHub Desktop.
var url = "https://www.facebook.com/sharer/sharer.php";
url += '?u='+window.location.href;
url += '&picture='+picture;
url += '&description='+caption;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment