تفصیل
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.
ریویو
Contributors & Developers
“Repo Showcase” is open source software. The following people have contributed to this plugin.
حصہ پاوݨ آلے“Repo Showcase” دا آپݨی زبان وچ ترجمہ کرو۔
ڈیویلپمنٹ وچ دلچسپی ہے؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
تبدیلی لاگ
1.0.0
- Initial release