fb comments in layout.html
-
in the file:
simple-lightbox\themes\baseline\layout.html
I would like to add the fb comments code
<div class="fb-comments" data-href="[HERE URL PICTURE]" data-numposts="5"></div>
but I need the echo the URL of the picture, but this wouldn’t work
{{item.url}}like<div class="fb-comments" data-href="{{item.url}}" data-numposts="5"></div>Does anyone know how I can add fb comments?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘fb comments in layout.html’ is closed to new replies.