توضیحات
Repo Showcase allows you to effortlessly display your GitHub repositories on your WordPress site using simple shortcodes. Perfect for developers wanting to showcase their work in an elegant and functional way.
Try it out on your free dummy site: Click here => https://tastewp.org/plugins/repo-showcase
Features
- Display GitHub repositories with a simple shortcode.
- Pagination support for large numbers of repositories.
- Easy setup with a user-friendly settings page.
- Responsive design to look great on all devices.
Shortcodes
[showcase_repositories]
: Displays GitHub repositories.
External Service Usage
Repo Showcase relies on the GitHub API to fetch and display GitHub repositories on your WordPress site. This API integration allows the plugin to retrieve repository data based on the provided GitHub username.
GitHub API Integration
The plugin uses the GitHub API to fetch repository information. This includes repository names, descriptions, star counts, fork counts, programming languages, and last update timestamps.
- Service Used: GitHub API
- API Endpoint:
https://api.github.com/users/$username/repos
- Purpose: Display GitHub repositories on your WordPress site.
- Service URL: GitHub API Documentation
- Terms of Use: GitHub Terms of Service
- Privacy Policy: GitHub Privacy Statement
By using this plugin, you acknowledge and agree to the GitHub API’s terms of use and privacy policy.
Legal Considerations
Make sure to review and comply with GitHub’s terms of service and privacy policy to ensure data transmissions are handled appropriately and legally.
Support
For support or questions, please visit the plugin support forum.
License
Repo Showcase is released under the GPL-2.0-or-later. See LICENSE file for details.
عکسهای صفحه
نصب
- Upload the plugin files to the
/wp-content/plugins/repo-showcase
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Navigate to Settings > Repo Showcase to configure the plugin.
- Enter your GitHub access token and username, then save the settings.
- Use the
[showcase_repositories]
shortcode in any post or page where you want to display your GitHub repositories.
سوالات متداول
-
How do I get a GitHub access token?
-
- Log in to your GitHub account.
- Navigate to Settings > Developer settings > Personal access tokens.
- Generate a new token with the necessary permissions.
- Copy the token and paste it into the plugin settings page in your WordPress admin panel.
-
How do I use this plugin?
-
After setting up the plugin, use the
[showcase_repositories]
shortcode in any post or page where you want to display your GitHub repositories. -
Can I customize the display of the repositories?
-
The plugin does not currently offer shortcode attributes for customization. However, you can modify the CSS files included in the plugin to change the appearance of the repositories.
-
Is there a limit to the number of repositories I can display?
-
The plugin supports pagination, so you can display any number of repositories by navigating through the pages.
نقد و بررسیها
توسعه دهندگان و همکاران
“Repo Showcase” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Repo Showcase” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
1.0.0
- Initial release