Facebook comment and like doesn't work in Chrome [closed] - google-chrome

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
When using Chrome, FB comments and likes on websites doesn't go through. I've tried it being logged on to FB and being logged out as well. When logged in, a message pops up after a few seconds saying 'You are not logged in. Please log in and try again.'. When logged out, the login window pops up, I can login to FB, the comment box on the website shows my profile picture but when I try to send a comment, the same message pops up again. I've already deleted the cache and cookies, restared Chrome but nothing helpded. By the way, everything works fine in Firefox and IE.
I'd really appreciate some help on this issue.

It sounds like there is a program (extension, toolbar...etc) preventing your Facebook to login. Try to remove some (not all) extensions from Tools->Extensions if you think they are not known. Also, I suggest you to see Chrome Task Manager ( Tools ->Task Manager) if you see any suspicious program running try to stop it by clicking on ( End Process).
I hope that will solve your problem.
Regards

Do you happen to have any extension that might block access to social web pages? Otherwise, I think there is no valid explanation for this. Regards.
P.S. Try reinstalling Chrome without signing into your gmail account (if you have one) and sync everything.

Related

Can't choose right webcam in Google Chrome [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 4 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Improve this question
I can't choose right webcam in Google Chrome.
Chrome detects my webcams correctly, but I am unable to chose one of them from list because it is in a disabled state where Chrome is always choosing Facetime HD Camera instead of the default webcam that was selected in Options.
Screenshot: https://tppr.me/WC94p
Website where I have tested: https://chatruletka.com / https://ruletka.chat
chrome://settings/content/camera
The quick select is currently disabled in Chrome. You need to type the above into the URL bar in chrome to pick which webcam you want to use. I have had chrome "bug" a few times where I have had to kill chrome in task manager and restart the app to successfully swap the camera. You might need to do the above and refresh a few times.
Also if you ask for a resolution which isn't supported by your main camera it will attempt to get it from another source. I have encountered this a few times on Android when asking for a 720x1280 feed. Instead of the front camera being used the browser decided to use the back camera.
To truly solve this problem you should allow the user to select which webcam they want to use. Below is the official cross-platform example from the webrtc GitHub repo which achieves this. It also forces a specific camera to be used via the deviceId
https://webrtc.github.io/samples/src/content/devices/input-output/

Chrome extension that shows if page has been visited before. Does it exist? If not, would it be hard to make? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have been manually sending my resume to employers and wanted to know whether there is a Chrome extension that shows when I have visited a page before. This is to avoid sending my resume twice to the same company. I looked all over for one and couldn't find anything.
What I wanted would be just a basic icon that is grayed out if this is the first time you visit the page according to your browser history and lights up otherwise.
Does it exist? If not, would it be hard to make? I know a little C++ and understand algorithms in general, but have no other knowledge regarding extensions at all.
Thanks a lot!
I am not sure if it exists, but to solve this problem you can just build a simple chrome extension (yes it's easy if you want to know), chrome.history Api will help you do the trick, use chrome.history.search and change icon color following the result.

Online page is losing styling and edits compared to offline page [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I ran into a problem this evening that I don't really understand. I just uploaded some edits to a page on my site along with the updated CSS stylesheet and a new .js file, but a lot of the style is missing or not functioning properly.
Has anyone experienced this? And how do you suggest I debug this? I've tried to upload the pages again, but the same thing happens.
Also, just to clarify. The content is there but it is not displaying how it should, given the js and css commands.
1- hard refresh the page using Ctrl+F5 to void the web cache. The browser is probably reading the content from the cache. You can temporary rename the css file to force the browser loading new files.
2- Set expires for content (So visitors wont need to use hard refresh).
(How to set content expire)
3- Check The console to find if there is error about file addresses or other possible fails.

How do I upload a non-live website for users to view [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm looking for information on how a person typical uploads the HTML file of there website to share with other users on message boards(Graphic Design forums)
I already have my original website live but have started to add features and have trouble fixing the problems. I have posted on numerous sites and all the members say they want to help but need to see the code live.
(Hard code) won't help or work for them?
Where do I upload the site? Would I then provide a link or url?
Being it's public forums I can't use a FTP program right? because they could do anything afterwards to my site having the username/password.
I'm just very lost,doing a preview in firefox with Dreamweaver cs6 is so simple but trying to share with everybody makes no-sense.
thank you
So it's just plain HTML/CSS/JS?
Use http://jsfiddle.net/
If your website is already live and on the web, you don't need to upload anything. All anyone needs to do to see your code is to look at your site with a browser and press CTRL+U to see the live html, javascript, CSS etc.
Unless there is a special reason they need to see static code ~ which you can easily upload to http://pastebin.com/ ~ that should suffice.
Terence.

SSL site still says there is insecure content [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have searched through a new site I am setting up multiple times and I can not find any insecure content. Maybe a second pair of eyes can help.
Can you guys let me know what I am missing to prevent chrome from putting an X over my SSL icon.
Firefox and IE don't show any SSL errors.
Site is dorknerd.com
Thanks.
Actually i got this from your site:
Looks like some of your javascript breaks the secure connection...
If you dont allready, you should consider using chromes developer tools. (press F12 or ctrl+shift+j to use them) They will most of the time be able to help you out.
I do not see any errors in Chrome either. If you're trying to make sure a site is not pulling unsecure content behind an SSL, then do a ctrl+f (find) for http... hrefs do not matter, only content you are embedding through includes, css, javascript etc... Look through the html output of the page through a view source, search it and see if you see unsecure content.... but as I said i don't see an in Chrome (nor FF, or IE)
Edit:
I did some searching and I believe this is your problem: Serving ads via HTTPS