All Projects → niqingyang → wp-github-gos

niqingyang / wp-github-gos

Licence: Apache-2.0 license
利用 github api 实现的一个存储图片/附件的 wordpress 插件

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to wp-github-gos

Vanilla Lazyload
LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.
Stars: ✭ 6,596 (+15604.76%)
Mutual labels:  picture, images
Pictshare
📷 PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. 🎑
Stars: ✭ 576 (+1271.43%)
Mutual labels:  picture, images
ImageOnMap
Repo for ImageOnMap, a bukkit plugin created to display any image using a map
Stars: ✭ 162 (+285.71%)
Mutual labels:  picture, images
Picpic
A awesome image host service driven by github pages and github actions.
Stars: ✭ 135 (+221.43%)
Mutual labels:  picture, images
Tinyraycaster
486 lines of C++: old-school FPS in a weekend
Stars: ✭ 1,383 (+3192.86%)
Mutual labels:  picture, images
Sms Responsive Images
This TYPO3 extension provides ViewHelpers and configuration to render valid responsive images based on TYPO3's image cropping tool.
Stars: ✭ 35 (-16.67%)
Mutual labels:  picture, images
Bubblepictures
Bubble Pictures for iOS done in Swift
Stars: ✭ 434 (+933.33%)
Mutual labels:  picture, images
Lsky Pro
☁️Lsky Pro - Your photo album on the cloud.
Stars: ✭ 1,174 (+2695.24%)
Mutual labels:  picture, images
Tinyrenderer
A brief computer graphics / rendering course
Stars: ✭ 11,776 (+27938.1%)
Mutual labels:  picture, images
Imgpush
Minimalist Self-hosted Image Service for user submitted images in your app
Stars: ✭ 144 (+242.86%)
Mutual labels:  picture, images
spaceholder
🌅 Download placeholder images from public domain sources blazingly fast
Stars: ✭ 24 (-42.86%)
Mutual labels:  images
ck
Portable automation meta-framework to manage, describe, connect and reuse any artifacts, scripts, tools and workflows on any platform with any software and hardware in a non-intrusive way and with minimal effort. Try it using this tutorial to modularize and automate ML Systems benchmarking from the Student Cluster Competition at SC'22:
Stars: ✭ 501 (+1092.86%)
Mutual labels:  plugins
Waifu2x-Image-Saver
A Firefox extension to download any image and process them with Waifu2x with one click.
Stars: ✭ 13 (-69.05%)
Mutual labels:  images
krab
Krab is a migration and automation tool for PostgreSQL based on HCL syntax
Stars: ✭ 15 (-64.29%)
Mutual labels:  plugins
audit-log-plugin
Audit logging plugin for Jenkins based on Apache Log4j Audit
Stars: ✭ 19 (-54.76%)
Mutual labels:  plugins
car-logos-dataset
Collection of 374 car logos images with few variations of sizes and JSON file for better usability.
Stars: ✭ 47 (+11.9%)
Mutual labels:  images
ImageUI
A photo browser inspired by Apple Photos app
Stars: ✭ 44 (+4.76%)
Mutual labels:  images
cineast
Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects.
Stars: ✭ 51 (+21.43%)
Mutual labels:  images
Flow.Launcher.PluginsManifest
Community-made plugins and submissions
Stars: ✭ 13 (-69.05%)
Mutual labels:  plugins
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (+169.05%)
Mutual labels:  plugins

wordpress-qcloud-cos

利用 github api 实现的一个存储附件(图床)的 wordpress 插件

前言

本插件核心功能使用了 GitHub API

设置页面和核心业务逻辑主要参考插件 wordpress-qcloud-cos 实现,替换了其中 腾讯云 COS 官方 SDK 为 GitHub API

插件特色

使用 GitHub 存储服务存储 WordPress 站点图片等多媒体文件

可配置是否上传缩略图和是否保留本地备份

本地删除可同步删除 Github 上面的文件

支持替换数据库中旧的资源链接地址

安装

从 Github 下载源码,通过 WordPress 后台上传安装,或者直接将源码上传到 WordPress 插件目录 wp-content/plugins,然后在后台启用

Github 项目地址: https://github.com/niqingyang/wp-github-gos

修改配置

方法一:在 WordPress 插件管理页面有设置按钮,进行设置

方法二:在 WordPress 后台管理左侧导航栏设置下 Github 存储,点击进入设置页面

特别说明

本插件仅支持PHP 5.4+ 版本

插件预览

常见问题

1、怎么替换文章中之前的旧资源地址链接

这个插件已经加上了替换数据库中之前的旧资源地址链接功能,只需要填好对应的链接即可,如图所示

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].