How to add follow on twitter to your website?

6 replies
  • WEB DESIGN
  • |
How do i add the follow on twitter with latest tweets.. I am still in progress of designing my website and i need to add the html code for this but i don't know where
#add #follow #twitter #website
  • Profile picture of the author KLaAz0r
    Wp install a plugin, and html just copy the code
    Signature
    I will create high quality graphics
    for $5
    ->CLICK HERE<-
    OFFER ONLY FOR 2 WEEKS
    {{ DiscussionBoard.errors[4278222].message }}
  • Profile picture of the author ngseosept
    Install the plugin, and there are guide in google also, there you can choose and have an idea
    {{ DiscussionBoard.errors[4283583].message }}
  • Profile picture of the author SDStudio
    Here is a code i use

    Code:
    <center><script src="http://widgets.twimg.com/j/2/widget.js"></script>
    <script>
    new TWTR.Widget({
      version: 2,
      type: 'profile',
      rpp: 5,
      interval: 6000,
      width: 'auto',
      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('YOUR TWITTER NAME HERE').start();
    </script></center>
    You can change the color of it too.
    Good Luck
    {{ DiscussionBoard.errors[4284015].message }}
    • Profile picture of the author Abhishek Kundu
      hi lauraca94,

      i like the code which SDStudio has posted.
      Originally Posted by SDStudio View Post

      Here is a code i use

      Code:
      <center><script src="http://widgets.twimg.com/j/2/widget.js"></script>
      <script>
      new TWTR.Widget({
        version: 2,
        type: 'profile',
        rpp: 5,
        interval: 6000,
        width: 'auto',
        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('YOUR TWITTER NAME HERE').start();
      </script></center>
      You can change the color of it too.
      Good Luck
      the above code will work if you ha custom website but if your website is built on wordpress then it's better you install a social media widget. it will ease your work a lot.
      Signature
      CLICK HERE>>> FOLLOW ME ON TWITTER <<
      {{ DiscussionBoard.errors[4286865].message }}
  • Profile picture of the author rnsinformatic
    Yup, the above code provided by "SDStudio" is great for your twitter follow button. You can customize every thing according to you nee like text color, hyperlink color, font size, width, height etc.
    {{ DiscussionBoard.errors[4284692].message }}
    • Profile picture of the author Steven Dybka
      There are also Follow buttons available directly from Twitter that you can use on your site,you can get those Here


      Steve
      Signature

      {{ DiscussionBoard.errors[4284763].message }}

Trending Topics