Reputation: 113
I have a self hosted WordPress site (not WordPress.com) which is auto posting to Facebook. I do not have any like buttons or plugins hooked up to the facebook page. The post that shows up on facebook includes the title of my post plus an image from a random post in another category. Any ideas on what could be causing this?
thanks.
Upvotes: 0
Views: 87
Reputation: 1135
If you are not using a plugin then there is two chances for this operation
Check your functions.php for any facebook posting action.
Go Facebook profile > Applications > RSS
Upvotes: 0
Reputation: 3507
If it is on the Wordpress side, it has got to be a plugin, or in your theme files -- most likely functions.php. Are you using one of the Open Graph plugins for login? Facebook also uses Open Graph. Is the email you've set up in your Wordpress account the same as your main Facebook email?
On the Facebook side, have you previously set up a website RSS feed? Look in your Facebook profile, under Applications. Look for an RSS application (RSS Graffiti is a popular one), and deauthorize it from posting on your profile.
Upvotes: 1