Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3340 | Rev 3342 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
3298 efrain 1
<?php
2
 
3
$this->headMeta()->appendName('og:url', "$share_url");
4
$this->headMeta()->appendName('og:title', "$share_title");
5
$this->headMeta()->appendName('og:description', "$share_description");
6
$this->headMeta()->appendName('og:image', "$share_image");
7
 
8
?>
9
 
3333 efrain 10
<a href="<?php echo $share_url ?>">
11
<img src="<?php echo $share_image ?>"  style="width: 200px; height: auto"/>
12
</a>
3334 efrain 13
 
14
 
3338 efrain 15
 
3341 efrain 16
<a name="fb_share"></a>
17
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
18
 
19
<a name="fb_share" type="box_count" share_url="<?php echo $share_url ?>"></a>
20
<a name="fb_share" type="button_count" share_url="<?php echo $share_url ?>"></a>
21
<a name="fb_share" type="button" share_url="<?php echo $share_url ?>"></a>
22
<a name="fb_share" type="icon_link" share_url="<?php echo $share_url ?>">Share</a>
23
<a name="fb_share" type="icon" share_url="<?php echo $share_url ?>"></a>
24