Twitter Feed

Twitter feed

We make the best web design solutions

We stand apart from other agencies and web studios. We offer a wide array of creative and strategic services for brands, companies, foundations, and other remarkable organizations. We assist and educate our clients in making the best use of the solutions we build with them.

We are always ready to make exciting things happen for you and your company. We have a passion for people, flair for ideas, broad experience and creative bravery that’s at the heart of everything we do. We know it’s the right way to create designs because it’s one that still delights our clients. We believe you shouldn’t look for a compromise when making a website. That’s why our templates are valued by many big and well-known companies both in and outside the USA.

The basic widget HTML markup to display one element looks the following way:

<div class="twitter" data-twitter-username="templatemonster" data-twitter-date-format="%d %b %Y" data-twitter-date-hours=" hours ago" data-twitter-date-minutes=" minutes ago">
  <div class="twitter-feed twitter-feed-block" data-twitter-type="tweet">
    <div class="twitter-feed-header">
      <div class="unit unit-xs-horizontal">
        <div class="unit-left"><img class="twitter-feed-avatar twitter-image" data-avatar="src" alt="" src="images/_blank.png"/></div>
        <div class="unit-body">
          <div class="twitter-feed-name">
            <h5 data-user_name="text"></h5>
            <time data-date="text" data-datetime="datetime" datetime="2017"></time>
          </div>
          <div class="twitter-feed-content" data-tweet="text"></div>
        </div>
      </div>
    </div>
  </div>
</div>

Twitter feed centered in carousel

The basic widget HTML markup to display one element looks the following way:

<div class="twitter" data-twitter-username="templatemonster" data-twitter-date-format="%d %b %Y" data-twitter-date-hours=" hours ago" data-twitter-date-minutes=" minutes ago">
  <div class="twitter-feed-centered" data-twitter-type="tweet"><img class="twitter-feed-avatar twitter-image" data-avatar="src" alt="" src="images/_blank.png">
    <div class="twitter-feed-name-tag" data-screen_name="text"></div>
    <div class="heading-5 twitter-feed-minimal-content" data-tweet="text"></div>
    <time data-date="text" data-datetime="datetime" datetime="2017"></time>
  </div>
</div>
follow us on twitter

The basic widget HTML markup to display one element looks the following way:

<div class="twitter" data-twitter-username="templatemonster" data-twitter-date-format="%d %b %Y" data-twitter-date-hours=" hours ago" data-twitter-date-minutes=" minutes ago">
  <div class="twitter-feed" data-twitter-type="tweet">
    <div class="twitter-feed-header">
      <div class="unit unit-xs-horizontal unit-middle unit-spacing-xs">
        <div class="unit-left"><img class="twitter-feed-avatar twitter-image" data-avatar="src" alt="" src="#"></div>
        <div class="unit-body">
          <div class="twitter-feed-name">
            <h5 data-user_name="text"></h5>
          </div>
          <div class="twitter-feed-name-tag" data-screen_name="text"></div>
        </div>
      </div>
      <div class="twitter-feed-content" data-tweet="text"></div>
    </div>
    <div class="twitter-feed-body"><img class="twitter-image" data-media_url="src" alt="" src="#"></div>
    <div class="twitter-feed-footer">
      <time data-date="text" data-datetime="datetime" datetime="2017"></time>
    </div>
  </div>
</div>