Title: Bookmarks Shortcode
Author: Shea Bunge
Published: <strong>2011년 12월 15일</strong>
Last modified: 2020년 12월 1일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/bookmarks-shortcode.svg)

# Bookmarks Shortcode

 작성자: [Shea Bunge](https://profiles.wordpress.org/bungeshea/)

[다운로드](https://downloads.wordpress.org/plugin/bookmarks-shortcode.zip)

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

 [지원](https://wordpress.org/support/plugin/bookmarks-shortcode/)

## 설명

Creates three shortcodes – [bookmarks], [links] and [blogroll] – that will generate
an unordered list of your WordPress links.
 Preforms the same function as `wp_list_bookmarks()`.

You can any of the shortcodes within a post, page, media, text widget, etc.
 This
makes it much more flexible then using the default Links page template that may 
be included in your theme as you can add other content surrounding the list, also
when you change themes there is no need to edit the page.

You can customize the output of the list by using the same arguments that are accepted
by the [wp_list_bookmarks()](https://developer.wordpress.org/reference/functions/wp_list_bookmarks/)
function.
 Example: `[bookmarks show_images=0 show_ratings=1 show_name=1 ]`

[Contribute at GitHub](https://github.com/sheabunge/bookmarks-shortcode)

### Update Notice

#### 2.2

Improved default bookmarks markup

## 설치

 1. Upload `bookmarks-shortcode.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the **(Plugins > Installed Plugins)** menu in WordPress
 3. Use the [bookmarks], [links] or [blogroll] shortcodes in any of your posts, pages
    or widgets.

## FAQ

### My theme includes a links page template. Why do I need this plugin?

This plugin is more flexible then the Links page template. You can use any of the
three shortcodes within a post, page, text widget, media, etc. You can also add 
other content surrounding the list, also when you change themes there is no need
to edit the page.

### Can I use the shortcodes in text widgets?

If you wish to use these shortcodes in the sidebar text widgets, add this code to
a site-specific plugin or as a [code snippet](https://wordpress.org/plugins/code-snippets):

    ```
    add_filter( 'widget_text', 'shortcode_unautop' );
    add_filter( 'widget_text', 'do_shortcode' );
    ```

Keep in mind that doing this will allow you to use **all** shortcodes in text widgets,
not only the ones added by this plugin

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Shea Bunge ](https://profiles.wordpress.org/bungeshea/)

[자국어로 “Bookmarks Shortcode”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/bookmarks-shortcode)

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

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

## 변경이력

#### 2.3.1

 * Fixed regression if strings are passed as shortcode attributes

#### 2.3

 * Remove argument parsing from shortcode callback

#### 2.2

 * Instead of using output buffering, set wp_list_bookmarks’s echo parameter
 * Provide default arguments for the wp_list_bookmarks() function

#### 2.1

 * Improved code structure
 * Removed ‘allow shortcodes in text widgets’ functionality. To add this back, see
   the FAQ
 * Switched to MIT license

#### 2.0

 * Added `[blogroll]` and `[links]` shortcodes
 * Fixed a bug with the page content always being after the bookmarks
 * Shortcodes can now be used in text widgets
 * Checks if shortcode exists before registering shortcode
 * Accepts the same arguments as the [wp_list_bookmarks()](https://codex.wordpress.org/Function_Reference/wp_list_bookmarks)
   function.

#### 1.0

 * Stable version release

## 기초

 *  버전 **2.3.1**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **80+**
 *  워드프레스 버전 ** 2.5 또는 그 이상 **
 *  다음까지 시험됨: **5.6.19**
 *  PHP 버전 ** 5.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/bookmarks-shortcode/)
 * 태그:
 * [blogroll](https://ko.wordpress.org/plugins/tags/blogroll/)[bookmarks](https://ko.wordpress.org/plugins/tags/bookmarks/)
   [links](https://ko.wordpress.org/plugins/tags/links/)[shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)
 *  [고급 보기](https://ko.wordpress.org/plugins/bookmarks-shortcode/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

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

## 기여자

 *   [ Shea Bunge ](https://profiles.wordpress.org/bungeshea/)

## 지원

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

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

## 기부

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

 [ 이 플러그인에 기부하기 ](https://sheabunge.com/donate)