Put User custom field information in post footer

the100yen

Member
I have been checking out the YTTalk forum and they have some nice functions,
How can I do something similar?


20312692.png


Basically I would like to add social icons like these and also in the red box, it is the channel link to youtube.

Anyone can help me with this?
 
I followed your instruction found in this thread

However if I put {$message.customFields.field_id} in message templease, it just gives me the text information. * I did replace the field_id with my own which is "Youtube"

I have HTML code below
<a href="http://www.youtube.com/user/{$valueUrl}" target="_blank"><img src="images/youtube.png" alt="YouTube Profile"/></a>

this html code is configured to get the img and also link the user' link,

I want to put the img to bottom of each post user make...I am missing something?
 
Top Bottom