Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've got a site on Wordpress 3.2.3 that I've noticed has it's Opengraph content hijacked by spam. When I share www.ceedcreative.com on Facebook it ties in "Buy Tramadol" content and I've not yet figured out why. Any help?

Thanks!

share|improve this question
According to developers.facebook.com/tools/debug/og/… your OG tags are mangled or in the wrong place, i'd fix that first and rescrape the page and see if FB picks up the correct details – Igy Sep 29 '12 at 18:06
The meta title and description are being overwritten at runtime apparently. The header.php file does not reflect what the dev. tool is reporting. #stillworkingonit – madphill Sep 29 '12 at 19:03
Updating to the new WP version 3.4.2 did the trick. I suspect this was part of the "Pharma" hack, but I couldn't find any obvious malicious files in the plugin folders. Luckily, I didn't have to. – madphill Sep 29 '12 at 19:36

closed as off topic by tkone, Igy, CBroe, pst, Bo Persson Sep 29 '12 at 20:35

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

-go to wp-config.php and create or change your secret key -make sure you don't have folders with unnecessary high write-access -go to wp-header.php and check whether you have any unusual code, such as base64_decode() or code that relies on eval()

If not, the upgrade might have done the trick indeed. This awful hack makes search engine display pharma stuff when your blog shows up.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.