problem with update/td_module1

Posted in: Newspaper
Post count: 58

before v3 update i used on td_module_1.pho this code to put facebook comments:

$buffy .= ‘<h4 class=”block-title”><span>Commenti:</span></h4>’;
$buffy .= ‘<div class=”fb-comments” data-href=”‘ . get_permalink() . ‘” data-colorscheme=”light” data-numposts=”5″ data-mobile=”false” data-width=”700″></div>’;

but now, on v3 update $buffy doesn’t work.. hot to modify with

<?php echo $this->

please help me.

Post count: 3343

Hi,
If you have version from 3.2 the post file now is loop-single.php http://screencast.com/t/tjnE0lwmiIIY

Add your code there without buffy.

Try this

<h4 class=”block-title”><span>Commenti:</span></h4>
<div class="fb-comments" data-href="<?php get_permalink(); ?>" data-colorscheme="light" data-numposts="5" data-mobile="false" data-width="700"></div>

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.