帝国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'];