How to avoid to show videolink?

Posted in: Newspaper
Post count: 10

How to avoid videolink to be displayed on homepage with posts?

Healthy Recipes: Grilled Thai Beef Salad
Feb 3, 20140 1
http://www.youtube.com/watch?v=9Z2gj2cvrMk

Post count: 3343

Hello,
Please can you show me a screenshot or give us your site URL to see the issue.

Thanks for the message!

Post count: 10

Link to print screen of the problem:
http://www.howtotube.com/videolinkproblem.png

Thanks
Peter

Post count: 3343

Hi,
Try this: http://screencast.com/t/0ELuZmSb

$post_content = htmlentities($post_content, null, 'utf-8');
$post_content = str_replace(" ", "", $post_content);
$post_content = html_entity_decode($post_content, null, 'utf-8');
$pattern = "/[a-zA-Z]*[:\/\/]*[A-Za-z0-9\-_]+\.+[A-Za-z0-9\.\/%&=\?\-_]+/i";

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.