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

Featured Comment Widget

설명

The Featured Comment Widget gives you the ability to shine a spotlight on some of your favorite comments on the site.

Installing this plugin adds the Featured Comment Widget to your list of available widgets in the ‘Widgets’ submenu (which you can find under ‘Appearance’ in your WordPress dashboard). Every comment has an numeric ID, and putting that ID in the widget form results in the that comment (or commentS if you enter multiple IDs), along with the name and Gravatar of its commenter, showing in the sidebar. The Gravatar and username is automatically a link to that comment in its respective post.

Widget CSS

The following are the classes and explanations of them for those of you who want to style your widget in the custom.css file:

  • .featuredComment-comment – a single comment block containing the content and citation, default: { margin: 20px auto; }
  • .featuredComment-comment-content – the comment text, default: { margin: 3px auto 5px;}
  • .featuredComment-cite – the citation that includes gravatar and author name, default: { display: block; text-align: left; line-height: 1em;}
  • .featuredComment-gravatar – the gravatar image within citation, default: {float: right; padding: 0px 5px;}
  • .featuredComment-author – the “posted by …” author link within citation, default: {float: right;}

스크린샷

설치

  1. Upload featured-comment-widget.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add the widget through the ‘Widgets’ submenu under ‘Appearance’ in WordPress
  4. Add the comment ID of the comment you want featured in the widget (or multiple comma-delimited IDs) and save.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.7

  • Fixes “WP_Widget deprecated” bug so that it now works if you update to WordPress 4.3+ (which you should).

1.6

  • Allows multiple comments to be featured when entering comma-delimited comment IDs – probably the most requested feature since I created this plugin!

1.5

  • Sets anonymous comment author names to “Anonymous.” A million delicious Internet cupcakes for Andrew Gorry for catching and solving this in the pancake theorem blog comments!

1.4

  • Disables excerpting comments if mbstring not enabled in PHP configuration – a fancy hat tip to Allin for mentioning this error and its solution in the pancake theorem blog comments!

1.3

  • Optimized permalink gets
  • Added i18n .pot file for translation

1.2

  • Add ability to excerpt comments by a given number of characters.

1.1

  • Add ability to enter custom widget title.