Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3346 | Rev 3349 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3346 Rev 3347
Línea 3... Línea 3...
3
$this->headMeta()->appendName('og:url', "$share_url");
3
$this->headMeta()->appendName('og:url', "$share_url");
4
$this->headMeta()->appendName('og:title', "$share_title");
4
$this->headMeta()->appendName('og:title', "$share_title");
5
$this->headMeta()->appendName('og:description', "$share_description");
5
$this->headMeta()->appendName('og:description', "$share_description");
6
$this->headMeta()->appendName('og:image', "$share_image");
6
$this->headMeta()->appendName('og:image', "$share_image");
Línea 7... Línea -...
7
 
-
 
8
 
-
 
9
 
-
 
10
$this->inlineScript()->captureStart();
-
 
11
echo <<<JS
-
 
12
(function(d, s, id) {
-
 
13
var js, fjs = d.getElementsByTagName(s)[0];
-
 
14
if (d.getElementById(id)) return;
-
 
15
js = d.createElement(s); js.id = id;
-
 
16
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0";
-
 
17
fjs.parentNode.insertBefore(js, fjs);
-
 
18
}(document, 'script', 'facebook-jssdk'));
-
 
19
JS;
-
 
20
$this->inlineScript()->captureEnd();
-
 
21
 
7
 
Línea 22... Línea 8...
22
?>
8
?>
23
 
9
 
24
<a href="<?php echo $share_url ?>">
10
<a href="<?php echo $share_url ?>">
Línea 25... Línea -...
25
<img src="<?php echo $share_image ?>"  style="width: 200px; height: auto"/>
-
 
26
</a>
-
 
27
 
-
 
28
 
11
<img src="<?php echo $share_image ?>"  style="width: 200px; height: auto"/>
29
<!-- Load Facebook SDK for JavaScript -->
-
 
30
<div id="fb-root"></div>
12
</a>
31
 
-
 
32
 
-
 
33
<!-- Your share button code -->
-
 
34
<div class="fb-share-button" 
13