1 | <BOUCLE_social_ar(ARTICLES){id_article}> |
---|
2 | <div class="row"> |
---|
3 | <ul class="list-inline"> |
---|
4 | <li class="col-xs-2 col-sm-2 col-md-12 col-lg-12"><i class="fa fa-lg fa-fw fa-share-square-o" title="Partager" aria-hidden="true"></i></li> |
---|
5 | <li class="col-xs-2 col-sm-2 col-md-12 col-lg-12"> |
---|
6 | <a class="btn btn-sm btn-block btn-social btn-tw" target="_blank" title="Twitter" href="https://twitter.com/share?url=[(#URL_ARTICLE|url_absolue)]&text=[(#TITRE|supprimer_tags|textebrut)]&via=[(#NOM_SITE_SPIP|supprimer_tags|textebrut)]" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;[" data-image="(#LOGO|image_recadre{600,300}|extraire_attribut{src})"]> |
---|
7 | <i class="h4 socicon socicon-twitter" aria-hidden="true"></i><br class="visible-md visible-lg" /><span class="small badge">XX</span> |
---|
8 | </a> |
---|
9 | </li> |
---|
10 | <li class="col-xs-2 col-sm-2 col-md-12 col-lg-12"> |
---|
11 | <a class="btn btn-sm btn-block btn-social btn-fb" target="_blank" title="Facebook" href="https://www.facebook.com/sharer.php?u=[(#URL_ARTICLE|url_absolue)]&t=[(#TITRE|supprimer_tags|textebrut)]" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=500,width=700');return false;"> |
---|
12 | <i class="h4 socicon socicon-facebook" aria-hidden="true"></i><br class="visible-md visible-lg" /><span class="small badge">XX</span> |
---|
13 | </a> |
---|
14 | </li> |
---|
15 | |
---|
16 | <!-- <li class="col-xs-2 col-sm-2 col-md-12 col-lg-12"> |
---|
17 | <a class="btn btn-sm btn-block btn-social btn-gp" target="_blank" title="Google +" href="https://plus.google.com/share?url=[(#URL_ARTICLE|url_absolue)]&hl=fr" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=450,width=650');return false;"> |
---|
18 | <i class="h4 socicon socicon-googleplus" aria-hidden="true"></i><span class="hidden-xs small text-uppercase"><br/>Google+</span> |
---|
19 | </a> |
---|
20 | </li> --> |
---|
21 | |
---|
22 | <li class="col-xs-2 col-sm-2 col-md-12 col-lg-12"> |
---|
23 | <a class="btn btn-sm btn-block btn-social btn-li" target="_blank" title="Linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=[(#URL_ARTICLE|url_absolue)]&title=[(#TITRE|supprimer_tags|textebrut)]" rel="nofollow" onclick="javascript:window.open(this.href, '','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=450,width=650');return false;"> |
---|
24 | <i class="h4 socicon socicon-linkedin" aria-hidden="true"></i><br class="visible-md visible-lg" /><span class="small badge">XX</span> |
---|
25 | </a> |
---|
26 | </li> |
---|
27 | <li class="col-xs-2 col-sm-2 col-md-12 col-lg-12"> |
---|
28 | <a class="btn btn-sm btn-block btn-default" title="<:comments:comments:>" href="#comments"> |
---|
29 | <i class="fa fa-lg fa-fw fa-comments" aria-hidden="true"></i><br class="visible-md visible-lg" /><span class="small badge"><BOUCLE_total_comm(FORUMS){id_article}></BOUCLE_total_comm>#_total_comm:TOTAL_BOUCLE</span> |
---|
30 | </a> |
---|
31 | </li> |
---|
32 | </ul> |
---|
33 | </div> |
---|
34 | </BOUCLE_social_ar> |
---|