Pay with a Tweet, Facebook Like or Google +1 /* Social Payments by Digital Inspiration (2013) */ /* You are free to use, modify or republish this code */ function labnol() { // The file URL that visitors can download after their Like/tweet/+1 var url = "http://www.labnol.org/"; url = "Click here to download the file."; document.getElementById("restricted").innerHTML = url; } window.fbAsyncInit = function() { FB.init({ status : true, cookie : true, xfbml : true }); FB.Event.subscribe('edge.create', function(response) { labnol(); }); }; (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); window.twttr = (function (d,s,id) { var t, js, fjs = d.getElementsByTagName(s)[0]; [.....]