Description: This bookmarklet button can show the facebook likes number at the top-left of any pages.
Check facebook like numbers on this page. ← Drag this button to your bookmarklet toolbar.
Tap → Add Bookmark → Save.
javascript:(function()%7Bvar ifrm %3D document.createElement("iframe")%3Bifrm.src %3D "https%3A%2F%2Fwww.facebook.com%2Fv4.0%2Fplugins%2Flike.php%3Flayout%3Dbox_count%26locale%3Den_US%26href%3D" %2B encodeURIComponent(location.href)%3Bifrm.setAttribute('style'%2C 'width%3A55px%3Bheight%3A40px%3Bposition%3Afixed%3Bborder%3Anone%3Bz-index%3A2147483638%3B')%3Bvar b %3D document.body%3Bb.insertBefore(ifrm%2C b.firstChild)%7D)()