侧边栏和Twitter中的RSS阅读器。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了侧边栏和Twitter中的RSS阅读器。相关的知识,希望对你有一定的参考价值。

To implemented this code is easy, all need to do write down php FeedBurner Counter below in our themes files, example in sidebar.php, header.php or footer.php. Let’s get started, Please note you need replace YOUR FEED ADDRESS with your Feeds,
  1. <?php
  2. $url = file_get_contents('https://feedburner.google.com/api/awareness/1.0/Get
  3. FeedData?uri=YOUR FEED ADDRESS');
  4. $begin = 'circulation="'; $end = '"';
  5. $page = $url;
  6. $parts = explode($begin,$page);
  7. $page = $parts[1];
  8. $parts = explode($end,$page);
  9. $fbcount = $parts[0];
  10. if($fbcount == '') { $fbcount = '0'; }
  11. echo '<b> '.$fbcount.' </b> Subscribers';
  12. ?>
  13.  
  14. <?php
  15. $twit = file_get_contents('http://twitter.com/users/show/USERNAME.xml');
  16. $begin = '<followers_count>'; $end = '</followers_count>';
  17. $page = $twit;
  18. $parts = explode($begin,$page);
  19. $page = $parts[1];
  20. $parts = explode($end,$page);
  21. $tcount = $parts[0];
  22. if($tcount == '') { $tcount = '0'; }
  23. echo '<b> '.$tcount.' </b> Followers';
  24. ?>

以上是关于侧边栏和Twitter中的RSS阅读器。的主要内容,如果未能解决你的问题,请参考以下文章

由于侧边栏和导航栏,React 中的未找到页面无法正常工作

如何使用css修复侧边栏和标题

如何在ios中同时实现标签栏和侧边菜单?

如何一起使用底部导航栏和侧边导航栏,我的侧边导航按钮不显示,而是底部导航

如何使用 CSS 网格制作侧边栏和部分?

如何修复重叠的片段