friendsofvictoire/socialpage-widget

此包已被弃用且不再维护。未建议替代包。

Victoire DCMS 社交页面小部件

2.0.1 2017-04-03 12:42 UTC

This package is not auto-updated.

Last update: 2021-12-21 22:43:56 UTC


README

##此包的用途是什么

此包为您提供访问 社交页面小部件 的权限。此小部件集成了 Facebook 页面插件,可以将任何 Facebook 页面推广到任何 Victoire 网站上。

未来还将集成更多社交网络。

##设置 Victoire

如果您还没有设置 Victoire,可以按照以下步骤进行设置 这里

##安装包

php composer.phar require friendsofvictoire/socialpage-widget

###提醒

不要忘记在您的 AppKernel 中添加此包!

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Victoire\Widget\SocialPageBundle\VictoireWidgetSocialPageBundle(),
        );

        return $bundles;
    }
}