-
I want to show a wordpress user info in a video, can I do it using the subtitles or html popup func?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
Foliovision › Forums › FV Player › How to … › Is it possible print user data on subtitles or html popup?
Hello Lorran,
this is a bigger customization and requires some PHP skills:
If you want to generate the user info dynamically, then you can put it in via the fv_flowplayer_ad_html or fv_flowplayer_inner_html filter documented here: https://foliovision.com/player/api-programming
If you use the fv_flowplayer_ad_html filter, it will show up in a box which can be customized in the Settings -> FV Worpdress Flowplayer -> Ads section and you will also have to enter ad=”something” into the [fvplayer] shortcode to make sure it’s initialized.
If you use fv_flowplayer_inner_html, then you have to put in position: absolute on the resulting div to make it visible.
The most advanced solution would be to plug your PHP script into the subtitles attribute: https://foliovision.com/player/subtitles It would have to be php script on the server which would generate the required output.
Thanks,
Martin