This Bolt extension automatically adds the code snippets of the Facebook Like Button plugins on your site.
composer require dmoed/fb-like-button
In the Bolt Backend, navigate to Maintenance -> Extensions. Locate 'FB Likes Button Widget' and click the 'configuration' button. Enter your Facebook page URL in the config file.
For more information: Facebook Like Button.
Lastly enter the following code to your frontend template
{{ widgets('footer') }}
###Changelog
- fixed namespace errors
- released
- initial files