evanshunt/wp-replace-social-icons 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

evanshunt/wp-replace-social-icons

最新稳定版本:v0.2.2

Composer 安装命令:

composer require evanshunt/wp-replace-social-icons

包简介

A WordPress plugin to allow theme overrides of social media icons

README 文档

README

This is a plugin for WordPress when using the block editor and/or full-site editing. It allows you to customize the icons in the social links block.

How to use

  1. Download the latest release.
  2. Install the plugin (drop it into the wp-content/plugins directory)
  3. Add a config file named social-services.json at the root of your theme. In the file, specify your icons in the following format:
{
  "services": {
    "facebook": {
      "icon": "file:./src/svg/facebook.svg"
    },
    "twitter": {
      "icon": "file:./src/svg/twitter.svg"
    },
    "linkedin": {
      "icon": "file:./src/svg/linkedin.svg"
    }
  }
}

Replace the paths with your actual paths to the SVG files. It has only been tested with files relative to your theme root.

  1. Activate the plugin. Now your social service icons should be replaced both on the front-end and in the back end (page editor, full site editor).

Issues

This is pre-release software and might not work as expected. Use at your own risk. However, if you encounter a problem, feel free to open an issue and the maintainer will probably try to fix it.

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-10-17