• User Attivo

    Validare bottone google+

    Ciao,

    non è che qualcuno sa se c'è modo di validare il bottone di google+ usando il doctype XHTML + RDFa

    
    <div class="g-plusone" data-annotation="none" data-href=""></div>
    <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.parentNode.insertBefore(po, s);
      })();
    </script>
    
    

    Grazie per l'attenzione.


  • User Newbie

    Ciao. Credo che dovrai concluderlo su CDATA:

    <div class="g-plusone" data-annotation="none" data-href=""></div>
     <script type="text/javascript">
    //<![CDATA[
      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.parentNode.insertBefore(po, s);
      })();
    //]]>
    </script>