I just noticed ... that on all my sites to the right of the "Details" button I get an error message.
When you click the "error" link, a popup comes up and kind of looks like a Facebook error message that says "The href URL is not properly formatted"
There error appears to be somewhere here after the "more details" code ... ?? but I can't seem to figure it out.
Code:
<a href="[product.link]" title="[product.name]" class="dfbutton dforange dflarge dfrounded">more details</a>
<div class="fb-like" data-href="<?php echo urlencode('http://' . $_SERVER['HTTP_HOST'] . '/' . $product->site_link); ?>" data-send="true" data-layout="button_count" data-show-faces="true"></div>
</div>
</div>
<div class="clearingdiv"> </div>
</div>
</div>
[product.end]
<div class="clearingdiv"> </div>
</div>
<!-- /Product List -->
Q) Was this covered somewhere else in the forums?
Thanks!
HART