Rev 3343 | Rev 3345 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
<?php
$this->headMeta()->appendName('og:url', "$share_url");
$this->headMeta()->appendName('og:title', "$share_title");
$this->headMeta()->appendName('og:description', "$share_description");
$this->headMeta()->appendName('og:image', "$share_image");
?>
<a href="<?php echo $share_url ?>">
<img src="<?php echo $share_image ?>" style="width: 200px; height: auto"/>
</a>
<br/><br/><br/>
<script src="https://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<br/>
<a name="fb_share" type="box_count" share_url="<?php echo $share_url ?>">Count</a>
<br/>
<a name="fb_share" type="button_count" share_url="<?php echo $share_url ?>">Button count</a>
<br/>
<a name="fb_share" type="button" share_url="<?php echo $share_url ?>">Button</a>
<br/>
<a name="fb_share" type="icon_link" share_url="<?php echo $share_url ?>">Icon Link</a>
<br/><a name="fb_share" type="icon" share_url="<?php echo $share_url ?>">Icon</a>