dmoed/fb-like-button

Bolt Extension to add a Facebook Like Button

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:bolt-extension

v1.0.1 2022-05-20 04:15 UTC

This package is auto-updated.

Last update: 2024-04-20 08:05:44 UTC


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