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!
|
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.
|
-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. |
|||
|
|