dmoed / fb-like-button
Bolt Extension to add a Facebook Like Button
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:bolt-extension
Requires
- php: >=7.1.3
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
- bolt/core: ^4.0 | ^5.0
- franzl/studio: ^0.15.0
README
This Bolt extension automatically adds the code snippets of the Facebook Like Button plugins on your site.
Installation:
composer require dmoed/fb-like-button
Setup:
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
1.0.1
- fixed namespace errors
1.0.0
- released
0.1.1
- initial files