XF 2.1 Changing the twitter text into link

Dan619

Active member
Licensed customer
Is there a way so that when a user puts in their twitter username on their profile, it turns it into a link to their twitter page rather than just text??
 
Enter the relevant code in the Value display HTML field:

HTML:
<a href="https://twitter.com/{$value}" target="_blank">{$value}</a>

1589918092870.webp
 
Back
Top Bottom