Facebook Like Without Flyout
2018年1月10日Facebook Like Without Flyout >>> https://tlniurl.com/1n76rl
I recommend that you try it out for yourself Try a 21-day trial where you remove Facebook from your life. It was not serving any purpose for me and it was starting to attract a lot of invites from people I dont know, even though I have never placed my Linkedin details anywhere online before. Unsubscribe whenever you want. I want to redirect them to Main page after using facebook login button0Website - Facebook login with get user details like name, email, phone, image url,etc, Facebook V2.9 Hot Network Questions Is a verbal response that directly expresses anger always the wrong choice? Is there a way to safely have exposed electrical wires? Is standing actually illegal in Venice? I cannot recognise this kana Is it rude to ignore everybody else in a chatroom and only talk with one person? Why do different elements have different number of isotopes? Shader that is only visible when the face normal points up What sense does it make for "sharpness" to be adjustable on a monitor? What makes the Mauritius Passport so valuable? How to speed up composting of large amounts of leaves inside plastic bags? Does the interior surface of a Dyson Sphere exert gravity? Under what conditions would humanoids evolve eyes in the backs of their heads? What is this methodology called? Can the Scrum method be used with only one person and only one 10 day Sprint? Finding pair of Amicable numbers under 10000 in C taking too long Should a value of a constant be changed over time? Is it accurate to compare the nuclearization of North Korea with that of Pakistan and India? Why or why not? Is there a list of old browsers that only support TLS 1.0? Spectre/meltdown on a GPU Pairwise Hamming Distance Can you make 1 1 1 1 = 5? The length of coil winding on cylinder. shareimprove this answer edited Jun 22 ’13 at 0:10 Nick Cox 22.3k41631 answered Jun 6 ’13 at 21:59 jollyr0ger 87611230 add a comment up vote 0 down vote Hiding the comment box work but can create problem if you have clickable element behind the comment flyout box. asked 7 years, 6 months ago viewed 95,033 times active 1 year, 6 months ago Blog Take the 2018 Developer Survey 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 Is Sam Gamgee an orphan? How to tell friend/roommate/landlord that I am looking for other places to live? Should I make my character suspect an upcoming twist or not? How should a student’s inefficient calculation be pointed out? Is this a mezuzah or something else? How to partially extract zipped huge plain text file? Why Google Translate translate back not same as the first time translate? Should a value of a constant be changed over time? Determine Tic-Tac-Toe winner (round based) Can you make 1 1 1 1 = 5? Why is Unevaluated[#]& different from Unevaluated? Nullity and rank of a linear transformation over a function space Fair treatment for employees always late due to public transport Is Predator ever called Predator in any of the films? Why do we only build 7th chords on the supertonic and dominant of a major scale? How can I deal with managers that refused to accept use of common software engineering design patterns? Time Puzzle Rebus What’s up with Archbishop Desmond? How "scrambled" is the data on a RAID5 disk? Is it accurate to compare the nuclearization of North Korea with that of Pakistan and India? Why or why not? The Elder Scrolls: What characters became "Gods"? Is there a function that grows faster than exponentially but slower than a factorial? std::isinvocable is false but std::invoke works Can a lack of diseases in the medieval period lead to overpopulation? more hot questions question feed . Post Planner Logo Post Planner Logo Color Post Planner Menu Icon Post Planner Facebook Icon Post Planner Google+ Icon Post Planner LinkedIn Icon Post Planner Pinterest Icon Post Planner Twitter Icon Post Planner YouTube Icon Post Planner RSS Icon Post Planner Instagram Icon Post Planner Find Icon Post Planner Predict Icon Post Planner Plan Icon Post Planner Post Icon Post Planner Arrow Left Icon Post Planner Arrow Right Icon Post Planner Check Icon Post Planner Search Icon Post Planner Arrow Down Icon Post Planner Arrow Up Icon Post Planner Comment Icon Post Planner Support Icon Post Planner Cancel Icon Post Planner User Guide Icon Post Planner Switch Plans Icon Post Planner Close Icon Post Planner Video Icon Post Planner Calendar Icon Post Planner Shuffle Icon Post Planner Cash Icon Post Planner Video Guide Icon Post Planner Webinar Icon Post Planeer Play Arrow Icon Post Planner Compose Icon . og:description, etc.) by clicking on it. –zombat Jul 15 ’10 at 5:19 I’ve added an answer I found as a workaround. I am well aware that the ’Share’ button is deprecated (and has problems because of it), but they’ve been quite insistent. But after 5 years, I realized that Facebook and its noise-driven algorithm are simply incompatible with my site. –JMurky Jan 8 ’13 at 4:22 add a comment up vote 0 down vote Well, it seems that nobody has a workaround. Here is the CSS to hide the comment box: .fbedgewidgetwithcomment span.fbedgecommentwidget iframe.fbltr { display: none !important; } Here is the JQuery way of removing the DOM element: FB.Event.subscribe(’edge.create’, function (href, widget) { $(’.fbedgecommentwidget.fbiframewidget’).remove() }); Here is the pure javascript way using provided widget from the callback: FB.Event.subscribe(’edge.create’, function (href, widget) { widget.commentWidgetNode.parentNode.removeChild(widget.commentWidgetNode); }); shareimprove this answer edited Jun 22 ’13 at 0:10 sakibmoon 1,65831529 answered Jun 26 ’12 at 18:55 Stephane Brillant 15613 How am I supposed to create css rules for iframed content on another domain? Let alone css classes whose names will be different next month? –Amalgovinus Sep 23 ’13 at 22:51 add a comment up vote 0 down vote If you want to show only the like button, you may try something like this HTML: CSS: .fblike { overflow: hidden; width: 80px; height: 20px; } .likecounterhider { position: absolute; top: 0; left: 45px; width: 35px; height: 20px; background-color: #f3f3f3; /*you’ll have to match background color*/ z-index: 200; } shareimprove this answer edited Jun 22 ’13 at 0:11 sakibmoon 1,65831529 answered May 28 ’13 at 12:14 user0000001 1 add a comment up vote 0 down vote Setting overflow to hidden might help. –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. It simply functions as a like button. Have you considered the "Like Box" as a work-around? developers.facebook.com/docs/reference/plugins/like-box. I would actually call this a bad solution, or perhaps not a solution at all since what you’re doing is like upgrading your browser by buying a new computer. Its like when you flick a drop of water into a pool anda slow ripple forms, first forming small waves, and then big waves that effect the entire pool. Interestingly though; the blog traffic hasnt decreased in fact it has increased since the last week! Im not saying that deleting my accounts had anything to do with the increase in traffic but deleting the accounts definitely hasnt been detrimental to the sites growth. Barth 6,442123851 answered Nov 1 ’12 at 7:04 Kotzilla 8481216 This one works, just fine! –Some dood Mar 24 ’13 at 8:32 4 This is actually the best workaround I found. Google will be replaced with my site and its own og tags: function share() { FB.ui({ method: ’stream.share’, u: ’www.google.com’, }); }; (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/enUS/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, ’script’, ’facebook-jssdk’)); Can I get the like button to work like this? javascript facebook facebook-like facebook-javascript-sdk facebook-social-plugins shareimprove this question edited Oct 19 ’12 at 1:38 asked Oct 18 ’12 at 20:21 JMurky 183111 add a comment 2 Answers 2 active oldest votes up vote 1 down vote Why don’t you use feed dialog to share on users wall. Thanks AGAIN Rafael. I took the following steps to do so: Visit Change the ’URL to Like’ to your Facebook page URL Select any other options (Layout, Action Type, etc) as desired Press the ’Get Code’ button Select the IFRAME version Make sure you select your Facebook application where it says ’This script uses the app ID of your app’ Implement the provided code in your application From what I can see, the like button with IFRAME implementation does not trigger any pop-up. I was hopeful that things would work out. Many times I had readers liking a status update with my latest article, but posting questions/comments in the update which suggested they didnt read the article at all. In case you missed my earlier post on why I deleted Facebook, read it here: Deleting Facebook From My Life. –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. Iframe not suitable because I need to subscribe to edge.create event. The other CSS solution using ".fbedgewidgetwithcomment span.fbedgecommentwidget iframe.fbltr" didnt work for me either. –tybro0103 Mar 7 ’12 at 2:53 14 This didn’t work for me as of Feb 12 2013. Subsequently I have deleted my Linkedin account as well, which is a networking site for corporates and professionals. Update: This post was written in January 2011. shareimprove this answer answered May 17 ’13 at 20:27 Daniel Krueger 411 1 That doesn’t provide an answer to the question. The only hiccup Ive experienced so far is being sent details about an upcoming event via a Facebook event link, only to realize that I couldnt see the details since a Facebook account is needed to view it. In a way its an avoidance outlet. Otherwise, it will hide the faces. Its okay if were conscious of that, but if were not, it can easily turn into a repetitive click-fest, where you post a comment, go to the next profile, post another comment, return to your profile, update your status feed, and by time youre done, someone has replied to your comment and its now your turn to reply 5a02188284
http://www.texpaste.com/n/y94yfiwd https://iminorti.typeform.com/to/qVwHrw http://www.texpaste.com/n/2exiv763 http://ssigtiovenhuva.exblog.jp/27986451/ http://www.generaccion.com/usuarios/440427/download-facebook-401-for-iphone-3g http://www.texpaste.com/n/szxj9aey http://www.texpaste.com/n/gticpotx http://fsupsuppnicre.blog.pl/2018/01/10/facebook-login-audit/ http://mensuseata.lnwshop.com/article/72/autoliker-for-facebook-pages https://acuneseph.typeform.com/to/BUx0fV
I recommend that you try it out for yourself Try a 21-day trial where you remove Facebook from your life. It was not serving any purpose for me and it was starting to attract a lot of invites from people I dont know, even though I have never placed my Linkedin details anywhere online before. Unsubscribe whenever you want. I want to redirect them to Main page after using facebook login button0Website - Facebook login with get user details like name, email, phone, image url,etc, Facebook V2.9 Hot Network Questions Is a verbal response that directly expresses anger always the wrong choice? Is there a way to safely have exposed electrical wires? Is standing actually illegal in Venice? I cannot recognise this kana Is it rude to ignore everybody else in a chatroom and only talk with one person? Why do different elements have different number of isotopes? Shader that is only visible when the face normal points up What sense does it make for "sharpness" to be adjustable on a monitor? What makes the Mauritius Passport so valuable? How to speed up composting of large amounts of leaves inside plastic bags? Does the interior surface of a Dyson Sphere exert gravity? Under what conditions would humanoids evolve eyes in the backs of their heads? What is this methodology called? Can the Scrum method be used with only one person and only one 10 day Sprint? Finding pair of Amicable numbers under 10000 in C taking too long Should a value of a constant be changed over time? Is it accurate to compare the nuclearization of North Korea with that of Pakistan and India? Why or why not? Is there a list of old browsers that only support TLS 1.0? Spectre/meltdown on a GPU Pairwise Hamming Distance Can you make 1 1 1 1 = 5? The length of coil winding on cylinder. shareimprove this answer edited Jun 22 ’13 at 0:10 Nick Cox 22.3k41631 answered Jun 6 ’13 at 21:59 jollyr0ger 87611230 add a comment up vote 0 down vote Hiding the comment box work but can create problem if you have clickable element behind the comment flyout box. asked 7 years, 6 months ago viewed 95,033 times active 1 year, 6 months ago Blog Take the 2018 Developer Survey 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 Is Sam Gamgee an orphan? How to tell friend/roommate/landlord that I am looking for other places to live? Should I make my character suspect an upcoming twist or not? How should a student’s inefficient calculation be pointed out? Is this a mezuzah or something else? How to partially extract zipped huge plain text file? Why Google Translate translate back not same as the first time translate? Should a value of a constant be changed over time? Determine Tic-Tac-Toe winner (round based) Can you make 1 1 1 1 = 5? Why is Unevaluated[#]& different from Unevaluated? Nullity and rank of a linear transformation over a function space Fair treatment for employees always late due to public transport Is Predator ever called Predator in any of the films? Why do we only build 7th chords on the supertonic and dominant of a major scale? How can I deal with managers that refused to accept use of common software engineering design patterns? Time Puzzle Rebus What’s up with Archbishop Desmond? How "scrambled" is the data on a RAID5 disk? Is it accurate to compare the nuclearization of North Korea with that of Pakistan and India? Why or why not? The Elder Scrolls: What characters became "Gods"? Is there a function that grows faster than exponentially but slower than a factorial? std::isinvocable is false but std::invoke works Can a lack of diseases in the medieval period lead to overpopulation? more hot questions question feed . Post Planner Logo Post Planner Logo Color Post Planner Menu Icon Post Planner Facebook Icon Post Planner Google+ Icon Post Planner LinkedIn Icon Post Planner Pinterest Icon Post Planner Twitter Icon Post Planner YouTube Icon Post Planner RSS Icon Post Planner Instagram Icon Post Planner Find Icon Post Planner Predict Icon Post Planner Plan Icon Post Planner Post Icon Post Planner Arrow Left Icon Post Planner Arrow Right Icon Post Planner Check Icon Post Planner Search Icon Post Planner Arrow Down Icon Post Planner Arrow Up Icon Post Planner Comment Icon Post Planner Support Icon Post Planner Cancel Icon Post Planner User Guide Icon Post Planner Switch Plans Icon Post Planner Close Icon Post Planner Video Icon Post Planner Calendar Icon Post Planner Shuffle Icon Post Planner Cash Icon Post Planner Video Guide Icon Post Planner Webinar Icon Post Planeer Play Arrow Icon Post Planner Compose Icon . og:description, etc.) by clicking on it. –zombat Jul 15 ’10 at 5:19 I’ve added an answer I found as a workaround. I am well aware that the ’Share’ button is deprecated (and has problems because of it), but they’ve been quite insistent. But after 5 years, I realized that Facebook and its noise-driven algorithm are simply incompatible with my site. –JMurky Jan 8 ’13 at 4:22 add a comment up vote 0 down vote Well, it seems that nobody has a workaround. Here is the CSS to hide the comment box: .fbedgewidgetwithcomment span.fbedgecommentwidget iframe.fbltr { display: none !important; } Here is the JQuery way of removing the DOM element: FB.Event.subscribe(’edge.create’, function (href, widget) { $(’.fbedgecommentwidget.fbiframewidget’).remove() }); Here is the pure javascript way using provided widget from the callback: FB.Event.subscribe(’edge.create’, function (href, widget) { widget.commentWidgetNode.parentNode.removeChild(widget.commentWidgetNode); }); shareimprove this answer edited Jun 22 ’13 at 0:10 sakibmoon 1,65831529 answered Jun 26 ’12 at 18:55 Stephane Brillant 15613 How am I supposed to create css rules for iframed content on another domain? Let alone css classes whose names will be different next month? –Amalgovinus Sep 23 ’13 at 22:51 add a comment up vote 0 down vote If you want to show only the like button, you may try something like this HTML: CSS: .fblike { overflow: hidden; width: 80px; height: 20px; } .likecounterhider { position: absolute; top: 0; left: 45px; width: 35px; height: 20px; background-color: #f3f3f3; /*you’ll have to match background color*/ z-index: 200; } shareimprove this answer edited Jun 22 ’13 at 0:11 sakibmoon 1,65831529 answered May 28 ’13 at 12:14 user0000001 1 add a comment up vote 0 down vote Setting overflow to hidden might help. –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. It simply functions as a like button. Have you considered the "Like Box" as a work-around? developers.facebook.com/docs/reference/plugins/like-box. I would actually call this a bad solution, or perhaps not a solution at all since what you’re doing is like upgrading your browser by buying a new computer. Its like when you flick a drop of water into a pool anda slow ripple forms, first forming small waves, and then big waves that effect the entire pool. Interestingly though; the blog traffic hasnt decreased in fact it has increased since the last week! Im not saying that deleting my accounts had anything to do with the increase in traffic but deleting the accounts definitely hasnt been detrimental to the sites growth. Barth 6,442123851 answered Nov 1 ’12 at 7:04 Kotzilla 8481216 This one works, just fine! –Some dood Mar 24 ’13 at 8:32 4 This is actually the best workaround I found. Google will be replaced with my site and its own og tags: function share() { FB.ui({ method: ’stream.share’, u: ’www.google.com’, }); }; (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/enUS/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, ’script’, ’facebook-jssdk’)); Can I get the like button to work like this? javascript facebook facebook-like facebook-javascript-sdk facebook-social-plugins shareimprove this question edited Oct 19 ’12 at 1:38 asked Oct 18 ’12 at 20:21 JMurky 183111 add a comment 2 Answers 2 active oldest votes up vote 1 down vote Why don’t you use feed dialog to share on users wall. Thanks AGAIN Rafael. I took the following steps to do so: Visit Change the ’URL to Like’ to your Facebook page URL Select any other options (Layout, Action Type, etc) as desired Press the ’Get Code’ button Select the IFRAME version Make sure you select your Facebook application where it says ’This script uses the app ID of your app’ Implement the provided code in your application From what I can see, the like button with IFRAME implementation does not trigger any pop-up. I was hopeful that things would work out. Many times I had readers liking a status update with my latest article, but posting questions/comments in the update which suggested they didnt read the article at all. In case you missed my earlier post on why I deleted Facebook, read it here: Deleting Facebook From My Life. –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. Iframe not suitable because I need to subscribe to edge.create event. The other CSS solution using ".fbedgewidgetwithcomment span.fbedgecommentwidget iframe.fbltr" didnt work for me either. –tybro0103 Mar 7 ’12 at 2:53 14 This didn’t work for me as of Feb 12 2013. Subsequently I have deleted my Linkedin account as well, which is a networking site for corporates and professionals. Update: This post was written in January 2011. shareimprove this answer answered May 17 ’13 at 20:27 Daniel Krueger 411 1 That doesn’t provide an answer to the question. The only hiccup Ive experienced so far is being sent details about an upcoming event via a Facebook event link, only to realize that I couldnt see the details since a Facebook account is needed to view it. In a way its an avoidance outlet. Otherwise, it will hide the faces. Its okay if were conscious of that, but if were not, it can easily turn into a repetitive click-fest, where you post a comment, go to the next profile, post another comment, return to your profile, update your status feed, and by time youre done, someone has replied to your comment and its now your turn to reply 5a02188284
http://www.texpaste.com/n/y94yfiwd https://iminorti.typeform.com/to/qVwHrw http://www.texpaste.com/n/2exiv763 http://ssigtiovenhuva.exblog.jp/27986451/ http://www.generaccion.com/usuarios/440427/download-facebook-401-for-iphone-3g http://www.texpaste.com/n/szxj9aey http://www.texpaste.com/n/gticpotx http://fsupsuppnicre.blog.pl/2018/01/10/facebook-login-audit/ http://mensuseata.lnwshop.com/article/72/autoliker-for-facebook-pages https://acuneseph.typeform.com/to/BUx0fV
コメント