Twitter si prepara a rimuovere il limite dei 140 caratteri

in #ita7 years ago


image: netimperative

<p dir="auto"><a href="http://www.twitter.com" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Twitter si sta preparando per rimuovere lo storico limite dei 140 caratteri, raddoppiando il numero di caratteri a disposizione.<br /> Se volete provare in anteprima a scrivere un post su twitter con 280 caratteri, esiste già una procedura.<br /> Non è sicuramente una cosa semplice, ma seguendo passo passo questa guida, chiunque puàò farlo. <ul> <li>andate su <a href="https://tweetdeck.twitter.com" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">tweetdeck e fate login con il vostro account twitter <li>andate sul menù di chrome, selezionate <em>altri strumenti e poi <em>strumenti per sviluppatori (o semplicemente usate lo shortcut crtl + maiusc + J)<br /> <img src="https://images.hive.blog/768x0/https://steemitimages.com/DQmbwbjtTjGCjCWDFHi8waLkMRGjus5n2ZhBWvmqRy4ix2E/image.png" srcset="https://images.hive.blog/768x0/https://steemitimages.com/DQmbwbjtTjGCjCWDFHi8waLkMRGjus5n2ZhBWvmqRy4ix2E/image.png 1x, https://images.hive.blog/1536x0/https://steemitimages.com/DQmbwbjtTjGCjCWDFHi8waLkMRGjus5n2ZhBWvmqRy4ix2E/image.png 2x" /> <li>a questo punto si aprirà la console di sviluppatore, nella quale dovremo cliccare prima su <em>Sources e successivamente su <em>Snippets, per poi cliccare su un nuovo snippets<br /> <img src="https://images.hive.blog/768x0/https://steemitimages.com/DQmVmphKY4ZQ4pP5Sd7NijWLGgb241Pj4phY524ZgSMhYqm/image.png" srcset="https://images.hive.blog/768x0/https://steemitimages.com/DQmVmphKY4ZQ4pP5Sd7NijWLGgb241Pj4phY524ZgSMhYqm/image.png 1x, https://images.hive.blog/1536x0/https://steemitimages.com/DQmVmphKY4ZQ4pP5Sd7NijWLGgb241Pj4phY524ZgSMhYqm/image.png 2x" /> <li>ora dobbiamo copiare nel nuovo snippet il seguente codice <pre><code>/* This snippet is esssentially the same as being in the Twitter longer tweets test, for tweetdeck. The character counter for tweets is accurate at the expense of breaking retweet and DMs. */ TD.services.TwitterClient.prototype.makeTwitterCall=function(b,e,f,g,c,d,h){c=c||function(){};d=d||function(){};b=this.request(b,{method:f,params:Object.assign(e,{weighted_character_count:!0}),processor:g,feedType:h});return b.addCallbacks(function(a){c(a.data)},function(a){d(a.req,"",a.msg,a.req.errors)}),b}; twttrTxt=Object.assign({},twttr.txt,{isInvalidTweet:function(){return!1},getTweetLength:function(){return twttr.txt.getTweetLength.apply(this,arguments)-140}}); <ul> <li>a questo punto non resta che eseguire il codice dello snippet cliccando su run snippset oppure con la scorciatoia (crtl + invio) <p dir="auto">note: Lo snippset rimane salvato in chrome ma deve essere rieseguitio ad ogni reload della pagina di tweetdeck. <p dir="auto">qui un esempio del mio primo twit a 280 caratteri
Sort:  

This post recieved an upvote from minnowpond. If you would like to recieve upvotes from minnowpond on all your posts, simply FOLLOW @minnowpond