aksteven Reply #1, 1 year, 3 months ago
I'm using the PHX:ago modifier in a Revolution snippet (getFeed) to embed a Twitter feed in a site. The :ago modifier is returning 41 years 1 month ago for a tweet posted yesterday! Can anyone point me in the right direction? My call and template chunk are as follows:
And the Template is:
Thanks in advance.
[[!getFeed?
&url=`http://twitter.com/statuses/user_timeline/46646566.rss`
&tpl=`twitterFeedTpl`
&limit=`1`
]]And the Template is:
<div class="tweet">
<p>[[+description]] <br />
<a class="timestamp" href="[[+link]]">[[+date_timestamp:ago]]</a></p>
</div>Thanks in advance.