首页 > 其他 > 网站日记>正文

帝国cms插件调用推特信息

提示: 阅读权限:公开  

帝国cms插件 调用推特信息

售价150元。有需要的联系QQ 110102296

代码片段:

<?php

$arr=explode("/", $navinfor[twitter]);

$un=$arr[count($arr)-1];

$url = "http://www.zhongyf.com/e/extend/tt/?un=$un";

$contents = file_get_contents($url); 

$contents=str_replace("[!--ttpic--]",$navinfor[titlepic],$contents);

echo $contents;

?>

...

 if(empty($_GET['un'])){ $_GET['un'] = "kiboplatform";}

 $twitterUsername = $_GET['un'];

 

 

 

上一篇:帝国cms列表页列表内容模板中如何判断最后一条记录

下一篇:【帝国cms插件】之批量王

tags: 帝国cms 插件 帝国

返回首页

相关

热门

站内直通车

[!--temp.bottomnav--]
返回顶部