Hello everyone,
I've inserted a link to a "how to" page in my item-post page this way
<a href="<?php echo osc_esc_html('index.php?page=page&id=23')?>" target = "_blank" ><i class="fa fa-info-circle" style="font-size: 20px;"aria-hidden="true"></i> <?php echo ' ' ?> <?php _e('howto', 'sakela'); ?></a>
But I would like to replace the page by a youtube video that will open in a lightbox.
Any idea to how to make this works?
Regards