No Recent Posts (v1.6.5)
-
The page keeps loading with “There have been no recent tweets. I’ve tried to put this in the code, and as a shortcode.
I am using twitter account with frequent and recent posts.
Please help ??
Thanks
Sasha<?php $args = array(
‘widget_id’ => 1,
‘usernames’ => “myhandle”,
‘hashtags’ => “”,
‘hashtag_filter’ => 0,
‘username_suffix’ => ” said: “,
‘limit’ => 5,
‘max_days’ => 7,
‘update_frequency’ => 0,
‘show_username’ => “name”,
‘show_avatar’ => 1,
‘show_published’ => 1,
‘show_follow’ => 1,
‘links_new_window’ => 1,
‘no_cache’ => 0,
‘live_update_freq’ => 0,
‘use_curl’ => 0,
‘debug’ => 0,
‘time_this_happened’ => “This happened “,
‘time_less_min’ => “less than a minute ago”,
‘time_min’ => “about a minute ago”,
‘time_more_mins’ => ” minutes ago”,
‘time_1_hour’ => “about an hour ago”,
‘time_2_hours’ => “a couple of hours ago”,
‘time_precise_hours’ => “about =x= hours ago”,
‘time_1_day’ => “a day ago”,
‘time_2_days’ => “almost 2 days ago”,
‘time_many_days’ => ” days ago”,
‘time_no_recent’ => “There have been no recent tweets”);echo ThinkTwit::output_anywhere($args); ?>
- The topic ‘No Recent Posts (v1.6.5)’ is closed to new replies.