Facebook Share this Application


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



Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. function showInviteForm() {
  3. document.getElementById('inviteForm').setStyle('display','inline');
  4. }
  5. <style type="text/css">
  6. #inviteForm {position:absolute; top:100px; left:65px; display:none;}
  7. </style><div id="share">
  8. <a href="#" onclick="showInviteForm(); return false;">Compartilhe com seus amigos!</a>
  9. </div>
  10.  
  11. <div id="inviteForm">
  12. <fb:request-form action="http://www.facebook.com/VW?v=app_104824399563675" method="POST" invite="true" type="Volkswagen Fan Page" content="Do you think you are a soccer fan? Enter the Volkswagen Fan Page and find out! <fb:req-choice url='http://www.facebook.com/VW?v=app_104824399563675' label='Go to Fan Page' />">
  13. <fb:multi-friend-selector showborder="true" cols="4" rows="4" actiontext="Invite your friends to Volkswagen Fan Page." /></fb:request-form>
  14. </div>

URL: http://69.64.52.193/facebook/tab/#

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.