add_action('comment_text', 'comments_embed_img', 2);function comments_embed_img($comment) { $size = auto; $comment = preg_replace(array('#(http://([^\s])\.(jpg|gif|png|JPG|GIF|PNG))#','#(https://([^\s])\.(jpg|gif|png|JPG|GIF|PNG))#'),'<img src="" alt="评论" style="width:'.$size.'; height:'.$size.'" />', $comment); return $comment;}
添加上述代码后,在揭橥评论时直接粘贴图片链接地址即可。
详细效果可以在本文留言并贴图。
