- Experiment ID
2026-08-profile-embed-rendering- Experiment Type
- apex / user
- Analysis Summary
- Centers a shared Discord user profile preview by removing the duplicate raw URL from link-only messages.
- Why It Matters
- A shared profile can be easier to scan when the message focuses on the preview card instead of a long duplicate URL.
- The content-only condition also avoids removing ordinary conversation around a link.
- Detailed Description
- In the default state, a user-profile link can remain in message text alongside its preview.
- The comparison checks for Discord user-profile links during message markup post-processing and removes the raw link node when no other content is present.
- The separate profile embed remains, avoiding a duplicate URL-and-card presentation.
- Normal links in messages that also contain other text are left intact.
- Focus Area
- Profile-link previews
- Importance
- medium
- Default Config
{
"enabled": false
}- Variations
{
"1": {
"enabled": true
}
}