Facebook button does not share well

0

Since a few days ago I am having problems with the publications generated by the share button. The button is included in dynamic pages, news pages, ads .. Sometimes it shares well, other times it does not include a photo, sometimes it does not take a picture or take the title.

The share button is Facebook, so it's included:

<?php   
$url="http://".$_SERVER['HTTP_HOST'].":".$_SERVER['SERVER_PORT'].$_SERVER['REQUEST_URI'];
?>

<div class="fb-share-button" data-href="<?php echo $url; ?>" data-layout="button_count"></div>

In the header I have these goals:

<?php 
$url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; 
?>

<meta property="og:url" content="<?php echo $url; ?>"/>
<meta property="og:title" content="<?php echo " - ".strtoupper($titulo); ?>" />
<meta property="og:type" content="website" />

Does anyone else happen to him? Is this happening a lot?

    
asked by Crash_RPM 28.04.2016 в 00:43
source

0 answers