SlideShare une entreprise Scribd logo
1  sur  4
Insert latest articles on blogger



If in our blog feel the need to see the latest articles posted, we can use gadget that
allows you to insert the link of your post automatically every time you post. There
will be a flow of securities with a number reset and changed course. To insert the
gadget bloggers go on Desing> Layout> Add Gadget> Gadgets and we paste
the following HTML code:



<span style="line-height:100%;Verdana&quot;,&quot;sans-serif&quot;font-
family:&quot;;font-size:12.0pt;"><script style="text/javascript">

function ultimipost(json) {

document.write('<ul>');for (var i = 0; i < numposts; i++) {

document.write('<li>');

var entry = json.feed.entry[i];

var posttitle = entry.title.$t;

var posturl;

if (i == json.feed.entry.length) break;

for (var k = 0; k < entry.link.length; k++) {

if (entry.link[k].rel == 'alternate') {

posturl = entry.link[k].href;

break;

}

}

posttitle = posttitle.link(posturl);

var readmorelink = "(leggi tutto)";

readmorelink = readmorelink.link(posturl);

var postdate = entry.published.$t;

var cdyear = postdate.substring(0,4);
var cdmonth = postdate.substring(5,7);

var cdday = postdate.substring(8,10);

var monthnames = new Array();

monthnames[1] = "Gen";

monthnames[2] = "Feb";

monthnames[3] = "Mar";

monthnames[4] = "Apr";

monthnames[5] = "Mag";

monthnames[6] = "Giu";

monthnames[7] = "Lug";

monthnames[8] = "Ago";

monthnames[9] = "Set";

monthnames[10] = "Ott";

monthnames[11] = "Nov";

monthnames[12] = "Dic";

if ("content" in entry) {

var postcontent = entry.content.$t;

} else if ("summary" in entry) {

var postcontent = entry.summary.$t;

} else

var postcontent = "";

var re = /<S[^>]*>/g;

postcontent = postcontent.replace(re, "");

document.write(posttitle);

if (showpostdate == true) document.write(' - ' + cdday + ' ' +
monthnames[parseInt(cdmonth,10)]+ ' ');

if (showpostsummary == true) {
if (postcontent.length < numchars) {

document.write(postcontent);

} else {

postcontent = postcontent.substring(0, numchars);

var quoteEnd = postcontent.lastIndexOf(" ");

postcontent = postcontent.substring(0,quoteEnd);

document.write(postcontent + '...' + readmorelink);

}

}

document.write('</li>');

}

document.write('</ul>');

document.write('<div id="crdt" style="font-size:70%;text-align:center"><p><a
href="http://goo.gl/SEGfw">Get Widget</a></div>');

}

</script>

<script style="text/javascript">

var numposts = 18;

var showpostdate = false;

var showpostsummary = false;

var numchars = 100;

</script>

<script
src="http://www.isearchknowledge.com/feeds/posts/default?orderby=published&alt
=json-in-

script&callback=ultimipost"></script></span></div>
To customize the gadget to change the parts in red:

1. Var numposts: represents the number of titles displayed

2. var showpostdate: is the display of the date of the post, change to TRUE if you
want to be visible

3. var showpostsummary: represents the view of a small preview of the post,
change to TRUE if you want to be visible

4. var numchars: Number of characters incipit

5. Enter the url of your blog and create feeds of feedburner.com

Contenu connexe

Tendances

Do something in 5 with gas 4- Get your analytics profiles to a spreadsheet
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheetDo something in 5 with gas 4- Get your analytics profiles to a spreadsheet
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheetBruce McPherson
 
Do something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing appDo something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing appBruce McPherson
 
Programming Google apps with the G Suite APIs
Programming Google apps with the G Suite APIsProgramming Google apps with the G Suite APIs
Programming Google apps with the G Suite APIsDevFest DC
 
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...Bruce McPherson
 
Using Change Streams to Keep Up with Your Data
Using Change Streams to Keep Up with Your DataUsing Change Streams to Keep Up with Your Data
Using Change Streams to Keep Up with Your DataMongoDB
 
Asynchronous programming
Asynchronous programmingAsynchronous programming
Asynchronous programmingFilip Ekberg
 
Do something in 5 with gas 9-copy between databases with oauth2
Do something in 5 with gas 9-copy between databases with oauth2Do something in 5 with gas 9-copy between databases with oauth2
Do something in 5 with gas 9-copy between databases with oauth2Bruce McPherson
 
Using Change Streams to Keep Up with Your Data
Using Change Streams to Keep Up with Your DataUsing Change Streams to Keep Up with Your Data
Using Change Streams to Keep Up with Your DataEvan Rodd
 
No More Deadlocks; Asynchronous Programming in .NET
No More Deadlocks; Asynchronous Programming in .NETNo More Deadlocks; Asynchronous Programming in .NET
No More Deadlocks; Asynchronous Programming in .NETFilip Ekberg
 
Do something in 5 with gas 2-graduate to a database
Do something in 5 with gas 2-graduate to a databaseDo something in 5 with gas 2-graduate to a database
Do something in 5 with gas 2-graduate to a databaseBruce McPherson
 
Do something in 5 with gas 7-email log
Do something in 5 with gas 7-email logDo something in 5 with gas 7-email log
Do something in 5 with gas 7-email logBruce McPherson
 
Do something in 5 minutes with gas 1-use spreadsheet as database
Do something in 5 minutes with gas 1-use spreadsheet as databaseDo something in 5 minutes with gas 1-use spreadsheet as database
Do something in 5 minutes with gas 1-use spreadsheet as databaseBruce McPherson
 
University of Bedford Knowledge Network 2.12.13
University of Bedford Knowledge Network 2.12.13University of Bedford Knowledge Network 2.12.13
University of Bedford Knowledge Network 2.12.13Business BUZZ - Watford
 
JavaScript client API for Google Apps Script API primer
JavaScript client API for Google Apps Script API primerJavaScript client API for Google Apps Script API primer
JavaScript client API for Google Apps Script API primerBruce McPherson
 
The Return of JavaScript: 3 Open-Source Projects that are driving JavaScript'...
The Return of JavaScript: 3 Open-Source Projects that are driving JavaScript'...The Return of JavaScript: 3 Open-Source Projects that are driving JavaScript'...
The Return of JavaScript: 3 Open-Source Projects that are driving JavaScript'...Ben Teese
 
Cервер на Go для мобильной стратегии
Cервер на Go для мобильной стратегииCервер на Go для мобильной стратегии
Cервер на Go для мобильной стратегииArtem Kovardin
 

Tendances (19)

Do something in 5 with gas 4- Get your analytics profiles to a spreadsheet
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheetDo something in 5 with gas 4- Get your analytics profiles to a spreadsheet
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheet
 
Do something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing appDo something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing app
 
Programming Google apps with the G Suite APIs
Programming Google apps with the G Suite APIsProgramming Google apps with the G Suite APIs
Programming Google apps with the G Suite APIs
 
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
 
Using Change Streams to Keep Up with Your Data
Using Change Streams to Keep Up with Your DataUsing Change Streams to Keep Up with Your Data
Using Change Streams to Keep Up with Your Data
 
Asynchronous programming
Asynchronous programmingAsynchronous programming
Asynchronous programming
 
Do something in 5 with gas 9-copy between databases with oauth2
Do something in 5 with gas 9-copy between databases with oauth2Do something in 5 with gas 9-copy between databases with oauth2
Do something in 5 with gas 9-copy between databases with oauth2
 
Using Change Streams to Keep Up with Your Data
Using Change Streams to Keep Up with Your DataUsing Change Streams to Keep Up with Your Data
Using Change Streams to Keep Up with Your Data
 
script
scriptscript
script
 
No More Deadlocks; Asynchronous Programming in .NET
No More Deadlocks; Asynchronous Programming in .NETNo More Deadlocks; Asynchronous Programming in .NET
No More Deadlocks; Asynchronous Programming in .NET
 
Do something in 5 with gas 2-graduate to a database
Do something in 5 with gas 2-graduate to a databaseDo something in 5 with gas 2-graduate to a database
Do something in 5 with gas 2-graduate to a database
 
Do something in 5 with gas 7-email log
Do something in 5 with gas 7-email logDo something in 5 with gas 7-email log
Do something in 5 with gas 7-email log
 
Do something in 5 minutes with gas 1-use spreadsheet as database
Do something in 5 minutes with gas 1-use spreadsheet as databaseDo something in 5 minutes with gas 1-use spreadsheet as database
Do something in 5 minutes with gas 1-use spreadsheet as database
 
University of Bedford Knowledge Network 2.12.13
University of Bedford Knowledge Network 2.12.13University of Bedford Knowledge Network 2.12.13
University of Bedford Knowledge Network 2.12.13
 
Uni2
Uni2Uni2
Uni2
 
JavaScript client API for Google Apps Script API primer
JavaScript client API for Google Apps Script API primerJavaScript client API for Google Apps Script API primer
JavaScript client API for Google Apps Script API primer
 
The Return of JavaScript: 3 Open-Source Projects that are driving JavaScript'...
The Return of JavaScript: 3 Open-Source Projects that are driving JavaScript'...The Return of JavaScript: 3 Open-Source Projects that are driving JavaScript'...
The Return of JavaScript: 3 Open-Source Projects that are driving JavaScript'...
 
Gkm referral program
Gkm referral programGkm referral program
Gkm referral program
 
Cервер на Go для мобильной стратегии
Cервер на Go для мобильной стратегииCервер на Go для мобильной стратегии
Cервер на Go для мобильной стратегии
 

En vedette

May 2012 - SEO Tips
May 2012 - SEO TipsMay 2012 - SEO Tips
May 2012 - SEO TipsLeif Clarke
 
Slow Living Summit 2011 presentation by Christine Bushway
Slow Living Summit 2011 presentation by Christine BushwaySlow Living Summit 2011 presentation by Christine Bushway
Slow Living Summit 2011 presentation by Christine BushwaySlowLiving
 
Appropriate healthcare technologies for low resource settings use of m-tech...
Appropriate healthcare technologies  for low resource settings  use of m-tech...Appropriate healthcare technologies  for low resource settings  use of m-tech...
Appropriate healthcare technologies for low resource settings use of m-tech...MobileDiagnosis Non Profit Association
 
Day1presentation
Day1presentationDay1presentation
Day1presentationbbeaulieu
 
Module 3 Part 1 Review
Module 3 Part 1 Review Module 3 Part 1 Review
Module 3 Part 1 Review CDOL
 
Wishing you all a happy and lucky 2015
Wishing you all a happy and lucky 2015Wishing you all a happy and lucky 2015
Wishing you all a happy and lucky 2015In-depth Consulting
 
Science, technology and understanding
Science, technology and understandingScience, technology and understanding
Science, technology and understandingDavid Geelan
 
#malafimmina® jewels
#malafimmina® jewels#malafimmina® jewels
#malafimmina® jewelsDaniel Cerami
 
Advancedinterviewing
AdvancedinterviewingAdvancedinterviewing
Advancedinterviewingsylviaszabo
 
Apps for health mohawk college presentation
Apps for health mohawk college presentationApps for health mohawk college presentation
Apps for health mohawk college presentationZakir Hussain
 
Ia2011 microbiome nazaroff postable
Ia2011 microbiome nazaroff postableIa2011 microbiome nazaroff postable
Ia2011 microbiome nazaroff postableWWNazaroff
 
E cote solutions ltd
E cote solutions ltdE cote solutions ltd
E cote solutions ltdcarsie
 
Inserire ultimi articoli su blogger
Inserire ultimi articoli su bloggerInserire ultimi articoli su blogger
Inserire ultimi articoli su bloggerStefano Vinci
 
Minicurso: Python em 4 horas - FATEC SCS 2015
Minicurso: Python em 4 horas - FATEC SCS 2015 Minicurso: Python em 4 horas - FATEC SCS 2015
Minicurso: Python em 4 horas - FATEC SCS 2015 Alan Justino da Silva
 
Open teacher education
Open teacher educationOpen teacher education
Open teacher educationDavid Geelan
 
Hoe sociaal is sociale media
Hoe sociaal is sociale mediaHoe sociaal is sociale media
Hoe sociaal is sociale mediai-discover
 

En vedette (20)

May 2012 - SEO Tips
May 2012 - SEO TipsMay 2012 - SEO Tips
May 2012 - SEO Tips
 
Slow Living Summit 2011 presentation by Christine Bushway
Slow Living Summit 2011 presentation by Christine BushwaySlow Living Summit 2011 presentation by Christine Bushway
Slow Living Summit 2011 presentation by Christine Bushway
 
Appropriate healthcare technologies for low resource settings use of m-tech...
Appropriate healthcare technologies  for low resource settings  use of m-tech...Appropriate healthcare technologies  for low resource settings  use of m-tech...
Appropriate healthcare technologies for low resource settings use of m-tech...
 
Day1presentation
Day1presentationDay1presentation
Day1presentation
 
Module 3 Part 1 Review
Module 3 Part 1 Review Module 3 Part 1 Review
Module 3 Part 1 Review
 
Wishing you all a happy and lucky 2015
Wishing you all a happy and lucky 2015Wishing you all a happy and lucky 2015
Wishing you all a happy and lucky 2015
 
Science, technology and understanding
Science, technology and understandingScience, technology and understanding
Science, technology and understanding
 
#malafimmina® jewels
#malafimmina® jewels#malafimmina® jewels
#malafimmina® jewels
 
Advancedinterviewing
AdvancedinterviewingAdvancedinterviewing
Advancedinterviewing
 
Apps for health mohawk college presentation
Apps for health mohawk college presentationApps for health mohawk college presentation
Apps for health mohawk college presentation
 
Ia2011 microbiome nazaroff postable
Ia2011 microbiome nazaroff postableIa2011 microbiome nazaroff postable
Ia2011 microbiome nazaroff postable
 
E cote solutions ltd
E cote solutions ltdE cote solutions ltd
E cote solutions ltd
 
Inserire ultimi articoli su blogger
Inserire ultimi articoli su bloggerInserire ultimi articoli su blogger
Inserire ultimi articoli su blogger
 
長野市の新シンボルマーク「マル縁」
長野市の新シンボルマーク「マル縁」長野市の新シンボルマーク「マル縁」
長野市の新シンボルマーク「マル縁」
 
Minicurso: Python em 4 horas - FATEC SCS 2015
Minicurso: Python em 4 horas - FATEC SCS 2015 Minicurso: Python em 4 horas - FATEC SCS 2015
Minicurso: Python em 4 horas - FATEC SCS 2015
 
Winning With Leadership 19083
Winning With Leadership 19083Winning With Leadership 19083
Winning With Leadership 19083
 
Open teacher education
Open teacher educationOpen teacher education
Open teacher education
 
Hoe sociaal is sociale media
Hoe sociaal is sociale mediaHoe sociaal is sociale media
Hoe sociaal is sociale media
 
Apna Bazaar India
Apna Bazaar IndiaApna Bazaar India
Apna Bazaar India
 
____
  ____  ____
____
 

Similaire à Insert latest articles on blogger

Enterprise workflow with Apps Script
Enterprise workflow with Apps ScriptEnterprise workflow with Apps Script
Enterprise workflow with Apps Scriptccherubino
 
Doctype htm1
Doctype htm1Doctype htm1
Doctype htm1Eddy_TKJ
 
WordPressでIoTをはじめよう
WordPressでIoTをはじめようWordPressでIoTをはじめよう
WordPressでIoTをはじめようYuriko IKEDA
 
Java.script
Java.scriptJava.script
Java.scriptg Nama
 
WEB DESIGN PRACTICLE bca
WEB DESIGN PRACTICLE bcaWEB DESIGN PRACTICLE bca
WEB DESIGN PRACTICLE bcaYashKoli22
 
YASH HTML CODES
YASH HTML CODESYASH HTML CODES
YASH HTML CODESYashKoli22
 
YASH HTML CODE
YASH HTML CODE YASH HTML CODE
YASH HTML CODE YashKoli22
 
Jaime\'s Business Intelligence Portfolio
Jaime\'s Business Intelligence PortfolioJaime\'s Business Intelligence Portfolio
Jaime\'s Business Intelligence Portfoliojaimecarlson
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC Newsgapingtrousers365
 
Pengenalan AngularJS
Pengenalan AngularJSPengenalan AngularJS
Pengenalan AngularJSEdi Santoso
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC Newsboorishvictim1493
 
Angular directive filter and routing
Angular directive filter and routingAngular directive filter and routing
Angular directive filter and routingjagriti srivastava
 
Node.js: scalability tips - Azure Dev Community Vijayawada
Node.js: scalability tips - Azure Dev Community VijayawadaNode.js: scalability tips - Azure Dev Community Vijayawada
Node.js: scalability tips - Azure Dev Community VijayawadaLuciano Mammino
 
Creating a Facebook Clone - Part XXIX - Transcript.pdf
Creating a Facebook Clone - Part XXIX - Transcript.pdfCreating a Facebook Clone - Part XXIX - Transcript.pdf
Creating a Facebook Clone - Part XXIX - Transcript.pdfShaiAlmog1
 
JavaScript Objects and OOP Programming with JavaScript
JavaScript Objects and OOP Programming with JavaScriptJavaScript Objects and OOP Programming with JavaScript
JavaScript Objects and OOP Programming with JavaScriptLaurence Svekis ✔
 

Similaire à Insert latest articles on blogger (20)

Enterprise workflow with Apps Script
Enterprise workflow with Apps ScriptEnterprise workflow with Apps Script
Enterprise workflow with Apps Script
 
Doctype htm1
Doctype htm1Doctype htm1
Doctype htm1
 
WordPressでIoTをはじめよう
WordPressでIoTをはじめようWordPressでIoTをはじめよう
WordPressでIoTをはじめよう
 
Java.script
Java.scriptJava.script
Java.script
 
Html
HtmlHtml
Html
 
WEB DESIGN PRACTICLE bca
WEB DESIGN PRACTICLE bcaWEB DESIGN PRACTICLE bca
WEB DESIGN PRACTICLE bca
 
YASH HTML CODES
YASH HTML CODESYASH HTML CODES
YASH HTML CODES
 
YASH HTML CODE
YASH HTML CODE YASH HTML CODE
YASH HTML CODE
 
JQuery Basics
JQuery BasicsJQuery Basics
JQuery Basics
 
Android examples
Android examplesAndroid examples
Android examples
 
Jaime\'s Business Intelligence Portfolio
Jaime\'s Business Intelligence PortfolioJaime\'s Business Intelligence Portfolio
Jaime\'s Business Intelligence Portfolio
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
 
Pengenalan AngularJS
Pengenalan AngularJSPengenalan AngularJS
Pengenalan AngularJS
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
 
Angular directive filter and routing
Angular directive filter and routingAngular directive filter and routing
Angular directive filter and routing
 
Node.js: scalability tips - Azure Dev Community Vijayawada
Node.js: scalability tips - Azure Dev Community VijayawadaNode.js: scalability tips - Azure Dev Community Vijayawada
Node.js: scalability tips - Azure Dev Community Vijayawada
 
Sencha Touch Intro
Sencha Touch IntroSencha Touch Intro
Sencha Touch Intro
 
Creating a Facebook Clone - Part XXIX - Transcript.pdf
Creating a Facebook Clone - Part XXIX - Transcript.pdfCreating a Facebook Clone - Part XXIX - Transcript.pdf
Creating a Facebook Clone - Part XXIX - Transcript.pdf
 
JavaScript Training
JavaScript TrainingJavaScript Training
JavaScript Training
 
JavaScript Objects and OOP Programming with JavaScript
JavaScript Objects and OOP Programming with JavaScriptJavaScript Objects and OOP Programming with JavaScript
JavaScript Objects and OOP Programming with JavaScript
 

Plus de Stefano Vinci

Inserire articoli correlati su blogger
Inserire articoli correlati su blogger Inserire articoli correlati su blogger
Inserire articoli correlati su blogger Stefano Vinci
 
Understanding others
Understanding othersUnderstanding others
Understanding othersStefano Vinci
 
La natura umana cont a legg
La natura umana cont a leggLa natura umana cont a legg
La natura umana cont a leggStefano Vinci
 
Come far ricrescere i capelli cont a legg
Come far ricrescere i capelli cont a leggCome far ricrescere i capelli cont a legg
Come far ricrescere i capelli cont a leggStefano Vinci
 
Prevenire le malattie naturalmente
Prevenire le malattie naturalmentePrevenire le malattie naturalmente
Prevenire le malattie naturalmenteStefano Vinci
 
Corrupt politicians slideshare
Corrupt politicians slideshareCorrupt politicians slideshare
Corrupt politicians slideshareStefano Vinci
 
Politici corrotti slideshare
Politici corrotti slidesharePolitici corrotti slideshare
Politici corrotti slideshareStefano Vinci
 
Gli epici segreti per guadagnare con ebay senza spendere!
Gli epici segreti per guadagnare con ebay senza spendere!Gli epici segreti per guadagnare con ebay senza spendere!
Gli epici segreti per guadagnare con ebay senza spendere!Stefano Vinci
 
Paura di socializzare
Paura di socializzarePaura di socializzare
Paura di socializzareStefano Vinci
 
Aumentare la propria forza fisica
Aumentare la propria forza fisicaAumentare la propria forza fisica
Aumentare la propria forza fisicaStefano Vinci
 
Fare molte visite velocemente
Fare molte visite velocementeFare molte visite velocemente
Fare molte visite velocementeStefano Vinci
 
Costruire uno stipendio
Costruire uno stipendioCostruire uno stipendio
Costruire uno stipendioStefano Vinci
 

Plus de Stefano Vinci (20)

Pensiero positivo
Pensiero positivoPensiero positivo
Pensiero positivo
 
Inserire articoli correlati su blogger
Inserire articoli correlati su blogger Inserire articoli correlati su blogger
Inserire articoli correlati su blogger
 
Energia rinnovabile
Energia rinnovabileEnergia rinnovabile
Energia rinnovabile
 
Understanding others
Understanding othersUnderstanding others
Understanding others
 
Capire gli altri
Capire gli altriCapire gli altri
Capire gli altri
 
Human nature rea mo
Human nature rea moHuman nature rea mo
Human nature rea mo
 
La natura umana cont a legg
La natura umana cont a leggLa natura umana cont a legg
La natura umana cont a legg
 
Come far ricrescere i capelli cont a legg
Come far ricrescere i capelli cont a leggCome far ricrescere i capelli cont a legg
Come far ricrescere i capelli cont a legg
 
Prevenire le malattie naturalmente
Prevenire le malattie naturalmentePrevenire le malattie naturalmente
Prevenire le malattie naturalmente
 
Codici html
Codici htmlCodici html
Codici html
 
Corrupt politicians slideshare
Corrupt politicians slideshareCorrupt politicians slideshare
Corrupt politicians slideshare
 
Politici corrotti slideshare
Politici corrotti slidesharePolitici corrotti slideshare
Politici corrotti slideshare
 
Gli epici segreti per guadagnare con ebay senza spendere!
Gli epici segreti per guadagnare con ebay senza spendere!Gli epici segreti per guadagnare con ebay senza spendere!
Gli epici segreti per guadagnare con ebay senza spendere!
 
Fear of socializing
Fear of socializingFear of socializing
Fear of socializing
 
Paura di socializzare
Paura di socializzarePaura di socializzare
Paura di socializzare
 
Aumentare la propria forza fisica
Aumentare la propria forza fisicaAumentare la propria forza fisica
Aumentare la propria forza fisica
 
Fare molte visite velocemente
Fare molte visite velocementeFare molte visite velocemente
Fare molte visite velocemente
 
Introduzione
IntroduzioneIntroduzione
Introduzione
 
Guadagnare nel web
Guadagnare nel webGuadagnare nel web
Guadagnare nel web
 
Costruire uno stipendio
Costruire uno stipendioCostruire uno stipendio
Costruire uno stipendio
 

Insert latest articles on blogger

  • 1. Insert latest articles on blogger If in our blog feel the need to see the latest articles posted, we can use gadget that allows you to insert the link of your post automatically every time you post. There will be a flow of securities with a number reset and changed course. To insert the gadget bloggers go on Desing> Layout> Add Gadget> Gadgets and we paste the following HTML code: <span style="line-height:100%;Verdana&quot;,&quot;sans-serif&quot;font- family:&quot;;font-size:12.0pt;"><script style="text/javascript"> function ultimipost(json) { document.write('<ul>');for (var i = 0; i < numposts; i++) { document.write('<li>'); var entry = json.feed.entry[i]; var posttitle = entry.title.$t; var posturl; if (i == json.feed.entry.length) break; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { posturl = entry.link[k].href; break; } } posttitle = posttitle.link(posturl); var readmorelink = "(leggi tutto)"; readmorelink = readmorelink.link(posturl); var postdate = entry.published.$t; var cdyear = postdate.substring(0,4);
  • 2. var cdmonth = postdate.substring(5,7); var cdday = postdate.substring(8,10); var monthnames = new Array(); monthnames[1] = "Gen"; monthnames[2] = "Feb"; monthnames[3] = "Mar"; monthnames[4] = "Apr"; monthnames[5] = "Mag"; monthnames[6] = "Giu"; monthnames[7] = "Lug"; monthnames[8] = "Ago"; monthnames[9] = "Set"; monthnames[10] = "Ott"; monthnames[11] = "Nov"; monthnames[12] = "Dic"; if ("content" in entry) { var postcontent = entry.content.$t; } else if ("summary" in entry) { var postcontent = entry.summary.$t; } else var postcontent = ""; var re = /<S[^>]*>/g; postcontent = postcontent.replace(re, ""); document.write(posttitle); if (showpostdate == true) document.write(' - ' + cdday + ' ' + monthnames[parseInt(cdmonth,10)]+ ' '); if (showpostsummary == true) {
  • 3. if (postcontent.length < numchars) { document.write(postcontent); } else { postcontent = postcontent.substring(0, numchars); var quoteEnd = postcontent.lastIndexOf(" "); postcontent = postcontent.substring(0,quoteEnd); document.write(postcontent + '...' + readmorelink); } } document.write('</li>'); } document.write('</ul>'); document.write('<div id="crdt" style="font-size:70%;text-align:center"><p><a href="http://goo.gl/SEGfw">Get Widget</a></div>'); } </script> <script style="text/javascript"> var numposts = 18; var showpostdate = false; var showpostsummary = false; var numchars = 100; </script> <script src="http://www.isearchknowledge.com/feeds/posts/default?orderby=published&alt =json-in- script&callback=ultimipost"></script></span></div>
  • 4. To customize the gadget to change the parts in red: 1. Var numposts: represents the number of titles displayed 2. var showpostdate: is the display of the date of the post, change to TRUE if you want to be visible 3. var showpostsummary: represents the view of a small preview of the post, change to TRUE if you want to be visible 4. var numchars: Number of characters incipit 5. Enter the url of your blog and create feeds of feedburner.com