After you click the Facebook Like button, the Post to Facebook Box appears cut off by the page. :( Is there a way to switch which way the post box pops out?
Example, click Facebook Like button here...
http://www.hellowallet.com/blog/architect-the-perfect-family-vacation-without-creating-debt/#.UFJO828j42U
The easiest way to do that would be to use CSS. Add this to your stylesheets:
.pluginCommentFlyout {
display:none;
}
This question is closed to new answers.