dev-master
9999999-dev https://github.com/keygenqt/yii2-share2Widget from form image ajax load.
BSD-3-Clause
The Requires
- yiisoft/yii2 *
- php >=5.4.0
yii2 yandex share soc share2
Widget from form image ajax load.
, (*1)
An easy way to add buttons soc network share. Widget uses the Yandex Block "Share"., (*2)
The preferred way to install this extension is through composer., (*4)
"require": { "keygenqt/yii2-share2": "*" }
use keygenqt\share2\Share2; = Share2::widget([ 'size' => 40, 'margin' => 10, 'lang' => 'en', 'icon_facebook' => '/images/common/fb.png', 'icon_twitter' => '/images/common/tw.png', 'icon_linkedin' => '/images/common/in.png', 'soc' => [Share2::SOC_FACEBOOK, Share2::SOC_TWITTER, Share2::SOC_LINKEDIN], 'title' => 'Yii2 Share', 'urlImage' => Url::base(true) . '/images/yii2/preview-share2.png', 'urlPage' => Url::base(true) . Yii::$app->request->getUrl(), ]) ?>
I did not overload all the options, there are a lot of them. Only the most basic. You can find all parameters here, (*5)
const SOC_YA_COLLECTIONS = 'collections'; const SOC_VK = 'vkontakte'; const SOC_FACEBOOK = 'facebook'; const SOC_GPLUS = 'gplus'; const SOC_TWITTER = 'twitter'; const SOC_LINKEDIN = 'linkedin'; const SOC_VIBER = 'viber'; const SOC_WHATSAPP = 'whatsapp'; const SOC_SKYPE = 'skype'; const SOC_TELEGRAM = 'telegram';
Some social networks do not pay attention to the image parameter passed to them. In this case, micro-marking should be used., (*6)
Copyright 2017-2024 Vitaliy Zarubin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Widget from form image ajax load.
BSD-3-Clause
yii2 yandex share soc share2