Warning: Undefined array key "adf" in /www/wwwroot/www.seohave.com/wp-content/plugins/rejected-wp-keyword-link-rejected/wp_similarity.php on line 81
Warning: Undefined array key "sim_pages" in /www/wwwroot/www.seohave.com/wp-content/plugins/rejected-wp-keyword-link-rejected/wp_similarity.php on line 83
接着上一篇wordpress继续分享给大家实用标签,希望大家喜欢
10.wordpress非插件同步twitter
<?php
require_once (ABSPATH . WPINC . ‘/class-feed.php’);
$feed = new SimplePie();
$feed->set_feed_url(‘http://feeds.feedburner.com/agting′);
$feed->set_file_class(‘WP_SimplePie_File’);
$feed->set_cache_duration(600);
$feed->init();
$feed->handle_content_type();
$items = $feed->get_items(0,1);
foreach($items as $item) {
echo ‘<a target=”_blank” rel=”external nofollow” title=”Follow Me on Twitter” href=”http://twitter.com/agting″>@用户名</a>: ‘.$item->get_description();
}
?>
代码中的agting改成你的twitter用户名,改成你的名字。
另一种调用方法需要你的空间是国外主机:
