Twitter

Results 1 to 5 of 5
  1. #1
    Proficient Member KeineChance is offline
    MemberRank
    Aug 2012 Join Date
    174Posts

    Twitter

    Hello,

    How can i make a TwitterBox??
    Her a screen;


  2. #2
    Apprentice Ywori is offline
    MemberRank
    Mar 2013 Join Date
    6Posts

    Twitter

    Google twitter embed code.

  3. #3
    Proficient Member Raultjuh is offline
    MemberRank
    Oct 2012 Join Date
    NetherlandsLocation
    158Posts

    Re: Twitter

    Here you go :

    PHP Code:
    <script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
    <script>


    new TWTR.Widget({
      version: 2,
      type: 'profile',
      rpp: 4,
      interval: 30000,
      width: 300,
      height: 200,
      theme: {
        shell: {
          background: '#474347',
          color: '#ffffff'
        },
        tweets: {
          background: '#524545',
          color: '#ffffff',
          links: '#f7ff00'
        }
      },
      features: {
        scrollbar: false,
        loop: false,
        live: true,
        behavior: 'all'
      }
    }).render().setUser('YOURTWITTER').start();
    </script> 
    Just change YOURTWITTER With your twitter account :D
    ~Raul~

  4. #4
    Proficient Member KeineChance is offline
    MemberRank
    Aug 2012 Join Date
    174Posts

    Re: Twitter

    Thanks, it works :DD

  5. #5
    Proficient Member Raultjuh is offline
    MemberRank
    Oct 2012 Join Date
    NetherlandsLocation
    158Posts

    Re: Twitter

    Quote Originally Posted by KeineChance View Post
    Thanks, it works :DD
    I am happy i helped you :)

    ~Raul~



Advertisement