When I made my own html for a regular facebook tab, I used:
<body class="fb-page" id="fb-root">
<script type="text/javascript" charset="utf-8">
window.fbAsyncInit = function() {
FB.Canvas.setSize({width: 500, height: 2000});
}
</script>
[Please post code or markup snippets between backticks or use the code button.]
And the page would auto resize to 500 px wide, to fit into the tab perfectly.
How can I add this option to WPBook plugin?
My blog posts have embedded YouTube video links at 600 px, so a resize option would eliminate the ugly scroll bars.
Thanks, Rami.