Facebook like box plugin for twitter bootstrap -
facebook's box iframe isn't working me. can point out why? here's code btw works on different bootstrap theme
<div class ="section" id= "lastsectionmainpage"> <div class ="row"> <div class ="col-lg-12"> <div class ="col-md-4"> <img src= "img/sg.jpg"> <h4 style ="color:white"> more testimonials</h4> </div> <!-- end of 4 --> <div class ="col-md-4"> <h4 style= "color:white"> see our image gallery </h4> <!-- button here --> </div> <!-- end of 4 --> <div class ="col-md-4"> <iframe src="http//www.facebook.com/plugins/likebox.php?href=https%3a%2f 2fwww.facebook.com%2ffacebookdevelopers&width&height=590& &colorscheme=light&show_faces=true&header=true&stream=true& amp;show_border=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:590px;" allowtransparency="true"></iframe> </div> </div> </div> </div>
after "http", forgot ":":
<iframe src="http://www.fa...
even better: remove "http" protocol website used:
<iframe src="//www.fa...
always utilize code generator getting right code social plugins: https://developers.facebook.com/docs/plugins/like-button
facebook twitter-bootstrap
No comments:
Post a Comment