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

Like Thumbnail

설명

Plugin for specifying which thumbnail to use for links liked/shared on Facebook.

Archive page

Get a media attached to the first post it can find

Singular page

  • Use featured thumbnail when available
  • Use one of the media attached, when available
  • Fallbacks to the default image (like a logo which can be specified in settings)

Filters are available if you want to shortcircuit the logic or want to add yours.

It just works! If it doesn’t work for you, let me know by creating an issue here – https://github.com/ashfame/facebook-like-thumbnail/issues

설치

  • Upload the folder facebook-like-thumbnail to the /wp-content/plugins/ directory
  • 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  • Settings are in Setting > Facebook Like Thumbnail

FAQ

How do I change the default image to be used?

Go to Settings > Facebook Like Thumbnail and enter URL to the default image you would like to use

When is the default image used?

When plugin can’t figure out the image to use in any context, then it will use the default image.

Is it possible to add my own logic or shortcircuit existing logic?

Yes! Take a look at plugin’s source code, pretty easy to hack away! 🙂

Why does it still show an incorrect thumbnail?

Facebook will update it for all the pages within 24hrs. If you want to refresh for a particular page manually, then you can use the Linter tool – https://developers.facebook.com/tools/lint/

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.4

  • Use of WP Media library to specify default thumbnail image

0.3.4

  • Added support for attachment page view
  • Better way of checking for attached featured thumbnail

0.3.3

  • Fixed a bug with retrieving attachments correctly
  • Check minimum WordPress version compatibility
  • Enhancements in architecture

0.3.2

  • Query fix when attachments are scanned for current singular item (post/page etc)

0.3.1

  • Minor fixes

0.3

  • Complete rewrite with better architecture and the ability to plug in custom logic for figuring out media image

0.2

  • Switched to FB recommended meta tag og:image
  • Use featured thumbnails if they exist, with a fallback to first image in the post & then the default one
  • Frontpage & Search page uses the default image
  • Added options page to enter default image URL, no more plugin editing required
  • Deleting the plugin via WordPress dashboard will uninstall the saved data in the database
  • Now supports Nextgen gallery when not using the slideshow mode (and hopefully similar ones too)
  • Plugin now requires atleast WordPress 2.7 to run

0.1

  • Basic plugin! Edit required for changing the default fallback image