Embed Gitlab

A quick plugin to embed details about a gitlab repository in a wordpress page or post.

w

wmt-embed-gitlab

wemakethingsltd-group/wmt-embed-gitlab

Embed a gitlab repo into a wordpress page or post.

0 Stars
🍴 0 Forks
🌿 1 Branches
🏷️ 0 Tags

README

=== WMT GitLab Embed ===
Contributors: wemakethings
Tags: gitlab, embed, repository, oembed
Requires at least: 5.0
Tested up to: 6.9
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed GitLab repository details in your WordPress posts and pages simply by pasting the URL.

== Description ==

WMT GitLab Embed allows you to showcase GitLab repositories with a premium, modern design. Just paste a public GitLab URL (e.g., https://gitlab.com/namespace/project) on its own line, and it will automatically transform into a beautiful card showing:

* Project name and description
* Stars and Forks count
* Branch and Tag counts
* Integrated scrollable README preview

The plugin uses WordPress Transients to cache API responses, ensuring fast load times and minimal API requests.

== Installation ==

=== Automatic Installation ===

1. Search for plugin in the WordPress Plugin directory
2. Install and activate the plugin

=== Manual Installation ===

1. Upload the `wmt-embed-gitlab` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Paste a GitLab URL into any Post or Page editor.

== Changelog ==

= 1.0.0 =
* Initial release.