Recomendar aplicación facebook


/ Published in: JavaScript
Save to your folder(s)

Recomienda la app facebook a los amigos mediante FB.ui


Copy this code and paste it in your HTML
  1. <script>
  2. //Request Application
  3. function Rec(user){
  4. FB.ui({method: 'apprequests', title: 'Concurso Hipoglós' , message: 'Te invito a participar', data: '&pk='+user});
  5. }
  6. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.