Friday, 25 April 2014

Code to invite all your friends to a page on Facebook.

Leave a Comment
Hi guys as we know that the biggest social media is Facebook .Day by day people are creating new pages on Facebook in order to promote there services or products and some people are just creating the Facebook pages for fun and some manage Facebook pages in order to drive traffic to there sites .But,suppose you have a page on Facebook(New page) and you want to invite all your friends in your friend list to your page,normally what the people does is there invite each of them individually and it takes huge time.In order to save the time in this post i am going to show you how to invite all your friends on Facebook by using a simple javascript.So lets see how to do this.

Steps:

1.Open your page and click on "See all" option as shown below.
2.Now a window will pop up.From the pop up window select the "search all friends" as shown below.
3.Now, If you are using chrome as your browser press "CTRL + SHIFT + J" (CTRL + SHIFT + K if you are using Firefox) and a box will pop up which is console box.In that copy the below code and paste it and hit enter as shown below.

Code:


javascript:var inputs = document.getElementsByClassName('uiButton _1sm'); 
for(var i=0; i<inputs.length;i++) { 
inputs[i].click(); 
}
4.After hitting the enter option, wait for few seconds and you will see that the invitation from your page has been sen to all people.

5.That's it friends i hope you enjoyed this post and if you have any queries feel free to ask us through comments and have a nice day.

Read More...

Monday, 17 March 2014

Desktop wallpapers 2014.

Leave a Comment
Hi guys in this post i am gonna show you some of the best wallpaper for your desktop.So that you can make your desktop more attractable.So lets see them.

Wallpapers:









That's it friends i hope you like the above wallpapers and have a nice day :D :D
Read More...

Sunday, 16 March 2014

Worldtech360 Author bio box for blogger.

Leave a Comment
This post is to show how the worldtech360 author bio box looks like.

Link: Add author bio box.
Read More...