Download the PHP package jeroenpeters1986/statamic-likebox without Composer

On this page you can find all versions of the php package jeroenpeters1986/statamic-likebox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package statamic-likebox

Facebook Like box for Statamic

Statamic 3.3+ Latest Version on Packagist Number of downloads

Main Features

How to Use

This add-on provides a configurable tag to display a Facebook Like box on their website. You can place the tag in the templates yourself if you are using a 'vanilla' Statamic installation. If you use the Peak package with the Pagebuilder, the Like box can be added with just a click from the Control Panel!

The Tag

The most simple version of the tag, which only takes the page as an argument, looks like this (in Antlers):

{{ likebox page='statamic'}}

This will display a simple 240px wide widget with the avatar/profile picture of the page, a button to like the page and a fan-count.

The options

So if you combine lots of these options you can end up with an Antlers tag like this: {{ likebox page='quoteshirts' width='320' lang='nl_NL' content_tabs='timeline,events' hide_header_cover='false' compact_header='true' }}

When you have the PEAK starter kit installed

If you have the PEAK started kit installed, you're in luck! You can just edit any page from the Control Panel and add the 'Facebook likebox' block to the page. You will be presented with all the options above in a comfortable manner.

How to Install

You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:

Requirements

Support

I love to share with the community. Nevertheless, coding/learning/updating takes a lot of work, time and effort.

If you like my software, feel free to buy me a coffee or two with Ko-Fi

Changelog

1.0.4

Statamic 5 support

1.0.3

Statamic 4 support

1.0.2

Updated requirements, so you can also install/use it on Statamic 3.4!

1.0.1

Optimized the installation in the PEAK Pagebuilder

1.0.0

First version

License

This plugin is published under the MIT license.

Disclaimer

This add-on is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Facebook / Meta, or any of its subsidiaries or its affiliates. This add-on merely enables users to easily implement a Facebook widget on their website. The official Facebook website can be found at https://facebook.com


All versions of statamic-likebox with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
statamic/cms Version ^3.0|^4.0|^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jeroenpeters1986/statamic-likebox contains the following files

Loading the files please wait ....