Home > Guide per webmaster e blogger > Come mostrare numero articoli e numero commenti su Blogger Guide per webmaster e blogger Come mostrare numero articoli e numero commenti su Blogger Andate quindi su Design > Elementi pagina > Aggiungi un gadget > HTML/Javascript e incollate il seguente codice Su questo blog sono stati già pubblicati <span style="color:#940F04; font-weight: bold;"><script style="text/javascript"> function numberOfPosts(json) { document.write('<b>' + json.feed.openSearch$totalResults.$t + '</b>'); } </script><br /> <script src="http://www.guide-informatica.com/feeds/posts/default?alt=json-in-script&callback=numberOfPosts"></script></span> articoli e sono già stati postati <span style="color:#940F04; font-weight: bold;"><script style="text/javascript"> function numberOfComments(json) { document.write('<b>' + json.feed.openSearch$totalResults.$t + '</b>'); } </script><br /> <script src="http://www.guide-informatica.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></span> commenti. Guide per webmaster e blogger 4/14/2011
0 commenti:
Posta un commento