可以在WordPress评论中嵌入图片方法

很多站长想要用户在发表评论的时候添加图片,但是WordPress本身是不具备评论贴图功能,今天就分享一下可以在WordPress评论中嵌入图片方法。可以将下面的代码添加到当前主题functions.php文件中:

可以在WordPress评论中嵌入图片方法 (https://www.wp-admin.cn/) WordPress开发教程 第1张

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=”$1″ alt=”评论” style=”width:’.$size.’; height:’.$size.'” />’, $comment);

return $comment;

}

添加上述代码后,在发表评论时直接粘贴图片链接地址即可。

相关推荐

发表回复

房先生
我们将24小时内回复。
2024-05-11 05:31:22
您好,有任何疑问请与我们联系!
您的工单我们已经收到,我们将会尽快跟您联系!
[QQ客服]
2781198
加我微信
[电话联系]
13585372227
[电子邮件]
chaoneo@163.com
取消

选择聊天工具: