Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Woocommerce | 8,442 | 13 | 14 | 2 hours ago | 460 | October 12, 2021 | 2,210 | other | PHP | |
A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine. | ||||||||||
Wp Graphql | 3,423 | 15 hours ago | 128 | gpl-3.0 | PHP | |||||
:rocket: GraphQL API for WordPress | ||||||||||
Create Guten Block | 3,140 | 6 months ago | 107 | mit | JavaScript | |||||
📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins. | ||||||||||
Dropkick | 1,944 | 98 | 8 | a year ago | 13 | February 12, 2018 | 19 | mit | JavaScript | |
A JavaScript plugin for creating beautiful, accessible, and painless custom dropdowns. | ||||||||||
Plugin Update Checker | 1,927 | 63 | 30 | 19 days ago | 31 | July 24, 2022 | 79 | mit | PHP | |
A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes. | ||||||||||
Amp Wp | 1,763 | 5 days ago | 113 | gpl-2.0 | PHP | |||||
Enable AMP on your WordPress site, the WordPress way. | ||||||||||
S3 Uploads | 1,738 | 43 | 9 | 5 days ago | 19 | July 30, 2021 | 178 | PHP | ||
The WordPress Plugin to Store Uploads on Amazon S3 | ||||||||||
Redux Framework | 1,658 | 3 | 1 | 2 days ago | 67 | June 21, 2022 | other | PHP | ||
Redux is a simple, truly extensible options framework for WordPress themes and plugins! | ||||||||||
Wordpress Seo | 1,586 | 8 hours ago | 3 | June 28, 2022 | 978 | other | JavaScript | |||
Yoast SEO for WordPress | ||||||||||
Jetpack | 1,467 | 2 hours ago | 18 | July 12, 2022 | 2,587 | other | PHP | |||
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic. |
利用 github api 实现的一个存储附件(图床)的 wordpress 插件
本插件核心功能使用了 GitHub API
设置页面和核心业务逻辑主要参考插件 wordpress-qcloud-cos 实现,替换了其中 腾讯云 COS 官方 SDK 为 GitHub API
使用 GitHub 存储服务存储 WordPress 站点图片等多媒体文件
可配置是否上传缩略图和是否保留本地备份
本地删除可同步删除 Github 上面的文件
支持替换数据库中旧的资源链接地址
从 Github 下载源码,通过 WordPress 后台上传安装,或者直接将源码上传到 WordPress 插件目录 wp-content/plugins
,然后在后台启用
Github 项目地址: niqingyang/wp-github-gos
修改配置
方法一:在 WordPress 插件管理页面有设置按钮,进行设置
方法二:在 WordPress 后台管理左侧导航栏设置下 Github 存储
,点击进入设置页面
特别说明
本插件仅支持PHP 5.4+ 版本
1、怎么替换文章中之前的旧资源地址链接
这个插件已经加上了替换数据库中之前的旧资源地址链接功能,只需要填好对应的链接即可,如图所示