HI , I have a website in Drupal and I wants same look of twitter widget as in https://www.stanford.edu/ .

There is a module also available in Drupal for Twitter i.e. Tweet Feed | Drupal.org .

https://www.stanford.edu/ site is mentioned in this module also.

So please help me out so that i can get same look…

Thanks in Advance…

You may display an embedded user timeline with a Tweet limit of 1 without a header or a footer for a similar effect. Disable the auto-expand photos option when creating your widget if you would like a more compact display.

Example:

Hi Nial…
Thanks for your response…
I have tried with code which is given below/

 <a class="twitter-timeline"  href="https://twitter.com/tweettestwidget" data-widget-id="603417854055034880" data-chrome="noheader nofooter noborders transparent" data-tweet-limit="1" data-conversation="none">Tweets by @tweettestwidget</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

The look we want is like.

So can you please suggest me for below mentioned requirements…

Stanford is using a custom rendered Tweet not provided by Twitter.

The embedded timeline parameters I provided result in the latest Tweet from an account displayed in a similar compact format.

1 Like

Thanks Nial… Can you please help me? How can we use custom rendered tweet in our Drupal 7 site??
Your response will be very helpful for me…

You’d have to build something like that yourself, or find an alternative web widget than the ones that we provide. There are a variety of parameters available on our widgets (as @niall showed you) that can build you something similar.