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

Links synthesis

설명

This plugin enables a synthesis of all links and the creation of thumbnail for links in an article and retrieves data from them.

In this plugin, an index of all links in the page/post is created at the end of the page/post.

In addition, each link is periodically check to see if the link is still valid.

p>In addition, each link is periodically check to see if the link is still valid.

You may display a thumbnail of the URL when the user move its mouse over the link.

This plugin is under GPL licence.

Multisite – WordPress MU

Works with MU installation !

Localization

  • English (United States), default language
  • French (France) translation provided by

Features of the framework

This plugin uses the SL framework. This framework eases the creation of new plugins by providing tools and frames (see dev-toolbox plugin for more info).

You may easily translate the text of the plugin and submit it to the developer, send a feedback, or choose the location of the plugin in the admin panel.

Have fun !

스크린샷

  • Links with issues
  • All Links
  • Some parameters

설치

  1. Upload this folder links-synthesis to your plugin directory (for instance ‘/wp-content/plugins/’)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to the ‘SL plugins’ box
  4. All plugins developed with the SL core will be listed in this box
  5. Enjoy !

FAQ

InfoVersion:b82f888dfb47970cce3a4d21e51022ba5a3a333d

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.3.3

  • NEW: Update of the core

1.3.2

  • NEW: delete temp file upon desinstall

1.3.1

  • New: if a post has not been analyzed, it is automatically anaylzed during its first display

1.3.0

  • NEW: The process for identifying the links are redesigned (lighter process) : now it is performed during the saving of a post
  • BUG: The ignored page are now rescaned periodically

1.2.3

  • NEW: Add log error for all tabs (screenshot)

1.2.2

  • NEW: Only one image is displayed when similar links are present
  • NEW: even ignored links are ckecked
  • NEW: How to tab

1.2.1

  • NEW: Wkhtmltoimage may be used to create thumbnails (no external API need to create the image)
  • NEW: do not display the table if no link is used in the page

1.2.0

  • NEW: Thumbnail of the URL may be displayed when the mouse is over
  • NEW: Now the ignored page are listed
  • BUG: increase the resilience of the plugins

1.1.0 -> 1.1.4

  • NEW: Enhance the appearence of the configuration page
  • BUG: Improve the matching of the regexp
  • BUG: Avoid taking in account links that has been added by other plugins
  • NEW: Add a new feature to force the verification of all links and all page (for low traffic website)
  • NEW: Delete old links when a page has been deleted
  • NEW: Links with anchors are now handled (anchor are disregarded when the summary is performed and the anchor are search in the page to see if it exists).

1.0.0 -> 1.0.9

  • Various enhancement
  • Exclude links that are added by plugins
  • Remove blank after the sup links
  • Regexp is improved and then changed to be more robust : WARNING you shoud update your regexp if you have one
  • It is now possible to use pseudo function REPLACE and EXPLODE
  • Limit the number of update of the DB
  • Resolve a bug which delete valid link
  • Improve the management of links
  • It is now possible to change URL with redirection to the redirected URL
  • First release