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

Twitter API Shortcodes

설명

Twitter API Shortcodes (TAS for short) is currently in Alpha, and should not be considered at all stable! With that said
please provide any feedback so we can make things better!

TAS allows you to put single tweets or entire twitter searches into your posts and pages using shortcodes. The tweets and searches
are displayed in HTML markup, so the become “part” of your site, which is good for SEO.

The generated markup can be customized by putting a tweet.tpl (smarty template) file into your theme directory. This also means that
theme authors can support this plugin directly.

Tweet templates assume that each tweet is in some block with the class ‘status’ (preferably a div like so

<

div class=”status”>), and that in that block, there is a block for images with the class ‘images’ (preferably a div like so

<

div class=”images”>)

All single tweets are cached in your local wordpress database, making performance ultra fast and reducing the number of requests
necessary to the Twitter API.

Twitter searches can also be cached, allowing you to keep a history of that particular search. This is useful if you want to
tweet about a particular event with a hash tag, then display all of your tweets for that event on a page, or in a post even
after those tweets fall out of the twitter search index.

TODO

This is a list of things which currently are not yet working (hey it’s an alpha version)
* Avatar updates

스크린샷

  • TinyMCE editor integration makes it easy to add the shortcodes
  • A post with some shortcodes in it
  • The shortcodes rendered in a post

설치

Twitter API Shortcodes depends upon the Smarty PHP templating engine. Since we’re good little boys and girls, we won’t
include the library with the plugin, so you’ll have to go get it yourself! But don’t worry, it’s not hard simply go to;

http://www.smarty.net/download.php

And grab the latest stable version. Twitter API Shortcodes was built using version 2.6.26, but it’s probably safe to
assume that any 2.6.x version of Smarty will do.

Once you’ve got the latest version, extract the zip, or tar.gz file, and copy the contents of the “libs” directory to
/wp-content/twitter-api-shortcodes/libs/smarty/

Update 0.0.3Alpha
From version 0.0.3Alpha of TAS onward Smarty 3.0.x is supported too, but be sure you’re running PHP5 before you try Smarty 3!

FAQ

TODO

후기

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

기여자 & 개발자

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

기여자

자국어로 “Twitter API Shortcodes”(을)를 번역하세요.

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

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

변경이력

0.0.3Alpha

  • The “Why Authenticate” dialog can be reopened after being dismissed
  • Updated to support Smarty 3.0.x

0.0.2Alpha

  • Changes to metadata files (like this readme) and getting a feel for the WordPress submission process

0.0.1Alpha

  • Initial Alpha release, seeking input from brave users