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

Maja Bookmarks

설명

The Maja Bookmarks plug-in is a widget as well as a shortcode to display a list of bookmarks (links) through several options. Includes widget options and the equivalent shortcode to configure the features mentioned below. It follows the WordPress standard widgets output guidelines. Completely updated to use the new widget API and is multi-widget enabled. Fully XHTML compliant.

Features:

  • Can display links by category or multi categories.
  • Can include/exclude specific link id.
  • Can limit the number of links.
  • Can show links that match a search keyword criteria.
  • Can show/hide invisible links.
  • Can order by several criteria.
  • Can choose a custom css selector for the ul list.
  • Can add custom output templates as well as choose a custom html tag container.
  • All widget parameters can be used in the shorcode tag.

Shortcode default parameters

  • [majabookmarks
  • limit=”5″
  • order=”ASC”
  • orderby=”name”
  • category_name=”All”
  • category=””
  • hide_invisible=”1″
  • show_updated=”0″
  • include=””
  • exclude=””
  • search=””
  • use_css=””
  • use_hook=””]

Custom Template

  1. Create a new folder inside your theme folder, name it ‘maja-bookmarks’
  2. Create an empty php file inside it.
  3. Write your html/php code to display one item of the list.
  4. Use the $bookmark object to print out its properties.

Available fields in bookmark object

  • ‘link_id’
  • ‘link_url’
  • ‘link_name’
  • ‘link_image’
  • ‘link_target’
  • ‘link_category’
  • ‘link_description’
  • ‘link_visible’
  • ‘link_owner’
  • ‘link_rating’
  • ‘link_updated’
  • ‘link_rel’
  • ‘link_notes’
  • ‘link_rss’

스크린샷

  • The Maja Bookmarks widget configuration interface.

설치

  1. Download the Maja Bookmarks zip file.
  2. Extract the files to your WordPress plugins directory.
  3. Activate the plugin via the WordPress Plugins tab.
  4. Configure the widget and place it on your blog using the Widget configuration page.
  5. Alternatively you can use the ‘majabookmarks’ shortcode tag alongside the same widget parameters in body posts/pages.

FAQ

What if I have further questions?

If you have any questions or comments, feel free to leave a comment on the project page and I will respond as soon as I can.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Maja Bookmarks”(을)를 번역하세요.

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

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

변경이력

1.1.5.1

  • minor bug fix

1.1.5

  • just some refactoring

1.1.4

  • fixed some typo in the documentation

1.1.3

  • minor update

1.1.2

  • minor update

1.1.1

  • minor update

1.1

  • added link target to the output list
  • added new powerful feature to create custom output templates

1.0

Initial release.