Hello Everyone, I Created a html page and want to add Facebook like box. I got code from Facebook. But problem is Facebook box never loaded on my page. I tried JavaScript SDK, iframe also url Can any one help me regarding this issue....
Can you display the code you are tying to use here? You may have to use the "code" icon in the html editor here to properly display the code.
Hello Danmaster2012, Here is the code.... Html code....... <div id="media" class="group"> <div id="nazmul"> <h4>Like Us On <strong><span class="green">Facebook</span></strong></h4> <iframe> </iframe> !!---Like box want to use here--!! </div> </div> Code (markup): Css code......... #media{ margin: 0 auto; } .group:after { content: ""; display: table; clear: both; } #nazmul{ width: 295px; float: right; } Code (markup): Facebook Code........ <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FBoilerGuys&width=292&height=290&show_faces=true&colorscheme=light&stream=false&show_border=true&header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:290px;" allowTransparency="true"></iframe> Code (markup):
I created a little test file of my own using your code and I was able to display it. You should be able to see it live here: http:/www.thebrazilianlanguage.com/facebook-like-button-test.html, how were you referencing your css code?
Thanks danmaster, It's working properly. Actually problem was at my local server not on code. when I upload on server it's working properly. Thanks for your time.