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 56.0.2924.90
Windows 7 x64 Edition 回复
拿走看看
山东省临沂市 联通
云岭假期--乐乐 Lv.1
Chrome 55.0.2883.87
Windows 回复
先留下看啊可能
山东省菏泽市 移动
dongdong Lv.1
Chrome 55.0.2883.87
Windows 回复
先留下看啊可能
山东省菏泽市 移动
KIa''. Lv.1
Chrome 67.0.3396.99
Windows 回复
Emlog插件丨百度熊掌号自动提交插件,此插件在发布文章的时候自动向百度熊掌号提交,有利于百度熊掌号收录。
重庆市 电信