Invite all your friends for an event (3 steps)

KlaAz0r

BANNED
Joined
Jan 11, 2011
Messages
720
Reaction score
866
In my area I orgenize a lot of party's,breakdowns,bands etc. and I made this:

308526_2047861598061_1290066668_31703715_918742055_n.jpg


It's in dutch but you get the idea,


  • Firefox
  • event, and scroll all the way down so all your friends apear
  • CTRL+SHIFT+K
  • and paiste this code:
    Code:
    [B]  elms=document.getElementById('pop_content').getElementsByTagName('li');
     for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}[/B]
and SUBMIT

done! very easy but working : )
 
btw if people want more things like this, you can always ask : )
 
Is not possible to use js code direct in the address bar?

I think I read something about it.

Sorry, I do not get the idea of the use of Firefox Addon.


Tks!
 
btw if people want more things like this, you can always ask : )

You wrote you work with parties. This is not what I do, but I am a bit curious about one thing: how do you grow your clients list?
Do you need to go to others promoters parties to try to get more people or you have another way like partnership with sites that cover parties (photos)?

--
I am asking you this for one motive: maybe I can use the same strategy to another thing (not parties).
Go to specific places where my "clients" can be and try to get them to my site.

Tks!
 
Is not possible to use js code direct in the address bar?

I think I read something about it.

Sorry, I do not get the idea of the use of Firefox Addon.


Tks!

there are some ways, but this just works fine for me so why something different ;)
 
You wrote you work with parties. This is not what I do, but I am a bit curious about one thing: how do you grow your clients list?
Do you need to go to others promoters parties to try to get more people or you have another way like partnership with sites that cover parties (photos)?

--
I am asking you this for one motive: maybe I can use the same strategy to another thing (not parties).
Go to specific places where my "clients" can be and try to get them to my site.

Tks!

I don't fully understand your question but, I didn't write this for IM just for my friends and my band so we can invite all our friends to our concerts (around 100-200 people show up)

But what you can do is make a event, something like 1 million attending before 2012 and make an image showing how to invite all your friends?
 
another question:

can you invite friends without RSVP?
cause the invitation button appears only after you react on the event.
 
Back
Top