承接 burnbright/silverstripe-sociallinks 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

burnbright/silverstripe-sociallinks

最新稳定版本:2.0.1

Composer 安装命令:

composer require burnbright/silverstripe-sociallinks

包简介

A quick and easy way to store,retrieve, and style social media links

README 文档

README

A quick and easy way to store, retrieve, and style social media links.

You could configure it to be multiple social links per:

Supported social networks

Being able to configure the list of social networks means you can align the list with the icons you have available, perhaps via your icon font.

You can configure the list of available social networks by adding a yaml config, as such:

Burnbright\SocialLinks\SocialLink:
  networks:
    facebook: Facebook
    linkedin: LinkedIn
    skype: Skype
    twitter: Twitter
    website: Website

If you don't specify a configuration of networks, then a default list will kick in.

Member extension

Add the SocialLinkMemberExtension extension to Member to allow each member to have multiple extensions.

SilverStripe\Security\Member:
    extensions:
        - SocialLinkMemberExtension

统计信息

  • 总下载量: 792
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2013-10-20