Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <fb:comments href='someurl' width='400'></fb:comments>
  2. FB.Event.subscribe('comment.create', function(response)
  3. {
  4. alert(response);
  5. }
  6.  
  7. <fb:comments notify="true" href='someurl' width='400'></fb:comments>
  8. FB.Event.subscribe('comment.create', function(response)
  9. {
  10. alert(response);
  11. }
Add Comment
Please, Sign In to add comment