Topic: OpenGraph protocol not working properly on facebook
Hello,
I tried to use the getPostTitle method to define the og:title metadata as shown below:
<meta property="og:title" content="<?php echo Blog::getPostTitle(); ?>">
But Facebook is not loading the value properly.
Any clue about what is happening?