有没有人有使用 jtweetsanywhere 插件的经验?我试图只显示推文的时间戳。目前我也得到了所有属性,比如转发器。这是我使用的代码。
$('#tweetFeed').jTweetsAnywhere({
username: 'username',
count: 1,
showTweetFeed: {
showProfileImages: false,
showUserScreenNames: false,
showUserFullNames: false,
showActionReply: false,
showActionRetweet: false,
showActionFavorite: false,
showTwitterBird: false,
showTimestamp: {
refreshInterval: 15
}
}
})