UM新媒体
自媒体短视频运营平台 UMXMT.COM!

织梦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)
版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《织梦CMS MIP文章内容页图片适配百度MIP规范》
文章链接:https://www.umxmt.com/858.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。

登录

找回密码

注册