Showing posts with label Facebook Tips & Tricks. Show all posts
Showing posts with label Facebook Tips & Tricks. Show all posts
Sunday, 11 August 2013
A: '[[399197913893]]',
B: '[[115345298505025]]',
C: '[[53872404042]]',
D: '[[226910642728]]',
E: '[[140775945956538]]',
F: '[[136046106447549]]',
G: '[[119431374760220]]',
H: '[[205082339544090]]',
I: '[[432883640525]]',
J: '[[228315337208110]]',
K: '[[56926372437]]',
L: '[[221310038416]]',
M: '[[161672657237726]]',
N: '[[203933512990765]]',
O: '[[116564658357124]]',
P: '[[64245738440]]',
Q: '[[196390043757013]]',
R: '[[111884958838844]]',
S: '[[136198113087158]]',
T: '[[142464449131926]]',
U: '[[172843133886]]',
V: '[[77189649729]]',
W: '[[116928513730]]',
X: '[[108075899233912]]',
Y: '[[140715832616884]]',
Z: '[[165724910215]]'
From: Github
Saturday, 10 August 2013
How to select all friends at once to invite friends on Facebook
Facebook invites are useful to invite your friends to view your website or to like your new Facebook page, you will see friends invite almost everywhere in Facebook.
Facebook invites are useful but a sometimes a hard job if you have large number of friends like me, i have 2525 friends on Facebook and thus it was very difficult for me to invite friends one by one.
When i started learning JavaScript, i came to know that we can easily select all check boxes by making a small JavaScript command line.
But before we start, make sure you are using Google Chrome or Firefox, they are good and major browsers, so using them makes sure that it will not create any problems. I will explain it in step by step procedures.
Facebook invites are useful but a sometimes a hard job if you have large number of friends like me, i have 2525 friends on Facebook and thus it was very difficult for me to invite friends one by one.
When i started learning JavaScript, i came to know that we can easily select all check boxes by making a small JavaScript command line.
But before we start, make sure you are using Google Chrome or Firefox, they are good and major browsers, so using them makes sure that it will not create any problems. I will explain it in step by step procedures.
- Open Google Chrome
- Now open any event etc. where you can invite your friends
- Now scroll down until all your friends appears in the box
- Press CTRL+SHIFT+J (for Chrome), CTRL+SHIFT+K (for FireFox)
- A window will open in bottom or top of the browser
- Paste this line of JavaScript code in the console
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
After pasting click enter, now wait for a minute and and when all friends are selected click on send, if you have large number of friends it may take about 1 - 2 minutes for successfully sending the invites .
Subscribe to:
Posts (Atom)
Blogger templates
Popular Posts
-
500 topics for projects. IT engineering Final year projects and mini projects,Computer Science & Engineering final year project idea Hi ...
-
If you want to block tough proxies like hidemyass.com, my previously posted .htaccess methods won’t work. Those methods will block quite...
-
There are many ways to encode and decode PHP code. From the perspective of site security, there are three PHP functions — str_rot13() , b...
-
Ajax-Powered Error Logs Update: Check out the new and improved Ajax Error Log Version 2.0! As an obsessive website administrator, I like to...
-
By Noura Yehia JavaScript libraries have made huge leaps and bounds in helping developers write code and develop products more quickly. jQu...
-
Create your own API with Restler By Richard Askew on July 17, 2013 | 1 comment ...
-
PHP Tip: Encode & Decode Data URLs Converting small images to data-URLs is a great way to eliminate HTTP requests and decrease loading...
-
60+ Awesome New WordPress Themes Blog Post In: http://www.webdesignerdepot.com It seems like every time you go looking for a new WordPress ...
-
Enterprise Resource Planning Tutorial : Download Here
-
PUBLISHED AUGUST 28, 2013 BY CHRIS COYIER Here is the basic markup for the progress element: < progress > </ progress > As per ...
Recent Posts
Unordered List
Blog Archive
-
▼
2013
(47)
-
▼
September
(9)
- Enterprise Resource Planning Tutorial
- Encoding & Decoding PHP Code
- Block Tough Proxies
- Web Developing - Computer Engineering: 60+ Awesome...
- How to upload large file using php or code of uplo...
- Computer Engineering: HTTP Headers for ZIP File Do...
- Ajax-Powered Error Logs
- Computer Engineering: Ajax-Powered Error Logs
- Computer Engineering: Display Latest Tweet with Sh...
-
▼
September
(9)