I have this variable in php with html, but it doesn't work. Can you guys find any mistake...I tried and didn't find anything. The code is:
$html .= '<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="box-produtos">
<a href="' . $url_imagem . '" class="magnifier" rel="shadowbox">
<img src="' . $url_imagem . '" class="img-responsive img-produtos center-block" onerror="imgError(this);">
</a>
<div class="facebook-btn" onclick="window.open("http://www.facebook.com/sharer/sharer.php?u=' . $base_url . '"/facebookPublish.php?idproduto="' . $idproduto . '", "sharer", "toolbar=0,status=0,width=548,height=325");"><i class="fa fa-facebook fc-facebook"></i>' . $lang["FACEBOOK_SHARE"] . '</div>
<div class="clearfix"></div>
<a href="' . $base_url . '/' . $langi . '/produtosDesc/' . $idproduto . '"><h5 class="prod-size">' . $produto . '<br>' . $refproduto . '</h5></a>
<div class="clearfix"></div>
<h5 class="text-center font-color">' . $lang['DEFAULT_PRICE'] . ' ' . $preco . ' €</h5>
<a href="' . $base_url . '/' . $langi . '/produtosDesc/' . $idproduto . '" class="btn btn-skin center-block btn-prod">' . $lang['GERAL_COMPRAR'] . '</a>';