Dan619 Active member May 10, 2020 #1 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??
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??
P Paul B XenForo moderator Staff member May 19, 2020 #3 Enter the relevant code in the Value display HTML field: HTML: <a href="https://twitter.com/{$value}" target="_blank">{$value}</a> Upvote 0 Downvote
Enter the relevant code in the Value display HTML field: HTML: <a href="https://twitter.com/{$value}" target="_blank">{$value}</a>