This bundle provides social network buttons as RedKiteCms CMS App-Blocks and renders the required SDK for each social network.
At the moment the SocialSDK Bundle supports those social networks buttons:
- Twitter Share Button
- Facebook Like Button
You can add the SocialBlock Bundle to your application adding it to your composer.json file:
.. code-block:: text
{
"require": {
"redkite-cms/social-block-bundle": "1.0.*"
}
}
The bunde is fully unit tested.