dreipunktnull/magento2-module-shariff

This package is abandoned and no longer maintained. No replacement package was suggested.

Magento 2 Integration for Heise Shariff

v0.0.5 2018-03-02 13:58 UTC

This package is auto-updated.

Last update: 2020-12-18 14:58:18 UTC


README

The module integrates the awesome privacy-aware social sharing buttons solution into your Magento 2 project.

Installation

This module needs a bunch of libraries and thus is only available through composer.

composer require dreipunktnull/magento2-module-shariff
bin/magento module:enable Dreipunktnull_Shariff
bin/magento setup:upgrade

Usage

The module exposes the Dreipunktnull\Shariff\Block\Shariff block.

It can be mounted anywhere:

<referenceContainer name="product.info.main">
    <block class="Dreipunktnull\Shariff\Block\Shariff" name="dpn.shariff.links" after="product.info.price" template="Dreipunktnull_Shariff::shariff.phtml"/>
</referenceContainer>

License

MIT