Facebook iframe height!


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



Copy this code and paste it in your HTML
  1. // Initialize Facebook SDK
  2. <script src="http://connect.facebook.net/de_DE/all.js"></script>
  3.  
  4. // Change Size
  5. <script>
  6. FB.Canvas.setSize({ width: 520, height: 1000 });
  7. </script>
  8.  
  9. // soooo easy =)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.