Visualizzazione post con etichetta facebook. Mostra tutti i post
Visualizzazione post con etichetta facebook. Mostra tutti i post

venerdì 18 marzo 2011

How to use the facebook script: video tutorial


Nice video by Rayven.Michelle on how to use my code!

mercoledì 16 marzo 2011

Inviting all your friends to facebook events: update March 2011

Update 13/01: Update for chrome user published
Update 18/03: Here is a video explaining how to use the script!
Update 17/03: version 2 of the code


Facebook just changed (on march 15th 2011) the way to invite friends to event, so a new script is needed.
The code I came up with is:
Version 1:
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};

Version 2:
javascript:var elms=document.getElementsByName("checkableitems[]");for(var count=0;count<elms.length;count++){var t = setTimeout("elms["+count+"].click()",100)}


Since now the facebook system uses lazy loading, only the first 100 friends are selected.
You can prevent this by scrolling to the end of the friend list before applying the script!

As before, the script can take a long time (several minutes for thousands of friends) before actually selecting every friend, so just wait.

If your friends are not too many, you can also create different lists of 100 friends each, and apply the script on each list.

I tested version1 with Chrome, other tested firefox 4 and opera. let me know of problems or better solutions!
Some people reported browser crashes.
The script is probably intensive for a high number of user (i could not test more than 500 :D). In case, try version 2!

I posted 2 version: the first is the "normal" one. The second might be a bit slower, but should avoid browser chrashes (I hope!). I'm still working on a faster version, so check back ;)

How to use it:
Triple click on the script (version1 or version 2) to select it.
Copy (ctr+C) the above script.
Go to the event page and select "invite friends". When the menu opens, select your friend list (or just leave "all friends"). Scroll to the end of the panel, and then past into the url bar the script (ctr+v).
Wait a bit (maybe more than a bit!), and you should find all of your friend selected.
Submit the invite and you're done!
Let me know if this doesn't work. For a guide with screenshots check http://www.v3im.com/2011/03/inviting-all-friends-to-facebook-events/.

Special instruction for use on Chrome:
http://giacobam.blogspot.com/2012/01/invite-all-friends-update-for-chrome.html

A video is also available here.

(see http://giacobam.blogspot.com/2010/09/trucco-per-invitare-tutti-agli-eventi.html for instruction in ITALIAN)

mercoledì 15 settembre 2010

Trucco per invitare tutti agli eventi su facebook

UPDATE (16 marzo 2011):
Facebook ha cambiato sistema, ho fatto io un nuovo script:

javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};

Purtroppo seleziona solo i primi 200 amici, quindi o si scrollano 200 amici per volta, oppure si fanno liste di 200 amici.

Fatemi sapere se avete problemi (o soluzioni migliori!).

Sto tenendo aggiornato questo post (in inglese):
http://giacobam.blogspot.com/2011/03/inviting-all-your-friends-to-facebook.html
c'e' anche uno script alternativo


Spiegazione (e vecchio script)
L'ho trovato molto utile e lo ripropongo:

1 per selezionare tutti gli amici da una lista di selezioni invitati, non c'e' un bottone, ma si puo' utilizzare un comodo script:

javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

Incollate il testo qui sopra nella barra degli indirizzi, fate invio e tutti i vostri amici saranno selezionati.
La barra degli indirizzi è la casella dove si inseriscono gli indirizzi dei siti ;)


2 Invitate spesso amici, ma non volete invitare sempre tutti? Create una lista di amici. Dalla pagina amici (forse http://www.facebook.com/?sk=ru, comunque ci si arriva cliccando su amici), selezionate "crea una lista". Con il trucco di prima, selezionate tutti gli amici, poi a manina togliete quelli che non volete invitare ogni volta. (es: amici stranieri, professori, gatti..). Date un nome alla lista e salvatela.

Ora quando invitate a un evento, prima del trucco 1, dovreste selezionare la vostra lista dal menu a tendina in alto a sinistra (filter friends in inglese). In questo modo appariranno solo gli amici della lista. Col trucco 1, li selezionate tutti, li invitate, e il gioco è fatto!

lunedì 20 luglio 2009

vuoi fartelo leccare da una ragazza? strane pubblicità su facebook

Pubblicità apparsami su facebook pochi minuti fa.



Non ho approfondito quale fosse esattamente il servizio in vendita.. ma da quel che si intuisce, è una bella caduta di stile!
E soprattutto mi chiedo.. perchè a me??


site by  wellD, web-communication, Lugano