No share facebook? Only like icon social?

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeNo share facebook? Only like icon social?

This topic has been marked as not resolved.

How can I do to create button share topic to facebook?

January 11, 2017 at 8:46 am #55326

Hi,

Are you talking about the product page? If yes, then you need to:

1) Open catalog/view/theme/BurnEngine/template/product/product.tpl

2) Find this code line:

<a class="fb-like" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false"></a>

3) Change it to:

<a class="fb-like" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></a>

BR,
ThemeBurn team

January 13, 2017 at 12:01 am #55381
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.