Title: Gulo Link-in-Bio
Author: habakuk
Published: <strong>31. maj, 2026</strong>
Last modified: 31. maj, 2026

---

Søg plugins

![](https://ps.w.org/gulo-link-in-bio/assets/banner-772x250.png?rev=3555403)

![](https://ps.w.org/gulo-link-in-bio/assets/icon.svg?rev=3555403)

# Gulo Link-in-Bio

 Af [habakuk](https://profiles.wordpress.org/habakuk/)

[Download](https://downloads.wordpress.org/plugin/gulo-link-in-bio.0.3.1.zip)

 * [Detaljer](https://da.wordpress.org/plugins/gulo-link-in-bio/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/gulo-link-in-bio/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/gulo-link-in-bio/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/gulo-link-in-bio/#developers)

 [Support](https://wordpress.org/support/plugin/gulo-link-in-bio/)

## Beskrivelse

**Gulo Link-in-Bio** turns a WordPress Page into a fully self-contained link-in-
bio page — without touching your active theme. It is a self-hosted alternative to
Linktree. Ideal for social media bios, creator profiles, and landing pages that 
collect all your important links in one place.

#### How it works

 1. Install and activate the plugin.
 2. Go to **Gulo Link-in-Bio** in the admin menu and configure your profile.
 3. Create any WordPress Page, select it in the settings, then publish it.

The plugin serves a standalone HTML page (bypasses the active theme entirely), so
your link-in-bio page looks identical no matter which theme is installed.

#### Features

 * **Profile section** — circular avatar, name, and bio/tagline
 * **Unlimited links** — drag to reorder, toggle active/inactive without deleting
 * **Theming** — gradient or solid background, custom button colors (solid or glass/
   frosted style), custom text color
 * **SEO options** — optional noindex to keep the page out of search results
 * **Legal footer** — optional Imprint and Privacy Policy links (useful for GDPR/
   German Impressum requirements)
 * **Yoast SEO compatible** — integrates via Yoast’s own filters to avoid duplicate
   meta tags
 * **Cache aware** — automatically purges the page cache on save (WP Super Cache,
   WP Rocket, W3 Total Cache, WP Fastest Cache, LiteSpeed Cache, Cache Enabler)
 * **Editor access** — Administrators and Editors can manage the settings via a 
   custom capability
 * **Admin bar shortcut** — logged-in users with access see an “Edit Gulo Link-in-
   Bio” link directly on the frontend page
 * **Fully accessible** — WCAG 2.2 AA: skip link, semantic landmarks, visible focus,`
   prefers-reduced-motion`
 * **Translated** — ships with German (`de_DE`), French (`fr_FR`), Spanish (`es_ES`),
   and Ukrainian (`uk`) translations
 * **No tracking, no ads, no upsells** — 100% free and open source (GPL-2.0-or-later)

## Skærmbilleder

 * [[
 * The Gulo Link-in-Bio settings page — Profile and Page selection section.
 * [[
 * The Appearance settings — background type, gradient/solid color pickers, and 
   button style.
 * [[
 * The Links manager — drag-to-reorder rows with active toggle and URL fields.
 * [[
 * The legal and SEO settings area.
 * [[
 * The live frontend profile page as seen by a visitor (desktop view, with solid
   buttons, imprint and privacy policy).
 * [[
 * The live frontend profile page on a mobile screen (glass buttons).
 * [[
 * The live frontend profile page on a mobile screen (solid buttons).

## Installation

#### From the WordPress Plugin Directory

 1. Go to **Plugins  Add New**.
 2. Search for **Gulo Link-in-Bio**.
 3. Click **Install Now**, then **Activate**.

#### Manual installation

 1. Download the ZIP from the [plugin page](https://wordpress.org/plugins/gulo-link-in-bio/)
    or [GitHub releases](https://github.com/habakuk007/Gulo-link-in-bio-Wordpress-Plugin/releases).
 2. Go to **Plugins  Add New  Upload Plugin**.
 3. Upload the ZIP and click **Install Now**, then **Activate**.

#### First setup

 1. In the admin menu, click **Gulo Link-in-Bio**.
 2. Set your **Name**, **Bio**, and **Profile Image**.
 3. Choose a **Background** (gradient or solid color) and **Button Style**.
 4. Under **Gulo Link-in-Bio Page**, select the WordPress Page that should show the
    profile.
 5. Add your **Links** (title + URL). Drag rows to reorder.
 6. Click **Save Settings**.
 7. Visit the selected page — it will display the Gulo Link-in-Bio layout.

## FAQ

### Does this replace my theme?

No. The plugin only affects the single WordPress Page you designate in settings.
All other pages continue to use your active theme normally. The Gulo Link-in-Bio
page is served as a completely standalone HTML document.

### Can I use it on more than one page?

Currently the plugin supports one Gulo Link-in-Bio page at a time. Select the page
under **Gulo Link-in-Bio  Gulo Link-in-Bio Page** in the settings.

### Which user roles can edit the settings?

Administrators and Editors. The plugin grants both roles the `gulo_manage_settings`
capability on activation. Authors, Contributors, and Subscribers cannot access the
settings.

### Does it work with Yoast SEO?

Yes. When Yoast SEO is active, the plugin hooks into Yoast’s own filters (`wpseo_title`,`
wpseo_opengraph_type`, `wpseo_opengraph_title`, `wpseo_robots`) instead of emitting
competing HTML tags. There are no duplicate meta tags.

### Does it work with caching plugins?

Yes. Whenever settings are saved, the plugin automatically purges the Gulo Link-
in-Bio page from the following caches: WP Super Cache, WP Rocket, W3 Total Cache,
WP Fastest Cache, LiteSpeed Cache, and Cache Enabler. It also calls `clean_post_cache()`
for WordPress’s built-in object cache. If you use a different caching plugin, purge
the page manually after saving settings.

### Does it work with Matomo / other analytics?

Yes. The plugin calls `wp_head()` and `wp_footer()` on the page, so any tracking
code that hooks into those actions (Matomo via Connect Matomo, Google Site Kit, 
etc.) loads normally.

### Does the page appear in search results?

By default, yes. To exclude it, check **Exclude this page from search engines (noindex)**
in the SEO section of the settings. This adds a `noindex` meta tag (and instructs
Yoast SEO to do the same if installed).

### How do I add a language not included in the plugin?

 1. Run `composer run make:pot` to re-extract strings (requires WP-CLI).
 2. Copy `languages/gulo-link-in-bio.pot` to `languages/gulo-link-in-bio-{locale}.po`.
 3. Add translations in a PO editor (e.g. [Poedit](https://poedit.net/)).
 4. Run `composer run make:mo` to compile the MO binary.

Or use a plugin like [Loco Translate](https://wordpress.org/plugins/loco-translate/)
to translate strings directly in the WordPress admin.

### Where can I report a bug or request a feature?

On [GitHub Issues](https://github.com/habakuk007/Gulo-link-in-bio-Wordpress-Plugin/issues).

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“Gulo Link-in-Bio” er open source-software. Følgende personer har bidraget til dette
plugin.

Bidragsydere

 *   [ habakuk ](https://profiles.wordpress.org/habakuk/)

[Oversæt “Gulo Link-in-Bio” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/gulo-link-in-bio)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/gulo-link-in-bio/), 
tjek [SVN repository](https://plugins.svn.wordpress.org/gulo-link-in-bio/), eller
abonner på [udviklerloggen](https://plugins.trac.wordpress.org/log/gulo-link-in-bio/)
via [RSS](https://plugins.trac.wordpress.org/log/gulo-link-in-bio/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 0.3.1

 * Added WordPress.org packaging assets and compliance documentation for submission
   readiness.
 * Committed `package-lock.json` and `composer.lock`, and pinned PHPUnit for reproducible
   installs and stable CI.
 * Updated CI workflows with Subversion support before WP test bootstrap and refined
   deployment configuration.
 * Cleaned up plugin metadata for WordPress.org review and compatibility validation.

See `changelog.txt` for older entries.

## Meta

 *  Version **0.3.1**
 *  Senest opdateret **1 uge siden**
 *  Aktive installationer **Færre end 10**
 *  WordPress-version ** 6.0 eller højere **
 *  Testet op til **7.0**
 *  PHP-version ** 7.4 eller højere **
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/gulo-link-in-bio/)
 * Tags
 * [link in bio](https://da.wordpress.org/plugins/tags/link-in-bio/)[links](https://da.wordpress.org/plugins/tags/links/)
   [Linktree](https://da.wordpress.org/plugins/tags/linktree/)[profile](https://da.wordpress.org/plugins/tags/profile/)
   [social links](https://da.wordpress.org/plugins/tags/social-links/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/gulo-link-in-bio/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

[Your review](https://wordpress.org/support/plugin/gulo-link-in-bio/reviews/#new-post)

[Se alle anmeldelser.](https://wordpress.org/support/plugin/gulo-link-in-bio/reviews/)

## Bidragsydere

 *   [ habakuk ](https://profiles.wordpress.org/habakuk/)

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/gulo-link-in-bio/)

## Donér

Vil du gerne støtte udviklingen af dette plugin?

 [ Donér til dette plugin ](https://trumpkin.de/donate)