Hello,
I’ve been trying to figure out how to have a ‘news feed’ page of entries that allow for Facebook like/send/comments for each entry. I’m getting “The page at http://mysite.com/entry/entry-url could not be reached.”
Here’s my code:
<div class="facebook-buttons">
<div class="fb-like" data-href="{title_permalink='entry'}" data-send="true" data-layout="button_count" data-show-faces="false"></div>
</div>
<div class="fb-comments-wrap">
<div class="fb-comments" data-href="{title_permalink='entry'}" data-width="625" data-num-posts="5"></div>
</div>I’ve read about the og:meta tags but am not sure how to do this using EE. Thanks for any help!