Facebook Page Plugin appears as link only on website

前端 未结 4 885
长发绾君心
长发绾君心 2020-12-12 05:57

I have seen similar posts, but haven\'t found an answer. I am rebuilding my website using Bootstrap and would like to add the new Page Plugin. I have followed all the instru

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 06:35

    1) put following css code, it will solve your problem

    
    

    2) if you are running your website locally you have to replace

    js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.4";
    

    with

    js.src = "https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.4";
    

提交回复
热议问题