XF 1.5 Value Display HTML for Custom Fields

Ludachris

Well-known member
I'd like to use embed code to display a custom field (which asks for a youtube link). I'm currently popping up a lightbox overlay to display the video using this code:
Code:
<a href="http://mysite.com/page/video?url={$valueRaw}" class="OverlayTrigger"><span class="fa fa-file-video-o"></span> Watch Video</a>

I'm using custom code to make that work by the way. What I'd like to do is display an embedded video on the page instead. Is it possible to use some code in the "Value Display HTML" field to achieve that or will it require additional custom coding/custom plugin?
 
Top Bottom