That fixed the problem. Got to ask though, why add a new setting whose default is to break existing code?
no difference with the old version either…
<a class="big-button biggreen no float fancybox iframe {width:1024,height:675}" href="https://online.disciplescef.org/account/skipjack.cfm?site=2"><span>Make An Online Gift</span></a>
Basically, the data-href is wrong. It needs to be unique for every post. This is what I have for my site:
<fb:comments href=”<?php the_permalink() ?>” num_posts=”20″ width=”630″></fb:comments>
I don’t know if this will work in the Genesis hooks, or if you need to add it in the single.php template file itself.