Manuale Facebook Comments

Posted in: Newspaper
Post count: 58

I need to put manual facebook comments into the code.

o know it should be placed in td_module_blog_1

this is facebook code:
<div class=”fb-comments” data-href=”<?php echo get_permalink(); ?>” data-width=”470″></div>

now.. how to transform? this solution doesn’t work

$buffy .= ‘<div class=”fb-comments” data-href=”‘ . get_permalink() . ‘” data-width=”470″></div>’;

can you help me?

Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.