Skip to content

Instantly share code, notes, and snippets.

Created January 10, 2018 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/32ff4bc8afd42e46e984beb8e049c6e8 to your computer and use it in GitHub Desktop.
Save anonymous/32ff4bc8afd42e46e984beb8e049c6e8 to your computer and use it in GitHub Desktop.
Facebook Disable Show Likes
********************
Facebook Disable Show Likes ->->->->
********************
http://shurll.com/c0ual
(Copy & Paste link)
********************
facebook facebook-like fbml shareimprove this question edited Aug 27 '11 at 11:35 genesis 41.3k1279108 asked Jul 14 '10 at 15:39 BrynJ 4,711145077 2 Couldn't find an answer for you. If you press the Like button (be careful to refresh your page after unliking the link you are testing with) and then start typing, the stays the same size but shows the text entry box, then press tab and the Close and Post buttons become visible. shareimprove this answer answered Nov 13 '13 at 9:22 Bill Pairaktaridis 215 add a comment up vote 0 down vote The overflow height options mentioned above shouldn't be used when show-faces=true. Stack Overflow works best with JavaScript enabled .. Application Integration Points d. Jump toSections of this pageAccessibility HelpPress alt + / to open this menuRemoveTo help personalize content, tailor and measure ads, and provide a safer experience, we use cookies. –tybro0103 Mar 7 '12 at 2:53 14 This didn't work for me as of Feb 12 2013. What are good examples that actually motivate the study of recursion? Why is 11 am + 1 hour == 12:00 pm? Dealing with aggressive student suspected to be cheating Is Predator ever called Predator in any of the films? How much smaller were medieval farm animals in England than today? Should I make my character suspect an upcoming twist or not? The Elder Scrolls: What characters became "Gods"? Is this pirate in the background a young Edward Teague? Unable to remove a cross-threaded water hose printf, awk . Please try again. .. Have you considered the "Like Box" as a work-around? developers.facebook.com/docs/reference/plugins/like-box. How to Hide Your Likes on Facebook. –Annabel Jan 21 '14 at 17:15 1 Only solution that really works –Brade Feb 16 '15 at 19:55 yeeeaaahh, this solution that really works, thank you!! –Michael Jul 1 '15 at 20:17 show 1 more comment up vote 14 down vote What I did is crate a div for the "like" button like this: And this is the CSS : .fblike { overflow: hidden; width: 90px; } shareimprove this answer edited Nov 1 '12 at 7:24 S.L. Stack Overflow Questions Jobs Developer Jobs Directory Salary Calculator Help Mobile Stack Overflow Business Talent Ads Enterprise Company About Press Work Here Legal Privacy Policy Contact Us Stack Exchange Network Technology Life / Arts Culture / Recreation Science Other Stack Overflow Server Fault Super User Web Applications Ask Ubuntu Webmasters Game Development TeX - LaTeX Software Engineering Unix & Linux Ask Different (Apple) WordPress Development Geographic Information Systems Electrical Engineering Android Enthusiasts Information Security Database Administrators Drupal Answers SharePoint User Experience Mathematica Salesforce ExpressionEngine Answers Stack Overflow em Portugus Blender Network Engineering Cryptography Code Review Magento Software Recommendations Signal Processing Emacs Raspberry Pi Stack Overflow Programming Puzzles & Code Golf Stack Overflow en espaol Ethereum Data Science Arduino Bitcoin more (26) Photography Science Fiction & Fantasy Graphic Design Movies & TV Music: Practice & Theory Worldbuilding Seasoned Advice (cooking) Home Improvement Personal Finance & Money Academia Law more (16) English Language & Usage Skeptics Mi Yodeya (Judaism) Travel Christianity English Language Learners Japanese Language Arqade (gaming) Bicycles Role-playing Games Anime & Manga Puzzling Motor Vehicle Maintenance & Repair more (32) MathOverflow Mathematics Cross Validated (stats) Theoretical Computer Science Physics Chemistry Biology Computer Science Philosophy more (10) Meta Stack Exchange Stack Apps API Data Area 51 Blog Facebook Twitter LinkedIn site design / logo 2018 Stack Exchange Inc; user contributions licensed under cc by-sa 3.0 with attribution required. more stack exchange communities company blog Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Log In Sign Up . Thanks AGAIN Rafael. Your friends may begin to wonder if you might be turning into a raging alcoholic based on your new likes. –NicolasBernier Jun 25 '14 at 13:29 For shopify minimal theme, this use of a wrapping div worked on both web and mobile, while just overriding the fb-like class directly worked on web but not mobile (due to additional media specific classes being included) –gamozzii Dec 1 '15 at 5:28 add a comment up vote 9 down vote I like Mohammed Arif's solution and I choose it as the best answer. Restaurants, shops, sports teams, charities, support groups . Your options include: Public, Friends, Only Me or Custom. If you use the box count layout, use the following CSS : .fb-like { overflow: hidden; height: 61px; } You will just see the small notch over the like button but you won't be annoyed by this stupid popup anymore. Iframe not suitable because I need to subscribe to edge.create event. Do More &#155 Social Media How to Hide Your Likes on Facebook Are your FB Likes raising eyebrows? Here's how to keep them private Share Pin Email Print Peter Dazeley/The Image Bank/Getty Images Social Media Social Networks Facebook Instagram Twitter Pinterest by Andy O'Donnell Updated November 06, 2017 Liking a page on Facebook has become quite a personal statement. –Bashevis Feb 13 '13 at 1:37 add a comment up vote 2 down vote If the like button disappears when you click "like" and you have a container div to hide the comment pop-up, then use the following solution: create a container div to place the fb-like button in and give it the following css: .fblike { overflow: hidden; width: 90px; } .fblike iframe { left: 0 !important; } shareimprove this answer answered Jul 5 '13 at 15:48 MaxK 435 add a comment up vote 2 down vote I managed to circumvent the Facebook like button comment pop-up issue by implementing the IFRAME version instead. The other CSS solution using ".fbedgewidgetwithcomment span.fbedgecommentwidget iframe.fbltr" didnt work for me either. Thanks man !! –Yahel Oct 9 '14 at 0:04 add a comment up vote 1 down vote Here is the code to have the Like button working as just a standard button along with Twitter and Linkedin. Jump toSections of this pageAccessibility HelpPress alt + / to open this menuRemoveTo help personalize content, tailor and measure ads, and provide a safer experience, we use cookies. shareimprove this answer answered Mar 13 '13 at 19:22 vizzaro 146115 add a comment up vote 0 down vote In my case (with the XFBML version) I've added to the tag this: width="90" height="20" style="overflow: hidden;" So the end result is: It's hiding correctly the comment popup. –zombat Jul 15 '10 at 5:19 I've added an answer I found as a workaround. shareimprove this answer answered Jul 22 '10 at 19:20 BrynJ 4,711145077 5 Funny to me that the other guy got all the votes. I was testing with Firefox. –tybro0103 Mar 26 '12 at 16:31 tybro0103, i added a method that will not break even if FB change their classes –Zorox Jun 18 '12 at 20:33 This worked perfectly for me, thank you BrynJ –Zander Oct 17 '12 at 11:55 show 5 more comments up vote 69 down vote I use this in my CSS: .fb-like{ height: 20px; overflow: hidden; } and render the Facebook button with the normal HTML5 code, something like this: gr- shareimprove this answer edited Oct 4 '13 at 6:14 nourish 4518 answered Oct 21 '12 at 12:59 Elmer 5,81413127 4 After trying out the other solutions, this one worked best. But in case FB changed classes, then the below will always work. #fbbutton{ overflow:hidden; } shareimprove this answer answered Oct 4 '13 at 4:36 Akshat 65642264 add a comment up vote 0 down vote How about just make the iframe that contains the like button the same size as the button: .fbiframewidgetlift { width: 49px !important; height: 20px !important; } That's it. asked 7 years, 6 months ago viewed 95,033 times active 1 year, 6 months ago Blog Take the 2018 Developer Survey Farewell, Winter Bash 2017! Visit Chat Linked 4 Disable Facebook Like button's “Post to Facebook” popup 3 Disable comment popup on facebook like button 0 Facebook HTML5 Like Button - Hide Comment Popup 2 Integrate Facebook Like button in website… With comments option 1 iFrame Like Button on Facebook custom onClick, the correct way of implementing? 2 Google +1 Button - how to disable the pop up? 1 refresh div containing facebook like button 0 How to don't show facebook comment after like pressed? 0 How to remove “comment box” from facebook boxcount? 2 Stop comment box appearing when using a facebook like button see more linked questions Related 2Facebook Like Button on FBML Tab0Facebook like button shows comment (xfbml problem)3Facebook Like Button with prepopulated Comment0Facebook Like Button Comments Not Working - https issue4Disable Facebook Like button's “Post to Facebook” popup1Facebook Like Button - how to disable Comment pop up box?0How to make the Facebook Comment box that appears after liking display above and not below476The developers of this app have not set up this app properly for Facebook Login?1493How does Facebook disable the browser's integrated Developer Tools?1How to disable facebook like button comment pop up? Hot Network Questions Write Moby Dick, approximately Could you strap shotguns to the back of a centaur to be fired during a charge? How should a student's inefficient calculation be pointed out? How do I negotiate more "Man" time for myself without offending my partner? Highlight graph same vertices multiple circle Speed of two trains travelling side by side python 3 printing without parentheses varying error message Determine Tic-Tac-Toe winner (round based) Adding many items to a list Get the file path relatively The length of coil winding on cylinder. Is this possible to do? I can't find any details in the documentation 5a02188284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment