Title: Bookmarks Shortcode
Author: Shea Bunge
Published: <strong>15 Aralık 2011</strong>
Last modified: 1 Aralık 2020

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# Bookmarks Shortcode

 [Shea Bunge](https://profiles.wordpress.org/bungeshea/) tarafından

[İndir](https://downloads.wordpress.org/plugin/bookmarks-shortcode.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/bookmarks-shortcode/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/bookmarks-shortcode/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/bookmarks-shortcode/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/bookmarks-shortcode/#developers)

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

## Açıklama

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

## Yükleme

 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.

## SSS

### 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

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“Bookmarks Shortcode” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda
bulunmuşlardır.

Katkıda bulunanlar

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

[“Bookmarks Shortcode” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/bookmarks-shortcode)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/bookmarks-shortcode/),
[SVN deposuna](https://plugins.svn.wordpress.org/bookmarks-shortcode/) göz atın 
ya da [RSS](https://plugins.trac.wordpress.org/log/bookmarks-shortcode/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/bookmarks-shortcode/)
abone olun.

## Değişiklik Kaydı

#### 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

## Meta

 *  Sürüm **2.3.1**
 *  Son güncelleme **6 yıl önce**
 *  Etkin kurulumlar **80+**
 *  WordPress sürümü ** 2.5 veya üstü **
 *  Test edilen sürüm **5.6.19**
 *  PHP sürümü ** 5.2 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/bookmarks-shortcode/)
 * Etiketler
 * [blogroll](https://tr.wordpress.org/plugins/tags/blogroll/)[bookmarks](https://tr.wordpress.org/plugins/tags/bookmarks/)
   [links](https://tr.wordpress.org/plugins/tags/links/)[shortcode](https://tr.wordpress.org/plugins/tags/shortcode/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/bookmarks-shortcode/advanced/)

## Puanlar

Henüz inceleme gönderilmedi.

[Değerlendirmeniz](https://wordpress.org/support/plugin/bookmarks-shortcode/reviews/#new-post)

[Tüm değerlendirmeleri gör](https://wordpress.org/support/plugin/bookmarks-shortcode/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/bookmarks-shortcode/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://sheabunge.com/donate)