Twitter Plugin
The Twitter plugin is available to help you work with Twitter posts for anyone who has their tweets public. It is similar in function to the Twitter Widget, but of course using Plugins you have much more control over the output.
twitter:feed
Display a number of blog posts from a specific Twitter user.
{{ twitter:feed }}
Attributes
| Name | Default | Required | Description |
|---|---|---|---|
| username | None | Yes | Which Twitter username should be used to find the tweets. |
| limit | 5 | No | Limit the number of displayed tweets. |
Example
{{ twitter:feed username="stephenfry" limit="1" }}
<div class="tweet">
<p>{{ text }}</p>
<p>Posted: {{ timespan }}</p>
</div>
{{ /twitter:feed }}
