WebSite X5Help Center

 
Salvatore S.
Salvatore S.
User

Pulsante +1  it

Author: Salvatore S.
Visited 1446, Followers 1, Shared 29  

vorrei eliminare il fumetto che appare accanto al Pulsante + che indica il numero dei clic ricevuti.

Il codice che genera WSxEvo  e quello sottoriportato, cosa devo modificare per eliminare il suddetto fumetto?

<!-- Google.Google +1 Button: START -->

<span class="imGoogP1"> <script type="text/javascript"></script> <g:plusone size="standard" callback="" href="http://www.studiolegalespada.it/"></g:plusone> </span> <script type="text/javascript"> if (x5engine.utils.isOnline())  $(".imGoogP1 script").attr("src", "http://apis.google.com/js/plusone.js"); else  $(".imGoogP1").empty().append("This widget will be available when your Site will be online.").addClass("imAlertMsg").css("display", "block"); </script>

<!-- Google.Google +1 Button: END -->

Posted on the
8 ANSWERS - 1 CORRECT
Salvatore S.
Salvatore S.
User
Author

ci sono stato e il risultato e' sottoriportato, solo che non so come inserire il codice:

<!-- Inserisci questo tag nel punto in cui desideri eseguire il rendering del pulsante +1 -->

<div class="g-plusone" data-annotation="none"></div>

<!-- Inserisci questa chiamata di rendering dove ritieni appropriato -->

<script type="text/javascript">

  window.___gcfg = {lang: 'it'};

  (function() {

    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;

    po.src = 'https://apis.google.com/js/plusone.js'

    var s = document.getElementsByTagName('script')[0]; s[removed].insertBefore(po, s);

  })();

</script>

<!-- Update your html tag to include the itemscope and itemtype attributes -->

<html itemscope itemtype="http://schema.org/Organization">

<!-- Add the following three tags to your body -->

<span itemprop="name">Studio Legale Spada</span>

<span itemprop="description">Studio Legale  che opera nel campo del  Diritto Penale (e Carcerario), Minorile e Familiare  e Penale Militare</span>

<img itemprop="image" src="http://www.studiolegalespada.it/">

Read more
Posted on the from Salvatore S.
X5 Templates
X5 Templates
User

devi inserire l'oggetto html nella griglia, ovviamente devi dare i giusti parametri in altezza e larghezza, ed inserisci il codice.

Read more
Posted on the from X5 Templates
Salvatore S.
Salvatore S.
User
Author

questo l'ho capito ma non mi e' chiaro il punto: ...inserisci questo tag nel punto....e inserisci questa chiamata di rendering...

Read more
Posted on the from Salvatore S.
X5 Templates
X5 Templates
User

<!-- Inserisci questo tag nel punto in cui desideri eseguire il rendering del pulsante +1 -->

puoi anche cancellarlo, tutti i codci <!-- non incidono sul comportamento e funzionalità del pulsante

Read more
Posted on the from X5 Templates
Salvatore S.
Salvatore S.
User
Author

cosi' e' corretto?:

<g:plusone size="tall" annotation="none"></g:plusone>

<script type="text/javascript">

  window.___gcfg = {lang: 'it'};

  (function() {

    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;

    po.src = '

https://apis.google.com/js/plusone.js';

    var s = document.getElementsByTagName('script')[0]; s[removed].insertBefore(po, s);

  })();

</script>

Read more
Posted on the from Salvatore S.
X5 Templates
X5 Templates
User

yes!

Read more
Posted on the from X5 Templates
Salvatore S.
Salvatore S.
User
Author

grazie sei gentilissimo.

 Un'altra domanda il codice lo posso inserire al punto 1 Impostazioni generali, Intestazione ,Inserisci codice html

Read more
Posted on the from Salvatore S.