Skip to content

Instantly share code, notes, and snippets.

Created January 9, 2018 23:40
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/0da378b9cc2729d6a7906d1f02cf4f53 to your computer and use it in GitHub Desktop.
Save anonymous/0da378b9cc2729d6a7906d1f02cf4f53 to your computer and use it in GitHub Desktop.
Facebook Hide Comment Box After Like
********************
Facebook Hide Comment Box After Like ->>->>->>
********************
http://shurll.com/bzul3
(Copy & Paste link)
********************
Is this possible to do? I can't find any details in the documentation. Business & Workplace Regulations. How do I adjust who can like or comment on my public posts? By default, everyone can comment on and like your public posts, even those not following you. View Full Article Share ArticleWas this information helpful?YesNo. –CodeWarrior Mar 19 '13 at 16:37 This is the only one that worked for me too. 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. Business Technology & Customer Support. 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. –tybro0103 Mar 7 '12 at 2:53 14 This didn't work for me as of Feb 12 2013. Business Communications & Etiquette. You must not obscure or cover elements of our social plugins, such as the Like button or Like box plugin. Have you considered the "Like Box" as a work-around? developers.facebook.com/docs/reference/plugins/like-box. However, you can change who can like or comment on your public posts in your follower settings. You can turn off "Show Stream" and "Show Header", and set "Connections" to 0, and it makes the resulting markup reasonably sized. Re-rendering the div tag in the edge.create event handler had a bit of a lag to it. 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. –TK123 May 1 '13 at 21:06 4 Doesn't really work (Jan 2014). To change who can like or comment on your public post:Click at the top right corner and select SettingsClick Public Posts on the leftGo to Who Can Follow Me and make sure Public is selectedClick Edit next to Public Posts CommentsSelect who is allowed to like or comment on your public posts:Public: Includes everyone, even people not following you.Friends (+ friends of anyone tagged): Includes your friends on Facebook. Finances & Taxes. Instead I targeted the div that the like button button is created in and set the overflow to hidden. The markup comes directly from Facebook which you don't have control over. I was testing with Firefox. Business Models & Organizational Structure. Join Stack Overflow to learn, share knowledge, and build your career. 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. –Pons Jan 21 '13 at 11:03 Same for me as Pons –Brian Jan 22 '13 at 17:50 this is really smart, however, the comment box could be seen for very short time –pinkdawn Aug 8 '13 at 6:50 1 I wouldn't call this a "really smart" good solution -- it involves removing the Like button markup (but orphaning some event handling code), making a new addition to the DOM, reparsing the entire page's DOM for XFBML, and regenerating a new Like button, which means more event handlers, a repaint and reflow, a few new requests, etc. 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. Thanks AGAIN Rafael. Advertisements . 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. –Gangesh Mar 26 '12 at 9:35 1 Gangesh Um no, you can't. Who can like or comment on things that I post?When you post something on Facebook, you can use the audience selector to choose who can like or comment on it. Advertising & Marketing. It does not disable the comment box it just hides it. login Log in Entries RSS Comments RSS WordPress.org .. –tybro0103 Mar 7 '12 at 2:52 tybro You can add class to fb tag and style it, so fb changing its class won't affect your code. Not good. Otherwise, it will hide the faces. Human Resources 5a02188284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment