Website FB-Comments not showing up right - html

I didnt find an answer for me. so maybe you can help me.
I embedded the facebook commentbox in my website and finally the box shows up. but it seems that the is not high enough to show up well
I tried to put a height-tag into the code, but the problem remains.
Has anybody an idea? The Code is the one I got from the developers page
<div class="fb-comments" data-href="my website url" data-numposts="5"></div>
Thats what happens

I got it!
I had to allow the facebook-cookies in my browser.
I'll leave the question, maybe it could be useful for someone else.

Related

how to remove chrome developer tools weird line numbers

my developer tools has weird line numbers next to it, and i am not able to edit the content. this is only for a few websites, but i tried to inspect google.com and it wasn't there. i tried a few other sites and it wasn't there, only for a few. i am trying really hard to remove this, but i have no idea how. please tell me how. i tried doing a few things, but it did not work.
https://i.stack.imgur.com/CHlSx.png
the above image is a screenshot of the problem i am having. any help is appreciated

Blogger: Not showing comments

I am new to blogger and I have written a blog to help students.
http://mup8085byvishmaypatel.blogspot.in/2017/08/what-is-microprocessor-mup-based-system.html
this is its link.
Earlier it showed comments, but now its not. I have tried almost everything that I got, but it didn't work. I think may be it is because of the Facebook like button that I added in it.
Can someone help me to fix this?

Webpage doesn't display images from Cloudfront?

I have a strange issue on my site where I am able to browse to an image, however I can't get it to display using HTML.
HTML as follows:
<img src="http://cdn.jackpallot.me/files/_header/14ae39ea5fb211e28b4622000a9e2975_7.jpg" width="845" height="250" class="header-img">
The actual image can be viewed at http://cdn.jackpallot.me/files/_header/14ae39ea5fb211e28b4622000a9e2975_7.jpg and loads as expected.
I am guessing this is a Cloudfront setting, although I haven't come across anything that seems to be causing it.
Any help on this would be appreciated.
Actually, this wasn't Cloudfront related at all. It was a strange issue where extra characters were being added to the end of the URL. Sublime Text didn't spot them, but another program did. Thanks anyway!

My friends in facebook can't see the "likes" I'm doing in my website. and I can't see theirs.

I have looked here and in google search and I haven't find something relative to my problem. And I have checked the privacy setting. I'm not blocking anyone from seen my posts.
My problem is this:
On my website page: http://ctrlartdesigns.com/special_offer.html there is a "Like" button and when I click it. it shows me on the button it self that I like it and when I go to my profile page in facebook. I can see the post in my wall. But my friends can't see it. I have testing with several users and I can't see the "like" they did appearing in their wall. Just they can see it not me. So it goes ways.
As well I have been waited almost 10 minutes to see if it will appear with delay but, still I can't see it. Please help me. and I hope I have been clearly enough.
What seems to be the problem?
I'm using the XFBML code from http://developers.facebook.com.
Thanks to the helpers.
All the best.
Basically, and I am sure this has to do with all the "likejacking" spam that was happening...
facebook likes do not show up in the News Feed any more. If you are looking for something that does, the Share button would be your next best choice.

WP Theme page displays in IE but not in Firefox

Hi
I have a WPTheme problem with a page not displaying in Firefox and I have tried to fix this but so far I cannot see why & have had no success in fixing it!
(strangely it displays as it should in Internet Explorer browser)
The page/site can be seen at my wponlinethemetest site
I am grateful for help to fix this & look forward to helpful replies. Thanks
Well, the first thing to do is run your code through the W3C Validator. This will show you the errors in your HTML; there are quite a few, so I won't go through them here, but I believe once you've tidied them up, the page should render better in all browsers.
Hope that helps.
Thanks Spudley for your reply.
I did run the code through the validator & saw it give out around 200 errors.
Most of these I presume are from WordPress php/template tag code!
Is that possible?
The original index.html file passed validation.
I later found there wasa problem with a call to comments/commentblock enclosed in divs within my WP loop.
When I changed this the page layout resorted to normality! Problem solved.
Thanks again for your helpful reply