Button working on chrome but not on firefox – Twitter API
I made a button in HTML that work fine on Google Chrome but does not react at all on Firefox. My code: function fbs_click() { var u = location.href; var t = document.title; window.open('http://www.facebook.com/sharer.php?u=' + encodeURIComponent(u) + '&t=' + encodeURIComponent(t)…