Facebook like button doesn't show in Chrome - facebook

I added a Facebook like button to my site, which was generated by the Facebook tool
http://developers.facebook.com/docs/reference/plugins/like/
it works perfectly in FF and IE
But doesn't want to work in Chrome 9
Does anybody know why it happens this way ?

Sorry guys, it was really stupid of me.
The cause of this mess is a Facebook Disconnect extension I enabled a few weeks ago - https://chrome.google.com/webstore/detail/ejpepffjfmamnambagiibghpglaidiec
Since it works for you I started exploring my own Chrome.
Thanks for your support, you helped me to understand the issue.

FYI - for anyone that finds this, Avast is blocking social media sites by default now with their web plug in! Grrr...

Related

Form submit not working Chrome/Safari but working in Firefox/IE

I've spent two hours searching for solutions here and I've seen a lot of similar complaints, but none of the suggestions have worked for me or I'm incapable of figuring out the solution. The submit button on this form, https://landcruisersdirect.com/contact/, does not work in Chrome or Safari but does work in Firefox and IE. I haven't updated any code on the site, this is how it was built in 2014. It seems this only recently stopped working. Any suggestions or contractors to hire who can fix this?

CloudKit Dashboard keeps showing log in screen

Has anyone else experienced an issue where the CloudKit Dashboard will rarely log in but most of the time redirect the page back to the log in screen after you've correctly typed in all the credentials?
I can't seem to find anything on the web about it, except for this post on the Apple developer forums:
https://forums.developer.apple.com/thread/25947
I'm running a late 2011 MBP with OSX Yosemite, not sure if that will help. I've tried both Safari and Firefox.
Try using Safari. I was having this problem with mozilla firefox.
Solution: open a private browsing window and try again!

All iOS Device users using the Facebook App's built-in browser are seeing error 404 or page not found

Just these past 2 days, all of the iOS users have complained that they are hitting a Page not found from their Facebook APP built-in browser to my site. It's been quite stressful for me.
The URLs have Chinese in them, and have always worked until these couple of days (I suppose when the built-in browsers started to work).
Any way to fix this? Thanks!
We had similar issue. In our urls we have hashes (#) when we remove it from shared links it works normally.
Question is why facebook built-in browser doesn't like hashes?
It can be connected with release new version of facebook app on iOS systems which was pushed on 29th August.

Website Causes Mobile Safari Crash (Replicable)

For some reason http://shirazraqs.com is causing mobile Safari to crash. I've never seen anything like it and it's 100% replicatable so it's a bug on the site.
I've already tried ripping out all of the javascript but the bug persists even then.
Any other troubleshooting advice? Better yet, has anyone heard of this? I've been unable to find anyone experiencing similar problems via Google search :(
It turned out to be an issue with the new Google Fonts API. Removing the Google Fonts CSS Stylesheet got rid of the problem... Head's up Google!

Works on Emulator and Safari browser but not on real IPhone

I am building a website that runs on IPhone. I am facing a issue where in the application works on browsers and emulator. But its not working on real IPhone device.(Basically my login submit is not happening on IPhone!)
Also the console doesnt shown me any error on IPhone. Have anybody faced such an issue. What could be the issue any idea.......solution is appreciated!
Thanks,
Justin Samuel.
I found the cause of the issue.Basically my config has a setting which gives my site url. eg: currently it was something like http://xyz.com.
Now this worked on normal browsers and emulators. But when it comes to IPHone i had to change the config variable with something like http://www.xyz.com.
Browser was smart enuf to find out what the handle this but not IPhone browser.
Thanks Mahboudz and Mike for you valuble time. Yes I should have added more details while giving the question. Sorry for that!!
Thanks All.