Title: Author Spotlight (Widget)
Author: Debashish
Published: <strong>2009년 9월 26일</strong>
Last modified: 2017년 2월 7일

---

플러그인 검색

![](https://ps.w.org/author-profile/assets/banner-772x250.png?rev=1590771)

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

![](https://ps.w.org/author-profile/assets/icon-128x128.png?rev=1294997)

# Author Spotlight (Widget)

 작성자: [Debashish](https://profiles.wordpress.org/debashish/)

[다운로드](https://downloads.wordpress.org/plugin/author-profile.3.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/author-profile/#description)
 * [평가](https://ko.wordpress.org/plugins/author-profile/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/author-profile/#installation)
 * [개발](https://ko.wordpress.org/plugins/author-profile/#developers)

 [지원](https://wordpress.org/support/plugin/author-profile/)

## 설명

Author Spotlight widget displays the profile of the author(s) with Social links (
example: Twitter, Facebook) and his/her profile picture or Gravatar on any post 
or page that has an Author. The widget automatically detects the current author(
s) of the displayed post or page; just drag and drop the widget on your sidebar 
and you are done.

To display a custom photograph with the Author’s Profile you may install the [User Photo](https://wordpress.org/extend/plugins/user-photo/).
In absence of this plugin the widget will fall-back to displaying the Gravatar associated
with the user. If your posts have multiple authors you may use the [Co-Authors Plus](https://wordpress.org/extend/plugins/co-authors-plus/),
the Author Spotlight will then display all the author profiles one below another
for such post/page.

Note that installing the User Photo or Co-Author plugin is purely optional, this
widget will work fine without them as well.

If you face any issues with the plugin or have any suggestion/feature requests please
do so [at the support forum](https://wordpress.org/tags/author-profile).

## 스크린샷

 * [[
 * Widget configuration screen.
 * [[
 * Multiple author profiles (co-authors) displayed on the sidebar.
 * [[
 * This is how the widget looks like on the single-page sidebar after configuration.

## 설치

 1.  Download and unzip `author-profile.zip`. Then upload the folder containing `author-
     profile.php` to the `/wp-content/plugins/` directory.
 2.  Alternatively, you may use the Automatic installation feature of WordPress.
 3.  Activate the plugin through the `Plugins` menu in WordPress. For details [refer this Codex page](https://codex.wordpress.org/Managing_Plugins).
 4.  To display `Author Spotlight`, browse to `Appearance > Widgets` and drag-and-drop
     the ‘Author Spotlight” widget to desired sidebar. You may configure the widget
     according to your needs. Save your changes and you are done.
 5.  To enable the default look & feel of your widget you may copy/paste the suggested
     CSS at the end of your theme CSS file (usually `style.css`). Please refer the 
     answer to the [FAQ section](https://wordpress.org/extend/plugins/author-profile/faq/)
     for the CSS code.
 6.  To add the ability to add Social URLs in the User profile, please add the following
     add to your Theme functions file:
 7.  /_Add Social URLs_/
      function author_spotlight_contactmethods( $contactmethods){
     if ( !isset( $contactmethods[‘twitter’] ) ) $contactmethods[‘twitter’] = ‘Twitter’;
     if ( !isset( $contactmethods[‘facebook’] ) ) $contactmethods[‘facebook’] = ‘Facebook’;
     if ( !isset( $contactmethods[‘linkedin’] ) ) $contactmethods[‘linkedin’] = ‘LinkedIn’;
     if ( !isset( $contactmethods[‘flickr’] ) ) $contactmethods[‘flickr’] = ‘Flickr’;
     if ( !isset( $contactmethods[‘myspace’] ) ) $contactmethods[‘myspace’] = ‘MySpace’;
     if ( !isset( $contactmethods[‘friendfeed’] ) ) $contactmethods[‘friendfeed’] =‘
     Friendfeed’; if ( !isset( $contactmethods[‘delicious’] ) ) $contactmethods[‘delicious’]
     = ‘Delicious’; if ( !isset( $contactmethods[‘digg’] ) ) $contactmethods[‘digg’]
     = ‘Digg’; if ( !isset( $contactmethods[‘feed’] ) ) $contactmethods[‘feed’] = ‘
     XML Feed’; if ( !isset( $contactmethods[‘tumblr’] ) ) $contactmethods[‘tumblr’]
     = ‘Tumblr’; if ( !isset( $contactmethods[‘youtube’] ) ) $contactmethods[‘youtube’]
     = ‘YouTube’; if ( !isset( $contactmethods[‘blogger’] ) ) $contactmethods[‘blogger’]
     = ‘Blogger’; if ( !isset( $contactmethods[‘googleplus’] ) ) $contactmethods[‘googleplus’]
     = ‘Google+’; if ( !isset( $contactmethods[‘instagram’] ) ) $contactmethods[‘instagram’]
     = ‘Instagram’; if ( !isset( $contactmethods[‘slideshare’] ) ) $contactmethods[‘
     slideshare’] = ‘Slideshare’; if ( !isset( $contactmethods[‘stackoverflow’] ) )
     $contactmethods[‘stackoverflow’] = ‘Stackoverflow’; if ( !isset( $contactmethods[‘
     posterous’] ) ) $contactmethods[‘posterous’] = ‘Posterous’;
 8.      ```
         return $contactmethods;
         ```
     
 9.  }
 10. add_filter(‘user_contactmethods’,’author_spotlight_contactmethods’);

## 후기

![](https://secure.gravatar.com/avatar/f52a3e6a693008cb66f1458edf5c19421170d9e76fbcad7de2ded43fa7669fff?
s=60&d=retro&r=g)

### 󠀁[Does what it says on the tin](https://wordpress.org/support/topic/does-what-it-says-on-the-tin-176/)󠁿

 [brewhk](https://profiles.wordpress.org/brewhk/) 2016년 9월 3일 답글 1개

We needed it only for its most basic features, and it works out-of-the-box

 [ 모든 2 평가 읽기 ](https://wordpress.org/support/plugin/author-profile/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ Debashish ](https://profiles.wordpress.org/debashish/)

[자국어로 “Author Spotlight (Widget)”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/author-profile)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/author-profile/)는, [SVN 저장소](https://plugins.svn.wordpress.org/author-profile/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/author-profile/)
을 [RSS](https://plugins.trac.wordpress.org/log/author-profile/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 3.4

 * Fixed Readme file, as WordPress plugin page was not displaying the FAQs correctly.
   Minor code clean-up.

#### 3.3

Code clean-up.

#### 3.2

 * Fixed issues with description text inadvertently showing up as hyper-link for
   some icons.
 * Added support for 6 more social sites (Google+, Posterous, Stackoverflow, Slideshare,
   Instagram and Blogger). Do remember to update the `author_spotlight_contactmethods`
   function in your theme functions file to be able to add these URLs to the author
   profiles (refer the installation instructions).

#### 3.1

Fixed issues with image path. Some other minor fixes.

#### 3.0

 * Rewritten to the new Widget API. Now works with any page (not just “Single”).
   Added feature to display Social icons (optional). Provided example CSS.

#### 2.1

 * Bug fix to correct a method call.

#### 2.0

 * Added support for the “Co-Authors Plus” plugin to display multiple author profiles
   for co-authored posts.

#### 1.2

 * Minor change: Fallback to show Website URL label only when URL is present.

#### 1.1

 * Bug-fix to ensure proper fall-back if the User-photo plugin doesn’t exist. Added
   plugin URL.

#### 1.0

 * Initial public release.

## 기초

 *  버전 **3.4**
 *  최근 업데이트: **9년 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **4.7.33**
 *  언어
 * [English (US)](https://wordpress.org/plugins/author-profile/)
 * 태그:
 * [author](https://ko.wordpress.org/plugins/tags/author/)[author bio](https://ko.wordpress.org/plugins/tags/author-bio/)
   [Author Profile](https://ko.wordpress.org/plugins/tags/author-profile/)[authors](https://ko.wordpress.org/plugins/tags/authors/)
   [profile](https://ko.wordpress.org/plugins/tags/profile/)
 *  [고급 보기](https://ko.wordpress.org/plugins/author-profile/advanced/)

## 평점

 별 5점 만점에 4.5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/author-profile/reviews/?filter=5)
 *  [  1/4-별점 후기     ](https://wordpress.org/support/plugin/author-profile/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/author-profile/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/author-profile/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/author-profile/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/author-profile/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/author-profile/reviews/)

## 기여자

 *   [ Debashish ](https://profiles.wordpress.org/debashish/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/author-profile/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://paypal.me/MitaliC)