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

TweetScroll Widget

설명

TweetScroll is widget that displays latest tweets from you Twitter account using new oAuth API 1.1.
This simple widget can be used in any website/blog.

Twitter recently shutdown their API 1.0 and forces usage new API 1.1. Because of that change plugin requires creating Twitter application on Twitter Devs which is used for API calls.

Features

  • Number of tweets to load.
  • Number of tweets to show.
  • Three animations styles: Slider up, Slider down, Fade and without animation.
  • Two Date format styles.
  • Show/hide timestamp.
  • Set scrolling speed.
  • Set delay time.
  • Caching tweets (Fetch tweets periodically)
  • Open link in new tab/window
  • Set Twitter icon
  • Set Profile icon
  • Supports Widget Shortcode plugin (Add widget to any page/post as shortcode)

We made this plugin because of lack of simple plugin with some animation options. Hope you will find it usefull.
For all questions use Support tab section or contact us through our website.

스크린샷

  • Widget options
  • Frontend view of tweets
  • Twitter Devs keys

설치

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add widget to sidebar and enter required fields: username and four keys(read below how to obtain keys).

Recent updates to Twitter API (API v1.1) requires authentication to fetch Tweets. Please follow the steps below to start using TweetScroll widget:

Creating Twitter Application

Navigate to Twitter Developers page and login using your Twitter credentials.
Select ‘Create new application’ and enter the application details.
* The name and description can be anything you like really, but you can’t use ‘Twitter’ in the name.
* The website field can be your main website and doesn’t have to be the site where your Twitter feed or feeds are located.
* Callback URL can be left blank.
Enter the CAPTCHA info and click create
On the next details screen, click ‘create my access token’. You may need to refresh the page after a few seconds if it doesn’t appear automatically.
Make a note of the Consumer key, Consumer secret, Access token and Access token secret.

FAQ

Installation Instructions
  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add widget to sidebar and enter required fields: username and four keys(read below how to obtain keys).

Recent updates to Twitter API (API v1.1) requires authentication to fetch Tweets. Please follow the steps below to start using TweetScroll widget:

Creating Twitter Application

Navigate to Twitter Developers page and login using your Twitter credentials.
Select ‘Create new application’ and enter the application details.
* The name and description can be anything you like really, but you can’t use ‘Twitter’ in the name.
* The website field can be your main website and doesn’t have to be the site where your Twitter feed or feeds are located.
* Callback URL can be left blank.
Enter the CAPTCHA info and click create
On the next details screen, click ‘create my access token’. You may need to refresh the page after a few seconds if it doesn’t appear automatically.
Make a note of the Consumer key, Consumer secret, Access token and Access token secret.

Where can I get support

Use support tab above for any questions you have.

What are the plugin requirements

You need to obtain four keys from Twitter Devs:
* Consumer Key
* Consumer Secret
* Access Token
* Access Token Secret

Read Installation section for details.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.3.7

  • Fixed class constructor compatibility with PHP7

1.3.6

  • Fixed issue with transients that breaks content structure.

1.3.5

  • Modified how Retweets are showed – full text instead truncated text.

1.3.4

  • Compatibility with Content Manager – page builder plugin.

1.3.3

  • Added default values for Date, Time and TimeZone.

1.3.2

  • Date format option removed. Format should be set in WordPress General Settings.

1.3.1

  • Fixed bug with ReTweets that has colon in url.
  • Hashtags styled.

1.3

  • Added option for profile icon and twitter icon.
  • Fixed bug with dates not showing up.
  • Modified to call request URL only once when tweets for multiple users are fetched.

1.2.3

  • Script modified to allow continuous scrolling

1.2.2

  • Added support for Widget Shortcode plugin

1.2.1

  • Added option for opening link in new tab/window.
  • Added option for caching tweets.
  • Removed call to debug script.

1.2

  • Added option to disable animation.
  • Added option for Scroll speed control.
  • Added option for Delay time control.

1.1

Updates to AJAX calls.

1.0

Initial release