dede增加二维码功能 1、打开/include/extend.func.php文件,在文件结尾添加以下内容 复制代码代码如下:if ( ! function_exists('qr_code')){ fu
dede增加二维码功能
1、打开/include/extend.func.php文件,在文件结尾添加以下内容
复制代码代码如下:
if ( ! function_exists('qr_code'))
{
function qr_code($aid,$widhtHeight ='150',$EC_level='L',$margin='0')
{
$arr = GetOneArcHive($aid);
if($arr['arcurl']){
$str = urlencode($arr['arcurl']);
}else{
$str = urlencode($GLOBALS['cfg_PHPurl'].'/view.php?aid='.$aid);
}
return '<img src="Http://chart.apis.Google.com/chart?chs='.$widhtHeight.'x'.$widhtHeight.'&cht=qr&chld='.$EC_level.'|'.$margin.'&chl='.$str.'" alt="QR code" widhtHeight="'.$widhtHeight.'" widhtHeight="'.$widhtHeight.'"/>';
}
}
2、在文章页模板调用,{dede:field.id function="qr_code(@me,200);"/}
注:qr_code(@me,200) 200是二维码大小,可自行调整。
至此,dede增加二维码功能完成,适用dede5.6及以上版本
google提供二维码生成器
其实就是参考下面的传参方法
http://chart.apis.google.com/chart?cht=qr&chs=200x200&chl=https://www.jb51.net&choe=UTF-8
在后台系统-核心设置里“(是/否)支持多站点,开启此项后附件、栏目连接、arclist内容启用绝对网址:”这个下面设置为是 就可以开启绝对路径,生成出来的网址就没问题。
--结束END--
本文标题: 为dedecms增加二维码功能的实现代码
本文链接: https://lsjlt.com/news/31385.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-02-29
2024-02-29
2024-02-27
2023-10-27
2023-10-26
2023-10-25
2023-10-21
2023-10-21
2023-10-18
2023-10-12
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0