A Commercial add-on by Conflux Group, Inc.
A MojoMotor addon allowing users to display public timeline tweets on their MojoMotor sites.
Using simple template tags, you can insert tweets from a Twitter timeline into your MojoMotor layouts.
Example:
The following code generates an unordered list of the five latest tweetsfrom the @confluxgroup account, with the relative time displayed.
<!-- open the unordered list before the Birdie tag -->
{mojo:birdie:tweets handle="confluxgroup" count="5"} <!-- opening Birdie tag -->
<!-- surround additional template tags with desired markup -->
- {text} {created_at}
{/mojo:birdie:tweets} <!-- closing Birdie tag -->
<!-- close the unordered list -->
There are no reviews for this add-on.
I'm particularly interested in how the body class is added when the mojobar is opened! That was one that was hard to get around in the past.
Feb 09, 2012 3:20am