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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -