How do I add a link to my profile HTML?
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:anddata:links are blocked for safety.
FAQ Categories:
Profile HTML & Icons
FAQ Type:
None