Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3344 Rev 3345
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 -... Línea 7...
-
 
7
 
-
 
8
$this->inlineScript()->appendFile('/react-bundles/group/invitations-received/invitationsReceivedBundle.js');
-
 
9
 
-
 
10
 
-
 
11
 
-
 
12
$this->inlineScript()->captureStart();
-
 
13
echo <<<JS
-
 
14
(function(d, s, id) {
-
 
15
var js, fjs = d.getElementsByTagName(s)[0];
-
 
16
if (d.getElementById(id)) return;
-
 
17
js = d.createElement(s); js.id = id;
-
 
18
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0";
-
 
19
fjs.parentNode.insertBefore(js, fjs);
-
 
20
}(document, 'script', 'facebook-jssdk'));
-
 
21
JS;
-
 
22
$this->inlineScript()->captureEnd();
7
 
23
 
Línea 8... Línea 24...
8
?>
24
?>
9
 
25
 
10
<a href="<?php echo $share_url ?>">
26
<a href="<?php echo $share_url ?>">
11
<img src="<?php echo $share_image ?>"  style="width: 200px; height: auto"/>
-
 
Línea 12... Línea -...
12
</a>
-
 
13
<br/><br/><br/>
-
 
14
 
27
<img src="<?php echo $share_image ?>"  style="width: 200px; height: auto"/>
15
 
-
 
16
<script src="https://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
-
 
17
<br/>
28
</a>
18
<a name="fb_share" type="box_count" share_url="<?php echo $share_url ?>">Count</a>
-
 
19
<br/>
-
 
20
<a name="fb_share" type="button_count" share_url="<?php echo $share_url ?>">Button count</a>
-
 
Línea 21... Línea -...
21
<br/>
-
 
Línea -... Línea 29...
-
 
29
 
-
 
30
 
-
 
31
<!-- Load Facebook SDK for JavaScript -->
-
 
32
<div id="fb-root"></div>
-
 
33