Replies: 0
Hello,
I’m trying to add a facebook page widget to the sidebar of my site, and as per the instructions, I have to add
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" ...
in the <body> tag.
I’ve put the code in Scripts in Body section in WP Headers and Footers settings, but when viewing the page (all cache cleared) the display of the FB widget is not working and the <div id="fb-root"></div> tag is not there when viewing the page source.
What could be the problem