How to add facebook comment box in new update?

Posted in: Newspaper
Post count: 161

Before td_module_1 was updated i used a custom function to insert the facebook comment box in single posts. Now that td_module_1 is updated i want to add the code in this file, but i cant seem to make it work…

<footer>
                <?php echo $this->get_post_pagination();?>
                <?php echo $this->get_review();?>
                <?php echo $this->get_the_tags();?>
                <?php echo $this->get_source_and_via();?>
                <?php echo $this->get_social_sharing();?>
                <?php echo $this->get_next_prev_posts();?>
                <?php echo $this->get_author_box();?>
				<div class="fb-comments" data-href="<?php get_permalink();?>" data-colorscheme="light" data-numposts="5" data-mobile="false" data-width="700"></div>;			
            </footer>

This code does not seem to work… Anyone has any suggestions on how to get this working?

Post count: 161

I tried deleting the get_next_prev_posts becaus this was already in my funtion, but somehow this doesn’t work, it keeps showing the next post and prev post buttons… I have no idea why you guys had to mess up this file. I finally had it working, but now you guys have changed the format of this file and I can start all over again. Commenting out the get_next_prev_posts just doesn’t work. The line that makes those buttons show up on a single post are in another file?

Post count: 161

Nevermind, already found it in loop-simple.php. A little side note from the developers when moving function lines to other files would be appreciated in the future.

Post count: 3343

Hi,
Yes, sorry about that, we will be more attention.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.