Home › Forum › JW Player 7 for WordPress › JW Player self-hosted setup › Rispondi a: JW Player self-hosted setup
3 Marzo 2017 alle 16:55
#2156
Amministratore del forum
Hi @Cima4film. With the shortcode options you can publish a video exactly where you want.
For example, whit this I get the first video from the page 212:
[[jw7-video n="1" p="212"]]
If I need it, I can use it in a template file using this function:
<?php echo do_shortcode('[[jw7-video n="1" p="212"]]'); ?>
Hope this helps.