欢迎光临
我们一直在努力

织梦CMS MIP文章内容页图片适配百度MIP规范

 

function mip($content){
	global $cfg_basehost;
    preg_match_all('/<img (.*?)\>/', $content, $images);
    if(!is_null($images)) {
        foreach($images[1] as $index=> $value){
            $mip_img=str_replace('<img', '<mip-img', $images[0][$index]);
            $mip_img=str_replace('>', '></mip-img>', $mip_img);
            $mip_img=preg_replace('/(width|height)="\d*"\s/', '', $mip_img );
            $mip_img=preg_replace('/ style=\".*?\"/', '',$mip_img);
            $content=str_replace($images[0][$index], $mip_img, $content);
        }
    }
    preg_match_all('/ style=\".*?\"/', $content, $style);
    if(!is_null($style)) {
        foreach($style[0] as $index=> $value){
            $mip_style=preg_replace('/ style=\".*?\"/', '',$style[0][$index]);
            $content=str_replace($style[0][$index], $mip_style, $content);
        }
    }
	$content=str_replace('/uploads/', $cfg_basehost.'/uploads/', $content);
    return $content;  
}
赞(0) 打赏
未经允许不得转载:HU网络 » 织梦CMS MIP文章内容页图片适配百度MIP规范

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

登录

找回密码

注册