twitter bootstrap - Facebook Page Plugin appears as link only on website -


i have seen similar posts, haven't found answer. rebuilding website using bootstrap , add new page plugin. have followed instructions, inserting javascript code after opening tag , inserting other code web page. appears on webpage link reads "kmc marine", go facebook page, no other plugin data appears.

any suggestions appreciated.

1) put following css code, solve problem

<style type="text/css">     .fb_iframe_widget span{                 overflow: initial !important;     }     .fb_iframe_widget iframe{                 width: 340px !important;         height: 500px !important;         } </style> 

2) if running website locally have 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"; 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -