3
I own two different niche sites. What happens is this: when I do a post on Facebook, pasting the link of a post, in one of the sites appears the "BY Felipe Viero Goulart", ball show, this is what I want. Only I’d like it to appear on both sites.
Both were developed with Wordpress with the theme Sahifa. Both have the same configuration in Yoast, and the Author part in Wordpress is the same too.
I tried to include manually:
<meta property="article:publisher" content="http://facebook.com/yourpagelink" />
<meta property="article:publisher" content="<?php the_permalink ();?>" />
I used permalink to get the current URL.
And it wasn’t even like that.
What can it be?
Hint - The headers are different: Better Call’s Saul Brazil has the 'Published by Felipe Viero Goulart' indicator'.
– OnoSendai
But why don’t you show up when you share the post? - the same way it’s done in Neil Gaiman Brasil
– Felipe Viero Goulart
Pass by here a few times: https://developers.facebook.com/tools/debug/ . Sometimes we need to remove the facebook cache for the data
open graph
app– Miguel
Another thing I could do is
<meta name="author" content="NOME AUTOR">
, facebook picks up this parameter too– Miguel
Another thing I don’t know if it’s supposed to happen, it’s not the problem but it’s a repair: http://bettercallsaul.com.br/ gives way to maintenance but http://bettercallsaul.com.br/home. no longer, you can see everything normally anymore
– Miguel
If you tried the solution of `<meta name="Author"... Pass the site on https://developers.facebook.com/tools/debug/ a few times and see if it works
– Miguel
I went through the DEBUG, but still did not solve. I would like it to take my profile directly on Facebook, as it does on the site Neil Gaiman.
– Felipe Viero Goulart