FB Comments Technopolis

ThemeBurn SupportForumsOpenCart ThemesBurnEngineFB Comments Technopolis

This topic has been marked as resolved.

Hi!

How can i add FB-Comments on a product tab? I tried to put this code

 

on an html widget but didnt work.

Thank you!

 

  • This reply was modified 2786 days ago by  tecnocent.
  • This reply was modified 2786 days ago by  tecnocent.
  • This reply was modified 2786 days ago by  tecnocent.
September 8, 2016 at 11:57 pm #50793

Also please help me to moderate this comments?
Thank you!

September 9, 2016 at 7:30 pm #50815

Hi,

You can insert a code block wrapped in <code> or <pre></pre>.

Or you can attach a zip archive.

You could also attach a screenshot to help us better understand the position you want to put the comments in.

BR,
ThemeBurn team

September 10, 2016 at 9:50 am #50821

<div class="fb-comments" data-href="<?php echo $CURRENT_URL; ?>" data-num-posts="2" data-width="500"></div>
I need to add facebook comments on Technopolis theme, i want to add them as a new product tab.

What i did:
I made a new product tab, insert an HTML widget on the tab, put this code: <div class="fb-comments" data-href="<?php echo $CURRENT_URL; ?>" data-num-posts="2" data-width="500"></div> but it didnt show.
So i edit the product.tpl and and this code: <div class="fb-comments" data-href="<?php echo $CURRENT_URL; ?>" data-num-posts="2" data-width="500"></div>, now i can see facebook comments but im not able to moderate them.
Yes Facebook app id its ON on the admin.
Also, i add <meta property="fb:app_id" content="{YOUR_APP_ID}" /> on header.tpl, also didnt work
Please help me.

Thank you!
Simon

September 12, 2016 at 6:53 pm #50880

Hi Simon,

Modifying the template is not recommended. You can still use the HTML builder block and just omit the data-href> attribute or leave it blank. Facebook comments widget will automatically take the current URL.

<div class="fb-comments" data-href="" data-num-posts="2" data-width="500"></div>

About the SDK problem, hope you have replaced {YOUR_APP_ID} with the actual id number?

BR,
ThemeBurn team

September 13, 2016 at 11:38 am #50897

This is not working, i just add that code to the HTML widget and nothing happend

September 13, 2016 at 5:37 pm #50927

Hi,

We will need the website url and admin access, so we can check.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

September 16, 2016 at 6:44 pm #51023

Hi
Yes please, i need help to add facebook comments on a new product tab. And able to moderate comments. Thank you!

Thank you!
Simon

September 19, 2016 at 7:52 pm #51093

Never mind just fixed it
Thank you!

September 20, 2016 at 1:37 am #51128

Marked the topic as “resolved”.

BR,
ThemeBurn team

September 20, 2016 at 9:36 am #51143
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.