Facebook security warning in google search results -


we launched new site and, part of it, included facebook box html5 code. when search site on google, right under title , url, following message:

security warning: please treat url above password , not share anyone. see facebook center more ...

does know what's causing this? i'm guessing it's facebook box included, can't seem find information or fix.

it doesn't appear if search site in bing or yahoo.

from discussion: https://productforums.google.com/forum/#!topic/webmasters/qs7cfaqtgpu

that not malware warning, not indicate malicious. warning facebook regards way connecting facebook. there going gadget on blog connect facebook. no idea why start generating warning -- best guess facebook has rolled out security change api , code being used in gadget has not been updated work new api

seems facebook box not using newest api available. have got code facebook developer's site?

edit:

in addition, in link told asker remove code site, maybe have it:

<script>(function(d, s, id) {   var js, fjs = d.getelementsbytagname(s)[0];   if (d.getelementbyid(id)) return;   js = d.createelement(s); js.id = id;   js.src = "// connect . facebook.net/en_us/all.js#xfbml=1";   fjs.parentnode.insertbefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> 

Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -