Emlog百度熊掌号自动新增内容API提交插件
发布日期: 作者:重庆seo
今天冬镜给大家分享一款插件:Emlog百度熊掌id自动新增内容API提交插件。
Emlog熊掌id插件使用方法:
1、emlog后台上传插件安装,不多解释玩emlog的人都会(文章尾部提供插件下载);
2、安装启用后,如上图我们配置一下appid、token、type(一般默认),至于显示的条数只是给自己看的,站长随意设置就好;
3、该插件在新发布文章的时候会自动向百度熊掌id提交文章链接数据,有利于加快百度熊掌id收录,加快网站收录排名。
其中该插件部分代码如下所示:
function baidu_xzh_main($logid){//提交链接 $logid_file = dirname(__FILE__).'/logid_log.txt'; $logids = file_get_contents($logid_file); $logids_info = explode("|", $logids); $is_newlog = !in_array($logid, $logids_info); $log_model = new Log_Model(); $log = $log_model->getOneLogForAdmin($logid); include(EMLOG_ROOT.'/content/plugins/baidu_xzh/baidu_xzh_config.php'); if($log['hide'] !== 'y' && $config["appid"] !== "" && $config["token"] !== "" && $config["type"] !== "" && $is_newlog ){ $appid = $config["appid"]; $token = $config["token"]; $type = $config["type"]; $url = Url::log($logid); $api = 'http://data.zz.baidu.com/urls?appid='.$appid.'&token='.$token.'&type='.$type; $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => $url, CURLOPT_HTTPHEADER => array('Content-Type: text/plain') ); curl_setopt_array($ch, $options); $result = curl_exec($ch); $result = json_decode($result, true); if ($result) { $time = bdnowtime(); $bdxzh_file = dirname(__FILE__).'/xzhbmit_log.txt'; if ($result['remain_realtime']) { $remain_realtime = "1"; }else { $remain_realtime = "0||".$result["message"]; } $handle = fopen($bdxzh_file,"a"); fwrite($handle,"$remain_realtime||$time||$url\r\n"); fclose($handle); $handle_logid = fopen($logid_file ,"a"); fwrite($handle_logid,"$logid|"); fclose($handle_logid); } } }
管理员设置回复可下载
特别声明
本文为 重庆seo 原创发布,仅代表作者观点,不代表冬镜博客网的观点或立场,冬镜博客网仅提供信息发布平台,合作供稿、侵权删除、反馈建议请联系520@520xx.cc
评论
44条评论若忘记时光 Lv.1
Chrome 69.0.3947.100
Windows 回复
上海市 鹏博士长城宽带
大叫花子 Lv.1
Chrome 69.0.3497.100
Windows 回复
大萨达撒大四
山西省长治市 移动
婉转の流光 Lv.1
Chrome 70.0.3538.25
Windows 回复
酷酷酷
北京市 移动
罪恶感 Lv.1
Chrome 74.0.3729.157
Windows 回复
测试看看
上海市闵行区 电信
青檬 Lv.1
Chrome 45.0.2454.101
Windows 7 x64 Edition 回复
测试看看
河南省周口市 联通