Facebook Like buttons not displaying when loaded hidden

前端 未结 10 2066
梦毁少年i
梦毁少年i 2020-12-15 04:18

I\'m a bit stuck with this one. I have an article list with snippets that link off to the full article. when you hover over each blurb a bar appears at the bottom of the blu

10条回答
  •  时光说笑
    2020-12-15 04:48

    Use this CSS:

    .fb_iframe_widget span,
    iframe.fb_iframe_widget_lift,
    .fb_iframe_widget iframe {
        width:80px !important;
        height:20px !important;
        position:relative;
    }
    

    The technic behind: You overwrite the datas from facebook with your CSS by using "!important"

提交回复
热议问题