I didn′t find a solution – every time the iFrame reloads the page gets blocked by the featured image… ??
Had to edit your code:
– <base target=”_blank”>
(line 9) had to be removed for forms to work
– FB.Canvas.setAutoResize(); has to be replaced by
– FB.Canvas.setAutoGrow(91);
(line 103) setAutoResize is not supported by FB any more