@ -0,0 +1,14 @@ |
|||||
|
|
||||
|
|
||||
|
<div id="fb-root"></div> |
||||
|
<script>(function(d, s, id) { |
||||
|
var js, fjs = d.getElementsByTagName(s)[0]; |
||||
|
if (d.getElementById(id)) return; |
||||
|
js = d.createElement(s); js.id = id; |
||||
|
js.src = "//connect.facebook.net/it_IT/all.js#xfbml=1"; |
||||
|
fjs.parentNode.insertBefore(js, fjs); |
||||
|
}(document, 'script', 'facebook-jssdk'));</script> |
||||
|
|
||||
|
|
||||
|
<div class="fb-comments" data-href="http://<?php echo $_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'];?>" data-numposts="5" data-width="100%"></div> |
||||
|
|
@ -0,0 +1,10 @@ |
|||||
|
<br><vr> |
||||
|
<div id="fb-root"></div> |
||||
|
<script>(function(d, s, id) { |
||||
|
var js, fjs = d.getElementsByTagName(s)[0]; |
||||
|
if (d.getElementById(id)) return; |
||||
|
js = d.createElement(s); js.id = id; |
||||
|
js.src = "//connect.facebook.net/it_IT/all.js#xfbml=1"; |
||||
|
fjs.parentNode.insertBefore(js, fjs); |
||||
|
}(document, 'script', 'facebook-jssdk'));</script> |
||||
|
|
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 529 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 683 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 803 B |
@ -0,0 +1,16 @@ |
|||||
|
|
||||
|
<a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href+'&U=<?php echo date("U");?>'), 'facebook-share-dialog', 'width=626,height=436'); return false;"> |
||||
|
<img src="<?= $BASE_URL;?>/images/social/facebook_s.png" border="0" class="social" width="30"> |
||||
|
</a> |
||||
|
|
||||
|
<a href="https://plus.google.com/share?url=http%3A%2F%2F<?php echo $_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'];?>" target="_blank"> |
||||
|
<img src="<?= $BASE_URL;?>/images/social/plus_s.png" border="0" class="social" width="30"> |
||||
|
</a> |
||||
|
|
||||
|
<a href="http://twitter.com/intent/tweet?source=sharethiscom&url=http%3A%2F%2F<?php echo $_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'];?>" target="_blank"> |
||||
|
<img src="<?= $BASE_URL;?>/images/social/twitter_s.png" border="0" class="social" width="30"> |
||||
|
</a> |
||||
|
|
||||
|
<a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2F<?php echo $_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'];?>" target="_blank"> |
||||
|
<img src="<?= $BASE_URL;?>/images/social/in_s.png" border="0" class="social" width="30"> |
||||
|
</a> |