Hey Sergey,
Can you add this fix for video field, is required for websites using ssl
Open file:
com_cobalt/fields/video/adapters/youtube.php
and change:
static private $tamplate = '<iframe width="%s" height="%s" src="/ http://www.youtube.com/embed/ %s" frameborder="0" allowfullscreen></iframe>';
``
to this:
static private $tamplate = '<iframe width="%s" height="%s" src="/ https://www.youtube.com/embed/ %s" frameborder="0" allowfullscreen></iframe>';
Rgds
Hey Sergey,
Can you add this fix for video field, is required for websites using ssl
Open file:
com_cobalt/fields/video/adapters/youtube.php
and change:
static private $tamplate = '<iframe width="%s" height="%s" src="/ http://www.youtube.com/embed/ %s" frameborder="0" allowfullscreen></iframe>';
``to this:
static private $tamplate = '<iframe width="%s" height="%s" src="/ https://www.youtube.com/embed/ %s" frameborder="0" allowfullscreen></iframe>';
Rgds