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

Advanced Twitter Widget

설명

Plugin Description:
A widget that will enable visitors to add twitter account or return search results, with a custom number of maximum results per account/search. It’s easy to use , flexible and has multiple displays by two(so far) types of content. More will be added in future versions..
Update: 1.0.1 Small design issue
Update: 1.0.2 I’ve got 1 report of a error for a code that i replaced recently with a better one.

DONATE!

DONATE HERE – (any ammount using paypal or credit card)

스크린샷

설치

Upload the Advanced Twitter Widget plugin to your blog(in the wp-content/plugins directory) (be sure to upload the “advanced-twitter-plugin” directory or it will not work.

Activate it in the plugins menu in your wp-admin control panel and voila! you’re done!

FAQ

How do i place the widget where i want it to be?

Go in the admin panel under Appearance -> Widgets and place the widget in your desired sidebar, in a specific place.
(drag and drop if on wp 2.8) or drag and save if < wp 2.8

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.3

Small Design fix – Widget compatible with all themes now=1.0.4=
Small fix of html entities and added all languages as default search for twitter

=1.1=
before widget text
– after widget text
– before title text
– after title text
– use image option
– use link option (converts text start with ‘http://’ and twitter macros (‘@’ and ‘#’) into clickable links)

+ The generated code is valid, so the SGML validator won’t alert for invalid HTML elements in JS code.
+ List item CSS classes (odd, even) intead of inline style
+ some bug fixes caused HTML validation errors

Curtesy of Gixx
=1.1.2=
fixed the reported regexp bug, and also made some code-beautification:

– RegExp fix to not include invalid characters into twitter macro links
– some more validation fixes
– a bit of code optimalization
– each part of the twitter now has its own SPAN tag, to make it easier for styling (remember: #twitter_div span{display:block;} may come in handy)

Warning: existing layout desing may break upon updating!

[div id=”twitter_div”]
[ul]
[li class=”odd”]
[span class=”icon”][img tag][/span]
[span class=”user”][a tag, link to twitter][/span]
[span class=”date”]date[/span]
[span class=”tweet”]tweet[/span]
[/li]
[li class=”even”]

[/li]

[/ul]
[/div]