WebSite X5Help Center

 
Salvatore S.
Salvatore S.
User

Pulsante +1  it

Autor: Salvatore S.
Visitado 1326, Followers 1, Compartido 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 -->

Publicado en
8 RESPUESTAS - 1 CORRECTO
Salvatore S.
Salvatore S.
User
Autor

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/">

Leer más
Publicado en de 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.

Leer más
Publicado en de X5 Templates
Salvatore S.
Salvatore S.
User
Autor

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

Leer más
Publicado en de 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

Leer más
Publicado en de X5 Templates
Salvatore S.
Salvatore S.
User
Autor

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>

Leer más
Publicado en de Salvatore S.
X5 Templates
X5 Templates
User

yes!

Leer más
Publicado en de X5 Templates
Salvatore S.
Salvatore S.
User
Autor

grazie sei gentilissimo.

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

Leer más
Publicado en de Salvatore S.