Whenever I share a post from my site on my Facebook page, the author's name appears on the news side. But this week, it stopped appearing. I was researching and saw that it is problem with meta author . I had already asked a question pertaining to this same problem before here . I followed the steps that were informed in this post, but it did not solve. Does anyone know what might have happened?
News link: link
Include the Facebook code in the Header:
window.fbAsyncInit = function() {
FB.init({
appId : 'ID',
xfbml : true,
version : 'v2.10'
});
FB.AppEvents.logPageView();
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));