#11 peter
Díky za odpovět a snahu ale pořád to není ono ... dnes jsem už skoro vyřešil ... takhle to mám jak bych asi chcěl ale rozhazuje mi to tlacítko Report Error . nevidíte někde chybu ? díky
ob_start();
doo_social_sharelink($post->ID);
$share_links = ob_get_clean();
$html .="</div>";
$html .="<h2><span id='playernotice' data-text='{$views}'>{$views}</span> ";
$html .= $share_links;
if(dooplay_get_option('report_form') == true)
$html .="<a rel="nofollow" href='#' class='report-video-error'>".__d('Report Error')."</a>";
$html .="</h2>
<div id='playeroptions' class='{$ulclass}'><ul id='playeroptionsul' class='{$set_mode}'>";
if($trailer != false){
$html .="<li id='player-option-trailer' class='dooplay_player_option' data-post='{$post}' data-type='{$type}' data-nume='trailer'>";
$html .="<i class='fas fa-play-circle'></i>";
$html .="<span class='title'>".__d('Watch trailer')."</span>";
if($source_name == true)
$html .="<span class='server'>youtube.com</span>";
$html .="<span class='flag'></span>";
$html .="<span class='loader'></span></li>";
}