Links in Labels

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By trafel
:warning: Old Version Published before Godot 3 was released.

Is it possible to add a link or a signal button inside a label or a richTextLabel ?

:bust_in_silhouette: Reply From: Zylann

In Label you can’t but in RichTextLabel you can use BBcode to format text and add links, with [url=some_link]blah blah blah[/url].
Then, I think you can listen for the meta_pressed(meta) signal to know when a link is clicked, where meta is the link.

:bust_in_silhouette: Reply From: georgehudson

You could try BBCode or a href= Link . One of these would work :slight_smile: