Installing the Facebook Reviews Snippet in Your Theme
Copy the Snippet
<!-- START Enoble Facebook Reviews for Shopify -->
<div id="enb_fb-mountpoint" ></div>
<!-- END Enoble Facebook Reviews for Shopify -->
Navigate to your chosen template file
Because every theme differs, you may need some knowledge of HTML to know where to paste the snippet. Usually, a good place is right before the footer, in your theme.liquid (click here to go to theme.liquid).
Locate either of these lines:
<footer>
OR
{% include 'footer' %}
and paste your code just above this line.
The end result should look like this:
If at any point you feel you need help, reach out to us at support@soviapps.com for assistance with placement!