Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible (is Facebook allowed), to put a Facebook Like button on the Webpage and then, make it pressed automatically whenever the page is loaded?

I just wanna know (curious, imagine .. but not to intend any hacking sense):

  • Is it something that, Facebook allowed?
  • And, if it allowed, how can it be done? By jQuery $("#button-id").trigger("click"); ? Or, any better idea?

Just to discuss!

share|improve this question
3  
Facebook like or not, if you want to automatically make a user choice (click of a button) without the user interaction, will be a bad practice. – ryadavilli Jan 28 at 7:22
1  
Considering the problem they are having with billions of "fake likes" I doubt it is possible. – Kevin Anthony Oppegaard Rose Jan 28 at 7:23
I'd agree with @ryadavilli your user experience will suffer with this practice.. I recommend not going ahead with it... – TDsouza Jan 28 at 7:24
Sorry to say this,what you are trying to achieve is to get your facebook account banned, there are easier ways to do it. Of course if you are a crafty customer it might not hurt that bad.. besta luck.. – user1974729 Jan 28 at 7:32
Yes, of course. If you have a script (typically a function) then you can cause that script to run in response to any browser event you like. Page load is one such event. Clicking is another type of event. – Beetroot-Beetroot Jan 28 at 7:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.