How do I add a link to my profile HTML?

September 9, 2026

Use the <a> tag to link to a website or another BMM Play page.

Example

<a href="https://example.com" title="Visit my portfolio">View my portfolio</a>

Supported link attributes are href, title, target, and rel. Saved links are secured and opened in a new tab automatically.

  • Use a complete https:// address.
  • Write descriptive link text instead of “click here.”
  • Test the link after saving.
  • javascript: and data: links are blocked for safety.

Ask in the Help & Support forum

FAQ Categories: Profile HTML & Icons
FAQ Type: None
User Avatar