Hello. Just one question. Its possible to add facebook coment module to cms page? So i want do something like blog on cms page and want to add this like a coment section where i can answer on customers question. Sorry for english. I m slovak. Thanks for your soon answer
Can i add fb comments widget to cms page?
Started by Ana, Nov 07 2017 02:23 PM
2 replies to this topic
looking for the best presta addons with outstanding support? check this: PrestaShop Modules
#2
Posted 07 November 2017 - 02:24 PM
hello,
By default it is not possible.
But there are some possibilities to display comments widget on cms page:
https://mypresta.eu/...o-cms-page.html
guide was based on prestashop 1.5, but it is still applicable even to v1.6.
free tutorials, free templates, free addons, prestashop modules
#3
Posted 07 November 2017 - 03:43 PM
you can add there if condition:
{if Tools::getValue('id_cms') == 10} <div class="fb-comments" data-href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}" data-numposts="5" data-colorscheme="light"></div> {/if}
it checks the id of the cms page and displays it only if viewed cms page has id 10 (you can alter it to id of page where you want to show it)
free tutorials, free templates, free addons, prestashop modules