Forums
(@digijustin)
14 years, 7 months ago
Try adding this to your HTML tag in your header.php:
xmlns:fb=”https://www.facebook.com/2008/fbml” xmlns:og=”https://opengraphprotocol.org/schema/”
So that your HTML looks similar to this: <html xmlns=”https://www.w3.org/1999/xhtml” xmlns:fb=”https://www.facebook.com/2008/fbml” xmlns:og=”https://opengraphprotocol.org/schema/”>
Hope that helps.