# Show-Repos **Repository Path**: joytouwu/Show-Repos ## Basic Information - **Project Name**: Show-Repos - **Description**: 一个可以让您通过添加简码(短代码)即可展示您的GitHub/Gitee仓库的WordPress插件。具有结构模块化,可按需扩展,易扩展,开源等特点。 - **Primary Language**: PHP - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Show-Repos A WordPress plugin that can make you to show your repo(s) on the wordpress through a simple shortcode. * Modular structure * On-demand expansion * Open source code. Show the code-managed repositories: GitHub, Gitee. ## How to Use Add the shortcode to anywhere you want to display: `[show-repo src="{{code-managed plant}}" user="{{username that the repo want to display}}" repo="{{repository name that the repo want to display}}"/]` ## Example Code 1. `[show-repo src="github" user="joytou" repo="WP-Bing-Background"/]` 2. `[show-repo src="gitee" user="joytouwu" repo="WP-Bing-Background"/]` ## Upgrade Notice The `./mod/` directory needs to be backed up before updating, it will be overwritten through the system update mechanism. ## Steps to Upgrade 1. Back up the plugin directory, deactive the plugin, and then delete the plugin directory before upgrade to new version. 2. Upload and unzip the new version to its original location, active plugins, plugin configuration sits to automatically inherit. ## Installation 1. Backup and delete the plugin directory and deactive the plugin if you has installed any elder version. 2. Upload the plugin files to the plugins directory, or install the plugin through the WordPress plugins screen directly. 3. Activate the plugin through the 'Plugins' screen in WordPress. ## Frequently Asked Questions ### How to extend the other code-managed plant (or the likely service)? 1. Create a php file in `./mod/` directory, and name it to the plant name (format: {{plant name}}.php). 2. Write the php file content as the following template: ```php Repo's name {{description}} => Repo's description {{url}} => Repo's url {{download_url}} => The url that can download the repo {{owner}} => Repo owner's name {{owner_url}} => Repo owner's url {{subscribers}} => The num of subscribing/staring the repo {{watchers}} => The num of watching the repo {{forks}} => The num of forking the repo {{home_page}} => Repo's homepage url, which can link to repo's homepage {{branch}} => Repo's default branch name {{ctime}} => Repo's created time {{mtime}} => Repo's last updated time {{ptime}} => Repo's last pushed time ``` 3. Add the css/js file to the directory `./mod/template/css/` / `./mod/template/js/` as if needed, and name it(s) to the plant name (format: {{plant name}}.js / {{plant name}}.css) ### I had added the shortcode, but it still does not display or it display the error message. 1. Please ensure there are files in directory `./mod/`. 2. Please check if you write the correct infomation, like src(point to the plant name), user(the repo's owner), repo(the repo). 3. If you had modified any file(s), you can modify it(s) to the correct, refer to FAQ 'How to extend the other code-managed plant (or the likely service)?'. 4. If it sitll, redownload and active the plugin. 5. If you have any doubt(s), please email me . ## Screenshots - null ## Changelog ### 1.0.0 * The first version. ## Upgrade Notice - The `./mod/` directory needs to be backed up before updating, it will be overwritten through the system update mechanism.