Creating Rich Link Previews with Onebox

Using hyperlinks

You can add a link to your text by:

  • Using the chain-link button in the editor toolbar
  • Selecting some text in your post and pasting a link from your clipboard
  • Adding Markdown / BBCode / HTML links:
[link here](https://example.com)

[link=https://example.com]link here[/link]

<a href="https://example.com">link here</a>

Clickable Images

To make an image clickable, you can nest the image Markdown syntax within the link Markdown syntax. Here’s the basic format:

[![alt text](image URL)](link URL)

The alt text is important for accessibility, as it describes the image if it does not load or is used by screen readers. Always use meaningful alt text.

[![1000008236|121x100](upload://390Lcco5oiP7hNvGBcdNoT2Wwhr.png)](https://community.nsfirehub.ca/)

Result clickable

1000008236