9
Whenever I share a post from my site on my Facebook page, the name of the author appears on the news side. But this week, he stopped coming. I was researching and saw that it is problem with meta Author. I had already asked a question concerning this same problem in the past here. I followed the steps that were reported in this post, but did not solve. Does anyone know what might have happened?
News link: http://strangerthings.com.br/noticias/sbt-ira-exibir-uma-hora-de-stranger-things-em-sua-programacao/
Includes Facebook code in 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'));
So we can help you, provide a Minimum, Complete and Verifiable code.
– NoobSaibot
@Wéllingthonm.Souza changed the question
– Felipe Viero Goulart
Have you tried putting the
Script
at the end of the page ?– NoobSaibot
@Wéllingthonm.Peel tried and it didn’t work
– Felipe Viero Goulart
Also try to tag
<meta property='fb:app_id' content='...'>
before<meta property="og:locale" content="pt_BR" />
– NoobSaibot
@Wéllingthonm.Souza I’m using Yoast SEO.
– Felipe Viero Goulart
Just kicking to try to help, have you tried to configure the url you reference in the article:Author tag with HTTPS? I noticed in the source of the page that is pointing to an http url(url of your Facebook profile). Maybe there is no relation, but it is not hard to check.
– Tom Melo
Have tried changing the option on your Facebook profile in "Configs > Public Posts" to "Public"?
– Sam
@DVD but this happens with other admins. Since this was working normally.
– Felipe Viero Goulart
Know any site where this is working?
– Sam