- Inserisco codice del CSS
/*GESTISCO IL PULSANTE DI CONDIVISIONE MAGNABOOK*/
.magnabook {
margin-left: 308px;
margin-top: 104px;
position: absolute;
}
- Individuo questa stringa ;
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
</div>
</b:if>
- Subito sotto inserisco :
<!-- INIZIO CODICE MAGNABOOK PULSANTE NEL POST-->
<div class='magnabook'>
<b:if cond='data:blog.pageType == "item"'>
<img onclick='(function(){function geturl(){return 'http://www.magnabook.it/sharer/shareon/uri/' + encodeURIComponent(encodeURIComponent(document.location.href));}function openpopup(pageURL){newwindow=window.open(pageURL,'_blank');if(window.focus){newwindow.focus();}return newwindow;}openpopup(geturl());})();' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNUG2_XmuNat4VC-ra8IKPPi4fY7x3jFjfG4dVYkAuuLcuhsP6GH__oDNhDzBbdEwsVeW_4e-nPEdmh4bJ7Zf72KTKCvIeN2G6Sdjqa_LZbhpbVDxwtZAfvbbRv349gcD5DXYHkLd0yzVT/s32/magnabook+(32+x+32).png' style='cursor:pointer' title='Condividi su Magnabook'/>
</b:if>
</div>
<!-- FINE CODICE MAGNABOOK -->