Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

alexmglover/Statamic-Tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Statamic Tweets Plugin

Here is an example:

<h2>Tweets</h2>
<ul>
	{{ tweets:display username="{{ twitter_name }}" exclude_replies="false" cache="yes" cache_expire="10" }}

		<li>
			{{ text }}<br />
			<span class="tweet-date">posted {{ time_ago }} ago</span>
		</li>

	{{ /tweets:display }}
</ul>

Parameters

  • username
  • count
  • exclude_replies
  • include_retweets
  • include_entities
  • cache
  • cache_expire

Installation

Drop the tweets folder into the _addons directory.

About

Plugin for Statamic to display Tweets in templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages