Topic-icon I don't see "facebook comments plug in" character

Active Subscriptions:

None
10 years 4 months ago #56589 by bravo444
Hi, Alex,

Thanks for your comments. For easyblog, I can not set "facebook comments box" in each article where is displayed on top page (Main menu).
I only can see this after clicking "Read more" button. All the latest articles are supposed to be displayed on Top menu. And also, this is really personal blog site. I don't think I need to have "read more" to continue reading. That's why I prefer to use JFBConnect instead.. If my site is something like "commercial", then I am happy to have "read more" for SEO.

* Modify the EasyBlog template view and add the Comments easy-tag to their template. In there, you can programmatically set the URL so it's right on each page.
>Yes, that'll be the solution. But I am not sure which css or php files should I modify or add...

Regards,
The topic has been locked.
Support Specialist
10 years 4 months ago #56606 by alzander

* Modify the EasyBlog template view and add the Comments easy-tag to their template. In there, you can programmatically set the URL so it's right on each page.
>Yes, that'll be the solution. But I am not sure which css or php files should I modify or add...

I don't know the exact template file you'd want to edit, because I don't know the full EasyBlog theme system. You'll likely want to edit a file like /components/com_easyblog/themes/wireframe/blogs/latest/default.main.php (or another file in the themes/ directory, depending on your theme and the view you're using.

The code you'd want to add looks to be something like:
{{SCFacebookComments width=550 num_posts=10 colorscheme=light mobile=false order_by=time href=<?php echo $post->getPermalink(); ?>}
That php snippet should get the URL of the post that you want to show.. however, you'll need to do some checking to make sure it works as you want. If you need information on exactly what template file to edit, you'd need to ask the good folks at StackIdeas.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 4 months ago #56663 by bravo444
Hi,

Thank you for your kind support! I will try this sooner or later ;)

Regards,
The topic has been locked.
Support Specialist
10 years 4 months ago #56669 by alzander
No problem. Keep us posted on how it goes and good luck!

Thanks,
Alex
The topic has been locked.