saav-tek/yii2-share-buttons-widget

Social Media share buttons widget.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

pkg:composer/saav-tek/yii2-share-buttons-widget

dev-main 2021-02-24 23:11 UTC

This package is auto-updated.

Last update: 2025-10-25 11:04:09 UTC


README

This Widget creates Social Media sharing buttons.

Note: Configure the required "og" fields in the view (og:title, og:image, etc) so that FaceBook and LinkedIn populate the post content automatically.

Installation

The preferred way to install this extension is through composer.

Usage

    echo ShareButtonsWidget::widget([
        'title' => $someTitle,
        'url' => Url::to([$someUrl], true),
    ])