Facebook Like-Button - hide count?

后端 未结 15 759
我寻月下人不归
我寻月下人不归 2020-11-29 18:17

In the setup dialog for the Like-Button, there are only two options for layout:

  • Alternative 1
  • Alternative 2

Unfortunately, the numbers

15条回答
  •  旧巷少年郎
    2020-11-29 18:36

    Adding the following to your css should hide the text element for users and keep FB Happy

    .connect_widget_not_connected_text
    {
        display:none !important; /*in your stylesheets to hide the counter!*/
    }
    

    -- Update

    Try using a different approach.

    http://www.facebook.com/share/

提交回复
热议问题