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.

Triggers are rules, that when evaluate to true perform one or more actions.

learn more… | top users | synonyms (1)

0
votes
1answer
632 views

Jquery trigger click on facebook like button by clicking on another button

Hi i'm using html5 facebook like button, i would like to trigger the click on that clicking on another styled button, is it possible? Me i tryed this with no results: <div class="row-fluid ...
1
vote
1answer
826 views

Simulate enter on textarea with jquery event keydown not working

I was trying to make facebook autoreply msg script, here is my code $(window).load(function(){ var a=setInterval(function(){ var e = $('.titlebarText').html(); if(!e) { } else { ...
0
votes
1answer
80 views

How can I trigger a like page action on a remote site?

I have a web site that accepts visitors registerings. I want to all a choice in the registering form : [] Like our page on Facebook. so if user checked this option in registering, a request will be ...