Our templates use the standard Twitter Timeline Widget and here is how to get the embed code:
<a class="twitter-timeline"
href="https://twitter.com/thememountainco"
data-widget-id="YOUR-WIDGET-ID-HERE"
data-theme="dark">
Tweets by @thememountainco
</a>
!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");
You can customize the Twitter Timeline Widget the options mentioned below. For more detailed information please visit https://dev.twitter.com/web/embedded-timelines#customization.
Change widget theme by adding the data-theme attribute to the link. Possible values: dark, for example
Change the widget link color with the attribute data-link-color attribute. Values entered as HEX (#000000), for example
Change the widget link color with the attribute data-border-color attribute. Values entered as HEX (#000000), for example
Change the dimensions of the widget by adding the width and/or height attributes to the link, for example
Remove header, footer, borders, scrollbar and/or background color by adding the data-chrome attribute to the link. Possible values are: noheader, nofooter, noscrollbar, noborder, and transparent, for example
Remove header, footer, borders, scrollbar and/or background color by adding the data-tweet-limit attribute to the link. Possible values are: noheader, nofooter, noscrollbar, noborder, and transparent, for example