Facebook Like-Button - hide count?

后端 未结 15 736
我寻月下人不归
我寻月下人不归 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:44

    this worked for me:

    .fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
        height: 26px;
        overflow: hidden;
        width: 138px;
    }
    

提交回复
热议问题