Advertisement
Alhadis

Bookmarklet: Add Facebook app to a page

Jan 20th, 2015
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:(function(){var e,t,o;if(e=(""+window.location).match(/^https:\/\/developers.facebook.com\/apps\/(\d+)\/settings\/?/)){t=e[1];o=document.querySelector("input[name=site_url]").value}else{o=window.prompt('Enter the URL of the client\'s website as entered in the app\'s "Site URL" field under "Website" platform settings');if(!o)return;if(!/^https?/i.test(o))o=o.replace(/^(\/+)?/,"http://");t=window.prompt("Enter the Facebook app's ID:");if(!t)return}window.location="https://www.facebook.com/dialog/pagetab?app_id="+t+"&next="+o})();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement