indieweb / indieweb/wordpress-indieweb
Confusing Label for Mastodon Profile Field in User Profile Settings
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 83
- Forks
- 18
- Avg merge
- 1h 13m
- Merged PRs (30d)
- 1
Description
When the IndieWeb plugin is activated, the user profile section in the WordPress dashboard (/wp-admin/profile.php) includes a field for entering a Mastodon profile. Currently, this field is labeled "Mastodon Server (URL)", which may cause confusion, as it sounds like it's asking for just the server URL (e.g. mastodon.social) rather than the full profile URL (e.g. https://mastodon.social/@username).
To improve clarity and maintain consistency with other fields like "YouTube profile URL" and "LinkedIn profile URL", this label should be changed to:
"Mastodon profile URL"

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the WordPress dashboard profile settings entry point (/wp-admin/profile.php) and search the plugin source for the exact label "Mastodon Server (URL)". Change it to "Mastodon profile URL" and verify that the user profile field displays the new wording while still accepting the full profile URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100