facebook like button not displayed in firefoxFirefox addon: submit link to multiple social services/sites?How...

Why didn't Tom Riddle take the presence of Fawkes and the Sorting Hat as more of a threat?

What would you call a real market that is close to perfect competition?

How do I append a character to the end of every line in an excel cell?

A Missing Symbol for This Logo

Why avoid shared user accounts?

Ellipses aligned on the same boundary point

Early credit roll before the end of the film

Why do neural networks need so many training examples to perform?

Non-Cancer terminal illness that can affect young (age 10-13) girls?

Can you tell from a blurry photo if focus was too close or too far?

What is a good reason for every spaceship to carry a weapon on board?

Bash script to truncate subject line of incoming email

Do authors have to be politically correct in article-writing?

A man comes home from work

Play Zip, Zap, Zop

Has Britain negotiated with any other countries outside the EU in preparation for the exit?

Building an exterior wall within an exterior wall for insulation

Why does photorec keep finding files after I have filled the disk free space as root?

How does Leonard in "Memento" remember reading and writing?

How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?

Why would space fleets be aligned?

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

What is the difference between rolling more dice versus fewer dice?

How do you funnel food off a cutting board?



facebook like button not displayed in firefox


Firefox addon: submit link to multiple social services/sites?How do I set Google Chrome to not allow javascript to hijack my right click menuFirefox blocking JavascriptAdblock-like plugin for hiding social sites' widgets, buttons, etcHow to fix rogue Firefox window?Determine function of button on website in FirefoxHow to toggle JavaScript on demand (Chrome browser)Privacy and firefox's new “Share Services”Is there an AdBlock filter list for Facebook only?Why do pop-ups not appear on Firefox, even with AdBlock disabled?













1















when I access my site in firefox, the like button did not appear:



js-projects



It worked in safari and chrome, only disappeared in firefox. the javascript code of loading like button can be found after the





tag, and the social share buttons can be found after clicking on the red button on the top-right part. google+ and twitter buttons work well right now.










share|improve this question














bumped to the homepage by Community 21 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1















    when I access my site in firefox, the like button did not appear:



    js-projects



    It worked in safari and chrome, only disappeared in firefox. the javascript code of loading like button can be found after the





    tag, and the social share buttons can be found after clicking on the red button on the top-right part. google+ and twitter buttons work well right now.










    share|improve this question














    bumped to the homepage by Community 21 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      when I access my site in firefox, the like button did not appear:



      js-projects



      It worked in safari and chrome, only disappeared in firefox. the javascript code of loading like button can be found after the





      tag, and the social share buttons can be found after clicking on the red button on the top-right part. google+ and twitter buttons work well right now.










      share|improve this question














      when I access my site in firefox, the like button did not appear:



      js-projects



      It worked in safari and chrome, only disappeared in firefox. the javascript code of loading like button can be found after the





      tag, and the social share buttons can be found after clicking on the red button on the top-right part. google+ and twitter buttons work well right now.







      firefox javascript facebook






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 21 '13 at 4:12









      leungwensenleungwensen

      63




      63





      bumped to the homepage by Community 21 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 21 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          If this is what you have,try some css:



          <fb:like id="facebook-like" href="http://mysite.com/index.php" layout="button_count" width="450" show_faces="false" font=""></fb:like>


          Add this to css,it will work.



          .fb - like span, .fb - like iframe {
          height: 25px!important;
          width: 150px!important
          }





          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f634544%2ffacebook-like-button-not-displayed-in-firefox%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            If this is what you have,try some css:



            <fb:like id="facebook-like" href="http://mysite.com/index.php" layout="button_count" width="450" show_faces="false" font=""></fb:like>


            Add this to css,it will work.



            .fb - like span, .fb - like iframe {
            height: 25px!important;
            width: 150px!important
            }





            share|improve this answer




























              0














              If this is what you have,try some css:



              <fb:like id="facebook-like" href="http://mysite.com/index.php" layout="button_count" width="450" show_faces="false" font=""></fb:like>


              Add this to css,it will work.



              .fb - like span, .fb - like iframe {
              height: 25px!important;
              width: 150px!important
              }





              share|improve this answer


























                0












                0








                0







                If this is what you have,try some css:



                <fb:like id="facebook-like" href="http://mysite.com/index.php" layout="button_count" width="450" show_faces="false" font=""></fb:like>


                Add this to css,it will work.



                .fb - like span, .fb - like iframe {
                height: 25px!important;
                width: 150px!important
                }





                share|improve this answer













                If this is what you have,try some css:



                <fb:like id="facebook-like" href="http://mysite.com/index.php" layout="button_count" width="450" show_faces="false" font=""></fb:like>


                Add this to css,it will work.



                .fb - like span, .fb - like iframe {
                height: 25px!important;
                width: 150px!important
                }






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 9 '13 at 15:44









                HIRA THAKURHIRA THAKUR

                1652212




                1652212






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f634544%2ffacebook-like-button-not-displayed-in-firefox%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                    Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                    looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...