Embed Repo for GitHub – showcase your open source projects
Show off your GitHub repositories anywhere on your WordPress site – in customizable, responsive layouts – with a simple Gutenberg block. Demos Why Embed Repo for GitHub? Linking out to GitHub sends visitors away from your site. Embed Repo for GitHub lets you display your repositories right inside your posts and pages, so developers, clients, and collaborators can browse your open source work without leaving WordPress. Show all your repositories, control how many appear per page, and fine-tune every visual detail – columns, gaps, colors, and typography – directly from the block editor sidebar. Free Features Show All Repositories: Display your GitHub repositories anywhere in WordPress. Fully Customizable: Adjust every part of the display to match your site. Repositories Per Page: Control how many repositories show at once. Pagination: Show or hide pagination, and style its typography, colors, active colors, and border. Show/Hide Elements: Toggle the repository info icon, name, title, and button. Masonry Layout: Choose a masonry grid for a modern portfolio look. Grid Controls: Set columns, column gap, and row gap. Color & Typography: Set repository background color, plus typography and colors for the info icon, name, title, and button. GitHub Repository Showcase for WordPress Want to create a GitHub portfolio in WordPress? Embed Repo for GitHub lets you present your open source work in a professional layout directly on your website. You can use it to showcase: GitHub projects Open source repositories Developer projects WordPress development projects Software projects Agency projects Personal coding portfolios Client projects Documentation repositories This makes it easier for website visitors to discover your projects without leaving your WordPress website. How to Use – Quick Start Go to Plugins → Add New in your WordPress dashboard. Search for “Embed GitHub”, click Install Now, then Activate. In the block editor, add the Embed GitHub block to any post or page. Configure the layout and styling from the right-side settings sidebar, then publish. For installation help, see the Installation tab. Use Cases Developer portfolios: Present your open source projects in a polished grid. Agency & team sites: Showcase the repositories behind your products. Documentation & project pages: Keep repository listings visible next to your docs. Liked this plugin? Hate it? Want a new feature? Send us your feedback Check out the Parent Plugin of this plugin- 🔥 b Blocks – Best gutenberg blocks collections for WordPress. Check out our other WordPress Plugins- 🔥 Html5 Audio Player – Best audio player plugin for WordPress. 🔥 Html5 Video Player – Best video player plugin for WordPress. 🔥 PDF Poster – A fully-featured PDF Viewer Plugin for WordPress. 🔥 StreamCast – A fully-featured Radio Player Plugin for WordPress. 🔥 3D Viewer – Display interactive 3D models on the webs. Third-Party Services Used The following third-party APIs are utilized in this plugin for license management: Gumroad API Endpoint: https://api.gumroad.com/v2/licenses/verify Purpose: License verification for products distributed through Gumroad. Documentation: Gumroad API Documentation Terms of Service: Gumroad Terms Privacy Policy: Gumroad Privacy Policy bPlugins License Management API Endpoints: https://api.bplugins.com/wp-json/license/v1/sync-license https://api.bplugins.com/wp-json/license/v1/gumroad https://api.bplugins.com/wp-json/data/v1/accept-data Purpose: Syncing license data, verifying licenses, and managing product information. Privacy Policy: bPlugins Privacy Policy Developer Notes Public source code GitHub link for review, study, and contribute. https://github.com/bPlugins/Github-Block For more information on how to contribute to this plugin, please visit our GitHub repository.
Top keywords
- github14×2.53%
- wordpress14×2.53%
- repositories10×1.81%
- projects8×1.44%
- api7×1.26%
- gumroad7×1.26%
- bplugins6×1.08%
- license6×1.08%
- show6×1.08%
- com5×0.90%
- embed5×0.90%
- https5×0.90%
Git it Write – Write posts from GitHub
Git it Write allows to publish the markdown files present in a GitHub repository to your WordPress site. So with this plugin, whenever the files are added, updated in the repository the WordPress post will be added, updated accordingly. This plugin is inspired from static site generators like Jekyll, Next.js, Gatsby.js on how content is written is markdown. This is a similar idea for WordPress where markdown files are parsed from GitHub and published as posts. 👓 Live example: Source github repository (/docs/ folder) to Posts published ⚡ Getting started: Get started with Git it write. Learn how to write .md files and publish posts on WordPress. This allows people to collaborate with the post, share edits and suggestions in GitHub which when pulled the WordPress post will be updated automatically. If a repository has files in the below structure, docs/ guide/ introduction.md getting-started.md help/ faq.md Then below posts will be created like below (if permalinks are configured and the post type supports “hierarchy” i.e creating posts level by level (example: pages)) https://example.com/docs/guide/introduction/ https://example.com/docs/guide/getting-started/ https://example.com/help/faq/ 🎲 What is the use of this plugin ? Publish posts using the files in your GitHub repository. Write your posts in Markdown format. Write your posts on your desktop application (Notepad++, Sublime Text, Visual studio code). Collaborate, involve communities on the files in GitHub and publish them on WordPress. All the advantages of Git and it’s version management system. 🚀 Some use cases Can be used for documentation posts, FAQs, Wikis etc. Write blog posts. Any articles which may need community involvement. ✨ Features Markdown will be processed and post will be published as HTML. Images used in the source file will be uploaded to WordPress. Relative links are supported. Set post properties like post status, title, order, category, tags etc, in the source file itself. Webhook support (whenever repository is changed, it updates the plugin to pull the latest changes and publish the posts) Add multiple repositories. Publish to any post type. Posts are published in hierarchial manner if they are under folders. Example: a file dir1/hello.md will be posted as dir1/hello/ in WordPress if the post type supports hierarchy. Support for post metadata like setting tags, categories, custom fields. ℹ Note Only Markdown files will be pulled and published right now Posts won’t be deleted when it’s source file is deleted on GitHub. It is preferred to have a permalink structure. It is preferred to select a post type which supports hierarchy. Images have to present only in _images folder in the repository root. Markdown files have to relatively use them in the file. 🥗 Recommendation It is recommended that a permalink structure is enabled in the WordPress site so that, if you have file under docs/reference/my-post.md then a post is published like https://example.com/docs/reference/my-post/. This will be the result when post type has hierarchy support. They will be posted level by level for every folder in the repository. The folder’s post will be taken from the index.md file if exists under that folder. 🏃♂️ Using the plugin Have a GitHub repository where all the source files (markdown files) are maintained (organized in folders if needed the exact structure) In the plugin settings page, click add a new repository. Enter the details of the repository to pull the posts from and under what post type to publish them. Save the settings Click “Pull the posts” and then “Pull only” changes. This will publish posts for all the markdown files. To automatically update posts whenever repository is updated, configure webhook as mentioned in the settings page. Links Documentation Support forum/Report bugs Donate Contribute on GitHub