ChiefsPlanet

ChiefsPlanet (https://www.chiefsplanet.com/BB/index.php)
-   Media Center (https://www.chiefsplanet.com/BB/forumdisplay.php?f=2)
-   -   Misc twitter feed for TC thread (https://www.chiefsplanet.com/BB/showthread.php?t=261899)

dmahurin 07-29-2012 09:21 PM

twitter feed for TC thread
 
I tried to get a twitter feed to scroll training camp tweets to go in the OP of the thread. The feed seems to be working in IE for me but in chrome only half of the tweet shows up. I'll post the feed here and then the code in the first post. If anyone knows anything about HTML and wants to help get this working properly, all my reps belong to you.

Code:

<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '@bobfescoe OR @thefilmroom OR @jacobs71',
  interval: 30000,
  title: 'Chiefs',
  subject: 'Training Camp',
  width: 400,
  height: 350,
  theme: {
    shell: {
      background: '#ed0e0e',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    behavior: 'default'
  }
}).render().start();
</script>


dmahurin 07-29-2012 09:23 PM

PHP Code:

<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '@bobfescoe OR @thefilmroom OR @jacobs71',
  interval: 30000,
  title: 'Chiefs',
  subject: 'Training Camp',
  width: 400,
  height: 350,
  theme: {
    shell: {
      background: '#ed0e0e',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    behavior: 'default'
  }
}).render().start();
</script> 


SuperChief 07-30-2012 07:12 AM

I would maybe just make a feed for Google Reader with a few keywords and hashtags.

Keyword: http://search.twitter.com/search.atom?q=YOURKEYWORDS
(replacing YOURKEWORDS with what you want to search for)

Hashtag: http://search.twitter.com/search.atom?q=%23hashtag
(replacing hashtag with the word/phrase you want to search as a hashtag)

Copy/Paste the URL into Google Reader. Rinse, repeat.


All times are GMT -6. The time now is 01:54 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.