Autor Zpráva
Ond879
Profil *
Zdravím, jak by se dalo udělat převedení url obrázku na <img>? Jako u Youtube $message=preg_replace("/\s*[a-zA-Z\/\/:\.]*youtube.com\/watch\?v=([a-zA-Z0-9\-_]+)([a-zA-Z0-9\/\*\-\_\?\&\;\%\=\.]*)/i","<iframe src=\"//www.youtube.com/embed/$1\" frameborder=\"0\" allowfullscreen></iframe>",$data['message']);
Ond879
Profil *
Tak už to mám, tak jen kdyby někdo sháněl:
<?php
function cell_replace($text) 
{ 
 $text=preg_replace("/\s*[a-zA-Z\/\/:\.]*youtube.com\/watch\?v=([a-zA-Z0-9\-_]+)([a-zA-Z0-9\/\*\-\_\?\&\;\%\=\.]*)/i","<iframe src=\"//www.youtube.com/embed/$1\" frameborder=\"0\" allowfullscreen></iframe>",$text);

$text = preg_replace('/((https?:\/\/)?\S*(jpg|png|jpeg|bmp|gif))/', '<img class="teximg" src="$1">', $text);

return $text;
} ?>

Vaše odpověď

Mohlo by se hodit


Prosím používejte diakritiku a interpunkci.

Ochrana proti spamu. Napište prosím číslo dvě-sta čtyřicet-sedm:

0