friendsofvictoire / sharethis-widget
此包已被废弃,不再维护。未建议替代包。
Victoire DCMS ShareThis 小部件
2.0.5
2017-04-25 15:21 UTC
Requires
- php: >=5.5.9
- symfony/framework-bundle: ~2.8|~3.0
- victoire/victoire: >=2.0.0|~3.0
This package is not auto-updated.
Last update: 2021-12-21 22:42:47 UTC
README
##此包的用途是什么
此包为您提供了访问 ShareThis 小部件 的权限,该小部件可以启用社交媒体按钮栏,以便在社交平台上分享任何内容。
##设置Victoire
如果您尚未设置Victoire,可以按照以下步骤进行 设置
##安装包
运行以下Composer命令
php composer.phar require friendsofvictoire/sharethis-widget
###提醒
不要忘记在您的AppKernel中添加此包!
class AppKernel extends Kernel { public function registerBundles() { $bundles = array( ... new Victoire\Widget\ShareThisBundle\VictoireWidgetShareThisBundle(), ); return $bundles; } }