• waila7

    (@waila7)


    Hey,

    To fix facebook security warning “SAFETY WARNING: treat the URL below as a password and not share it with anyone” you should remove <div id=”fb-root”></div> from file simple-social-expandable.php line 374:

    case 'fblike':
     $arrButtonsCode[] = '<div class="simplesocialexpandable sse-button-fblike" style="width:77px;"><!-- Facebook like--><div class="fb-like" data-href="'.$permalink.'" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false"></div></div>';
     break;

    And put <div id=”fb-root”></div> somethere else, that it won’t repeat in the loop on every post. It should be a single one <div id=”fb-root”></div> in page HTML code.

    Hope my explanation is understandable 🙂

    http://wordpress.org/extend/plugins/simple-social-expandable/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Facebook security warning’ is closed to new replies.