Viewing 7 replies - 1 through 7 (of 7 total)
  • You can edit the plugin to remove the timestamp output.

    and where would you do this? The timestamp shows my tweets as posted 40 YEARS AGO!!!

    Markup for an individual Tweet is constructed in line 175 of wicket-twitter-widget.php in version 1.0.5.

    I am having the same 40 years ago problem….any ideas?

    Just corroborating that I’m getting the “40 years ago” error, too. It’s worked properly for at least 12 months on the same server and same PHP settings — i.e., nothing’s changed on the site’s end.

    For reference (it’s been demonstrating the bug since at least EST morning hours of November 29) — https://toomanysuitors.com

    I get the same issue, but I’d just remove the time output for now – so delete the code that says:

    {$before_timesince}<a href=\"" . esc_url( "https://twitter.com/{$account}/statuses/{$tweet_id}" ) . '" class="timesince">' . str_replace(' ', '&nbsp;', wpcom_time_since(strtotime($tweet['created_at']))) . "&nbsp;ago</a>

    from line 175 of the wickett-twitter-widget.php file in your plug-in editor as Niall suggests.

    Just wanted to weigh in – without the timestamp, the twitter feed isn’t easy to read. It’s hard to separate the tweets.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Wickett Twitter Widget] How to remove timestamp?’ is closed to new replies.