你和这个世界,只差60秒!
参考自冷筱宇的小窝
效果展示
点击查看→60秒看世界
图片调用(三方接口)
新建文章或独立页面,加入以下代码即可。(位置、样式等自行调整)
♾️ text 代码:<img src="https://api.03c3.cn/api/zb" />
API调用(三方接口)
♾️ text 代码:header("content-type:image/jpg");
echo file_get_contents(json_decode(file_get_contents("https://api.03c3.cn/api/zb"))->imageUrl);
原生调用(知乎接口)
♾️ text 代码:https://www.zhihu.com/api/v4/columns/c_1261258401923026944/items
修改functions.php
♾️ text 代码:function getZhihuContent() {
$url = "https://www.zhihu.com/api/v4/columns/c_1261258401923026944/items";
// 初始化 cURL 会话
$ch = curl_init($url);
// 设置 cURL 选项
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
// 执行 cURL 请求并获取返回的数据
$response = curl_exec($ch);
// 检查是否有错误发生
if(curl_errno($ch)){
echo 'Curl 错误:' . curl_error($ch);
}
// 关闭 cURL 会话
curl_close($ch);
// 解码 JSON 数据
$data = json_decode($response, true);
// 获取"data"数组下标为0的"content"内容并输出
if(isset($data['data'][0]['content'])){
$content = $data['data'][0]['content'];
// 正则表达式,用于匹配第一个img标签中的data-original属性值
$pattern = '/<img[^>]*\sdata-original="([^"]*)"[^>]*>/i';
$headPic = 'https://www.03c3.cn/zb/H.php';
if (preg_match($pattern, $content, $matches)) {
$headPic = $matches[1];
}
// 删除a标签及其内容
$content = preg_replace('/<a(.*?)<\/a>/', '', $content);
// 删除img标签及其内容
$content = preg_replace('/<img(.*?)>/', '', $content);
// 删除figure标签及其内容
$content = preg_replace('/<figure(.*?)<\/figure>/', '', $content);
echo '<p style="text-align:center"><img src="'.$headPic.'"/></p>'.$content;
} else {
echo "未找到内容";
}
}
调用方式
♾️ text 代码:<?php getZhihuContent(); ?>
👍
💖
💯
💦
😄
🪙
博主
Chrison @didiao👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙
博主
Chrison @didiao另外,作者停更了,已经没有最新的数据了。也就是说,每天60秒,以后没有了😂
具体见通知:https://www.zhihu.com/people/mt36501
👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙
博主
Chrison @didiao👍
💖
💯
💦
😄
🪙
博主
Chrison @didiao👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙
博主
Chrison @didiao👍
💖
💯
💦
😄
🪙
博主
Chrison @didiao👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙
博主
Chrison @YCP👍
💖
💯
💦
😄
🪙
博主
Chrison @YCP我网站除了原主题的,其他的图标,都来自阿里图标库https://www.iconfont.cn/,然后在主题设置中引用css文件,搭配class名称就行了,阿里上也有使用方法
👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙
博主
Chrison @YCP👍
💖
💯
💦
😄
🪙
博主
Chrison @YCP👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙
博主
Chrison @Chrison👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙
博主
Chrison @Heresy👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙
博主
Chrison @小熊👍
💖
💯
💦
😄
🪙
好友
TeacherDu👍
💖
💯
💦
😄
🪙
博主
Chrison @TeacherDu👍
💖
💯
💦
😄
🪙
好友
Teacher Du @Chrison👍
💖
💯
💦
😄
🪙
博主
Chrison @Teacher Du👍
💖
💯
💦
😄
🪙