Hello, I am trying to add this functionality to a sidebar on my site growthmarketingfirm.com/our-story
I added this to the custom JS section:
<div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v4.0"></script>
I added this in a "custom HTML" widget
<div class="fb-page" data-href="https://www.facebook.com/growthmarketingfirm/" data-tabs="timeline" data-width="300" data-height="650" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/growthmarketingfirm/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/growthmarketingfirm/">Growth Marketing Firm</a></blockquote></div>
The link is showing up in the sidebar but it doesn't seem like the site is taking the JS. Do you know how to fix this?
Comments