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

Noio Iconized Bookmarks

설명

Noio Iconized Bookmarks has 3 functions:

List bookmarks with favicons

Upon activation there is a function available that works just like WordPress’ built-in wp_list_bookmarks. The function is called list_iconized_bookmarks(), and it takes the same arguments as the original. The function takes images from the link_image field of each link. The images are displayed in front of the link, with class="favicon", and it is up to the user to define a proper style.

Iconized Links Widget

There is also a replacement Links widget available, to get iconized bookmarks into your blogroll. This widget has one option, which is the arguments string, with the same arguments that are passed to wp_list_bookmarks.

Iconizing

Iconizing might be a bit of a stupid name, but what this function does is add favicon-URLs to each of your links’ image fields! So you can just add a bunch of links to your blogroll, then run the plugin, and all favicons will be correctly set. You can start the plugin from the N.I.B. (Noio Iconized Bookmarks) panel in the settings panel.

스크린샷

  • Admin panel, after setting the favicons.
  • What bookmarks + favicons could look like.

설치

  1. Read the description of this plugin.
  2. Upload noio-iconized-bookmarks.php to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. To find favicons for each of your links, go to the Settings Panel > N.I.B.

To display your links with favicons, use either:

  • The function list_iconized_bookmarks() .
  • The Iconized Links widget, that should now be available in your sidebar widgets panel.

FAQ

I can see icons, but the text of all my links has disappeared!

You are probably still using wordpress’ default Links widget, or a call to the default wp_list_bookmarks(). To see both text and links, you will have to use the new list_iconized_bookmarks() function, or the Iconized Links widget.

Do I have to use N.I.B. to display the bookmarks with icons?

No, you can use your own plugin. Though if you use the default wp_list_bookmarks, you will not be able to show both favicons and the link texts.

If you want to display the bookmarks with favicons, you can use either the new function list_iconized_bookmarks or the Iconized Links widget that should have appeared in your widget list.

I have uninstalled N.I.B., but the icons are still showing in my sidebar

If you are using the standard Links widget, images will be displayed if their address is available. If you have used N.I.B. to find favicon addresses, those will still be saved in your Links’ Image Address field. N.I.B. does not clear your images when it’s uninstalled, because that would be too severe a change in your database. You can either disable the show_images option for wp_list_bookmarks or manually remove the favicons from the Image Address fields.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.1

  • Used the new class-based widget API to allow multiple instances of the Iconized Bookmarks Widget.
  • Fixed timeouts occurring when finding favicons for nonexistent URLs.