collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Who's Online

  • Dot Guests: 40
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • Bullet: Shoutbox is not for support!
    June 14, 2013, 05:25:48 PM
  • ivanotero: como pongo un chat en mi foro
    June 10, 2013, 06:22:15 PM
  • Bohimina: Can someone help me in my thread? TY
    June 04, 2013, 05:06:25 PM
  • dhayzon: ;P
    June 04, 2013, 12:27:55 PM
  • dhayzon: Hello all
    June 04, 2013, 12:27:47 PM
  • ComeAtMeBrosef: hi
    June 04, 2013, 12:13:23 AM
  • dhayzon: hi
    June 03, 2013, 05:30:18 PM
  • mag07: Hello all, registration captcha on the forums is a nightmare, took me 4 tries, listen option doesn't work either :S
    June 03, 2013, 02:32:42 AM
  • Divecall: whats happend?
    May 31, 2013, 02:26:35 AM
  • Randomking: if any one is there can you reply so i know ur listening
    May 30, 2013, 09:52:00 AM
  • Randomking: hey guys i have a quick question?
    May 30, 2013, 09:51:38 AM
  • BurkeKnight: Hi all. I'm back. :)
    May 27, 2013, 05:38:45 AM
  • Skaty: [link]
    May 21, 2013, 02:54:27 PM
  • Skaty: tooltip in sp block
    May 21, 2013, 02:54:20 PM
  • Tattoocu_CarteL: neden adres yazınca link diye çikiyor direk adres çiksa olmaz mı
    May 19, 2013, 11:54:41 AM
  • Tattoocu_CarteL: [link]
    May 19, 2013, 11:54:26 AM
  • Old Fossil: Hey Nathaniel
    May 16, 2013, 09:41:05 AM
  • Nathaniel: lurk
    May 16, 2013, 03:19:14 AM
  • omidmavi1986: :'(
    May 15, 2013, 05:51:48 AM

* Team Blog

* Recent Posts

Re: Can not add custom php block by Bullet
[Today at 12:52:19 AM]


Re: not show header in standalone mode by dhayzon
[Yesterday at 11:36:47 PM]


Re: Modificar Board News estilo Taringa by dhayzon
[Yesterday at 11:34:54 PM]


Re: Only certain topics by dhayzon
[Yesterday at 11:33:36 PM]


Re: Can not add custom php block by BurkeKnight
[Yesterday at 07:18:52 PM]

If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

Author Topic: Twitter tweets block?  (Read 2588 times)

0 Members and 1 Guest are viewing this topic.

Offline Adjacent

  • Semi Newbie
  • *
  • Posts: 38
  • Gender: Male
  • Flurry of Dancing Flames
    • MainMedia
  • SP Version: 2.3.3
Twitter tweets block?
« on: May 06, 2011, 11:43:26 PM »
Is there a block or could there possibly be a block for latest twitter tweets from a twitter account such as in ezPortal?  :nervous-happy:


Thanks,
Adjacent

Click the banner above to see what all television-watching cats are talking about!

Offline Cermno1981

  • Semi Newbie
  • *
  • Posts: 19
  • SMF Version: 2 RC4
  • SP Version: 2.3.3
Re: Twitter tweets block?
« Reply #1 on: May 07, 2011, 10:36:46 AM »
This is easy, you can do it already.

Go to http://twitter.com/about/resources/widgets/widget_profile and create a profile widget. Then, create a custom HTML block and paste the code in. Below is an example of my Twitter block code:

Code: [Select]
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 180,
  height: 300,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('RSoBB').start();
</script>

Hope this helps!

Offline Adjacent

  • Semi Newbie
  • *
  • Posts: 38
  • Gender: Male
  • Flurry of Dancing Flames
    • MainMedia
  • SP Version: 2.3.3
Re: Twitter tweets block?
« Reply #2 on: May 07, 2011, 05:46:52 PM »
Thanks! :D You've completely solved my problem! +10 good invisible karma's to you.

Click the banner above to see what all television-watching cats are talking about!

Offline azhriel

  • Newbie
  • Posts: 2
  • SMF Version: 1.1.8
  • SP Version: 2.2.1
Re: Twitter tweets block?
« Reply #3 on: July 13, 2011, 01:09:59 AM »
Hi there. I want a twitter feeder that acts like the one on this site

www.pba.com.ph

Thanks a lot

Offline ccs1676

  • Semi Newbie
  • *
  • Posts: 29
  • SMF Version: 2.0
  • SP Version: 2.3.4
Re: Twitter tweets block?
« Reply #4 on: January 25, 2012, 08:57:06 PM »
Can't get mine to display at all in a custom html block, not sure what's going on. Do I have to enable javascript somewhere in smf configuration?

Offline Old Fossil

  • Beta Tester
  • *
  • Posts: 809
  • Gender: Male
  • SMF Version: 2.0.4
  • SP Version: 2.3.5
Re: Twitter tweets block?
« Reply #5 on: January 26, 2012, 12:31:14 PM »
Can't get mine to display at all in a custom html block, not sure what's going on. Do I have to enable javascript somewhere in smf configuration?

Can you please explain the steps you have taken so far.

Also have you tried a php block?

Please remember to start a topic off your own rather than on a topic which is a few months old.
Daily backups mean less headaches

Block Set Up

I may be no coding expert but I am willing to help where I can.

I eat Spammers for breakfast

Offline sunday12

  • Newbie
  • Posts: 1
  • SMF Version: 2 Beta 3.0/3.1
  • SP Version: 2.3.1
Re: Twitter tweets block?
« Reply #6 on: April 18, 2012, 09:22:13 PM »
tank you ....  :D