';
$args['embed'] = trx_socials_get_embed_layout(array(
'link' => $args['link'],
'embed' => $args['embed']
));
if ( ! empty($args['cover']) ) {
$args['cover'] = trx_socials_get_attachment_url($args['cover'],
apply_filters('trx_socials_filter_video_cover_thumb_size', trx_socials_get_thumb_size($args['cover_size'])));
if ( ! empty($args['cover'])) {
$args['embed'] = trx_socials_make_video_autoplay($args['embed']);
if ( $args['show_cover'] ) {
$attr = trx_socials_getimagesize($args['cover']);
$output .= '
';
}
$output .= apply_filters('trx_socials_filter_video_mask',
'
'
. ($args['popup']
? ''
: '
'
),
$args);
}
}
if ( empty($args['cover']) && !empty($args['autoplay']) ) {
$args['embed'] = trx_socials_make_video_autoplay( $args['embed'], $args['mute'] );
}
if ( empty($args['popup']) ) {
$output .= '
'
. (empty($args['cover']) ? $args['embed'] : '')
. '
';
}
$output .= '
';
// Add popup
if ( ! empty($args['popup']) ) {
// Attention! Don't remove comment - it used to split output on parts in the sc_promo
$output .= ''
. '';
}
return apply_filters('trx_socials_filter_video_layout', $output, $args);
}
}
// Return embeded code layout
if (!function_exists('trx_socials_get_embed_layout')) {
function trx_socials_get_embed_layout($args=array()) {
$args = array_merge(array(
'link' => '', // Link to the video on Youtube or Vimeo
'embed' => '', // Embed code instead link
), $args);
if (empty($args['embed']) && empty($args['link'])) {
return '';
}
if ( ! empty($args['embed']) ) {
$args['embed'] = str_replace("`", '"', $args['embed']);
} else {
global $wp_embed;
if (is_object($wp_embed)) {
$args['embed'] = do_shortcode( $wp_embed->run_shortcode( '[embed]' . trim( $args['link'] ) . '[/embed]' ) );
if ( strpos( $args['embed'], '