Skip to content

Instantly share code, notes, and snippets.

@McKinneyDigital
Created June 6, 2012 20:23
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save McKinneyDigital/2884513 to your computer and use it in GitHub Desktop.
Save McKinneyDigital/2884513 to your computer and use it in GitHub Desktop.
Share to Facebook using Javascript
// Opens window with facebook share dialog.
// Remember to include OpenGraph meta tags in the page with sharing copy.
var url = "http://google.com";
window.open('http://facebook.com/sharer/sharer.php?u='+encodeURIComponent(url), '', 'left=0,top=0,width=650,height=420,personalbar=0,toolbar=0,scrollbars=0,resizable=0');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment