Twitter Widget

Twitter Widget

Have a blog or a website? Grab the code for our Twidget! Simply copy and paste the code below into your website's sidebar, footer, or anywhere you'd like to help promote 350.org.

Want to make the widget fit your site? You can optionally customize the width, the number of tweets displayed, and the country you'd like to see tweets from.

  • Changing the width: On line 2 of the code (the line that reads "var jtw_width = '215px';"), change the value between the single quotes to whatever pixel value you'd like. Example values: "300px" , "80px"
  • Changing the number of tweets to display: On line 3 of the code (the line that reads "var jtw_num_tweets = '4';"), change the value between the single quotes to any integer value you'd like, up to 100. Example values: '4' , '10'
  • Changing which country to display tweets from: On line 4 of the code (the line that reads "var jtw_tweet_lang = '';"), insert a two-letter country code within the single quotes. Example values: "US" , "NZ"