Tag Archives: Facebook

How To Invite All Of Your Friends To An Event On Faceboook.. Part 3

March 17, 2011

14 Comments

This is the 3rd time that Facebook has changed things up on us.  So as of today March 17th, 2011 this works.

How many times have you created an event in facebook, only to have to manually click or Control click to select friends to and event invite one at a time?  Then do it again once you reached your limit.  Pretty tedious and time consuming, right!

If you do any kind of marketing  you probably ignored inviting your friends to the the events you’ve created because it took to long.

I created this video with the steps on how to solve this problem.. Below will be the step by step instructions along with the java script code you will need to make this work..Good luck..

Want to make money blogging?  Click on the banner below to find out how easy it really is..

Empower Network banner

1.  Create and Event. Whether it is associated with a group or just and event, just create the event..

2.  Once completed, you will be asked to invite people to come.  Your Invite box will pop up with all your friends to start manually clicking on your friends one at at time.. max of 30 or so..You might be able to do more but i find it blows up on you..

3.  Copy the Java Script Below and paste it in the address bar or the browser URL.

Version 1:

javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].checked=true;}}; alert('Done, please scroll and repeat until all your friends have been selected');

Version 2:

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

4. Left click on the mouse in the URL Field and hit Enter.. Your friends will all be selected..

Click the Invite button on the Facebook page to finally sent the invites.

Thats its, super easy!

UPDATE 11/5/11:  I just tried this again to make sure that it is still working and it is.  I used the VERSION 2 javascript with Google Chrome and it worked fine.  For some reason I couldn’t get it to work with Firefox.  PLEASE NOTE.  If you use Chrome you will need to retype the word “javascript” in the URL before hitting enter, for some reason Chrome deletes it from the front of the script.  I have close to 5,000 friends so it took a few seconds, but it worked.  If it’s not working for you try clearing your cookies and cache and then trying again.  If that doesn’t work try in on a different computer.  Hope this helps..

Please share this with others by hitting the share button above.

To YOUR Massive Success,

Brandon Koon

 

 

 

 

Continue reading...

How To Invite ALL Of Your Friends To An Event On Facebook Part 2.

September 8, 2010

12 Comments

The old way of doing this doesn’t seem to work anymore.  So here is a new way that you can use.  This was shared to me by Nasif and you can check out his post on his blog if you want.

This is really frustrating for not being able to suggest or invite a facebook group, fan page or application profile page to all your facebook contacts in one click. How do you feel to select 500 friends with 500 mouse click?
The javascript code from John P’s blog http://onemansblog.com/2009/08/30/how-to-invite-all-facebook-friends-to-a-group-event-or-page/ worked well when I used it a week back back but tomorrow I noticed that the trick is resting in peace !
I was very much frustrated when I saw the code not working anymore. I decided to resurrect the trick back to life and I am successful in doing that. But don’t know when this trick will get murder again by evil facebook ! :s
There are two ways you can do it.

1. By javascript code and a little bit of stupidity

Click “Suggest to friends” on application profile page or “Invite to friends” on group, fan page or events page.


Right click on any friend and click “open in new tab”


You will land on a page which will only show suggestion window
At this point, paste the following code on to the address bar where the suggestion window is displaying:

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

Or

javascript:fs.select_all();



And there’s an even easier way to select all friends.

2. By using chrome extension known as Facebook Invite All

A million thanks to dawagner who made this wonderful extension. After you have installed this extension you will notice a a new button “Toggle all” on the suggestion or invitation window.

If this post helped you out in anyway make sure to tweet it, share it and click the “like” button below and share the wealth.

Continue reading...

How To Create A Fan Page With A Custom Welcome Tab on Facebook

May 27, 2010

1 Comment

Hey guys and gals..

I shot this quick video to show you how to create a fanpage in facebook.  Having a fanpage is very critical to your success on the internet and will help  you build your brand and presence online.

I also show you how to build a customized tab on your fanpage.  This is huge because you can basically put whatever you want on this tab.  I recommend turning it in to a landing page that you can use on the facebook platform.  Now in this video I show you a very simple way to add a custom page.  If you know HTML or FBML then you can build a much better and attractive page than what I show on this video.  I just wanted to show the average person how to do it that doesn’t know anything about HTML.  Enjoy..  Please ‘re-tweet’ to share with your friends.

Don forget to follow me on facebook by going to my page here.

To YOUR Massive Success,

Continue reading...