Typecho获取评论者的手机型号

DeviceGet 是一个 Typecho插件,可以在每条评论后面加上评论者的手机型号信息.
~~原理:看源码 :mrgreen: ~~
插件下载地址:点我下载

如何使用?

  1. 下载 DeviceGet.php , 复制文件到 Typecho 安装目录/usr/plugin/ 下.

  2. 启用插件

  3. 在你的网站模板适合的地方插入:

1
<?php echo DeviceGet::getDevice($comments->agent); ?>

完成,打开你的网站看看效果吧:)

DEMO站点

web1n

Licence

1
2
3
4
5
6
7
8
9
10
11
12
13
Copyright 2018 web1n

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Typecho获取评论者的手机型号
https://https.gs/archives/21/
作者
web1n
发布于
2018年5月6日
许可协议