I would like to do something like this where the user's email address is displayed in addition to the video, ex - {$visitor.email} or {$xenOptions.contactEmailAddress} [source]
If I edit the YouTube BB Code Media Site (admin.php?bb-code-media-sites/youtube/edit) and save, it just displays {$visitor.email} and doesn't make the substitution.
Is this possible by using the Advanced Option Embed HTML Callback or something else? If so, is there something readily available or would I need to create?
Thanks,
Dave
If I edit the YouTube BB Code Media Site (admin.php?bb-code-media-sites/youtube/edit) and save, it just displays {$visitor.email} and doesn't make the substitution.
Code:
{$visitor.email}<iframe width="500" height="300" src="https://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe>
Is this possible by using the Advanced Option Embed HTML Callback or something else? If so, is there something readily available or would I need to create?
Thanks,
Dave