이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Cache Tweets Widget

설명

Cache Tweets Widget is a simple plugin widget that collects the tweets feed from twitter’s search API provided with a hashtag or any keyword.

It is cached to avoid rate limit with twitter.

Now You can fetch the user tweets of any user with their username.

Make sure you provide the Application Credentials created with Twitter.

스크린샷

  • screenshot-1.(png) shows the screenshot of how the widget looks like once it is installed.

  • screenshot-2.(png) shows the screenshot of how the widget looks like before it is installed.

설치

  1. Unzip the compressed file that you downloaded from WordPress repository or any place where you downloaded.

  2. Upload Cache Tweets Widget folder to the /wp-content/plugins/ directory

  3. Activate the plugin through the ‘Plugins’ menu in WordPress

  4. Now go to “Widgets” in “Appearances” and drag and drop the widget to any place you want.

FAQ

Where to find the Consumer Key, Secret, Access Token and Secret?

You have to create an application on Twitter at (http://dev.twitter.com), and copy the consumer key, secret, access token and secret at the places that are required.

Is it vulnerable to add my credentials with your widget?

Obviously No. You’re saving your credentials in your own wordpress site and we never get your credentials.

Do I have to fill all the details in the widget?

Yes, it is recommended to fill all the details for better results.

Can I add a url link at the place of hashtag or keyword?

Yes you can, but while adding the url, make sure you don’t use http:// before it.

For example: Instead of http://example.com, you have to type as example.com

Can I type both hashtag and Username ?

Yes, you can have both hashtag and username, But which ever you selected from the textbox will be used to fetch the tweets.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Cache Tweets Widget”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Cache Tweets Widget”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

=
Initial submit to WP Repository

23 June 2015

Added the functionality to fetch tweets from any particular user with twitter username.

Now You can select any option to get tweets either from search hashtag or from a username.

Added fetch users_timeline api request to get user tweets along with the search tweets api.