freehold-cottage/_includes/social-media-feeds.html
2022-11-11 04:16:46 +00:00

7 lines
338 B
HTML

{% if site.facebook_url %}
<div class="embed-reviews margin--bottom">
<div id="fb-root"></div>
<div class="fb-page" data-href="https://www.facebook.com/{{site.facebook_url}}/" data-tabs="timeline" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div>
</div>
{% endif %}