這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

seekXL Snapr

外掛說明

This plugin attaches a tooltip with a screenshot of the linktarget to every external link.

The screeshot service is provided by seekXL Snapr.
This service is located in Germany but can be used worldwide.

The plugin languages are at the moment english, german and italian. The plugin can be easily translated into other languages.

Miscellaneous

The Javascript Code to display the tooltips is based on the original source of bubble.js provided by the seekxl snapr service.
A few enhancments and changes were made to support all plugin functions.

Italian translation by Gianni Diurno (gidibao.net)

螢幕擷圖

  • Tooltip size T (100x75)
  • Tooltip size S (200x150)
  • Tooltip size M (400x300)

安裝方式

Download the plugin and extract the contents of the archive to the ‘wp-content/plugins’ directory.

After activating the plugin through the ‘Plugins’ menu, you will have a new menu entry ‘seekXL Snapr’ in your ‘settings’ menu.
Here you can change the plugin settings.

常見問題集

How can I attach tooltips manually?

Activate the plugin and change the setting of ‘Show screenshots for all external links?’ to ‘No’

When you write a new post, change to the source view and to your link code e.g. size="M".

Example:

bla bla bla <a href="http://www.zyblog.de">External link to Zyblog</a> bla bla bla

is changed to

bla bla bla <a href="http://www.zyblog.de" size="M">External link to Zyblog</a> bla bla bla

Allowed values to mark your links are ‘T’, ‘S’, ‘M’, ‘L’

A size attribute added by hand will override the thumbnail size settings done on the plugin settings page.

What about this Logo Key?

Most of the screenshotservices show default pictures, when the screenshots must be generated or could not be generated.

For this plugin the service of seekXL Snapr allows you to use your own picture as a replacement for the default picture.
That way is is possible to integrate the tooltips into your own design.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈seekXL Snapr〉的開發相關工作。

參與者

將〈seekXL Snapr〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0.6

  • More efficient JS generation
  • ongoing code cleanup

2.0.5

  • readme.txt updated
  • fixed warnings in JS files
  • changed directory names
  • fixed deprecated function calls

2.0.4

  • Tested with WP 2.8.4; reduced CSS file; updated admin options to up to date layout style

2.0.3

  • Bugfix for IE7 issues, when IE7 not running in quirks mode

2.0.2

  • translated to italian by Gianni Diurno

2.0.1

  • small bugfix. The javascript created unnecessary links to the stylesheet.

2.0

  • plugin is upgraded to the new version of the SeekXL snapr tool
  • the tooltipbox is now variable, as it will show up on free space in the browser window
  • successfully tested with WordPress 2.6
  • changed the manual markup of seekxl-snapr links the the original method of seekxl snapr (class=”seekxlsnaprM” is now size=M”)

1.1

  • Internationalization: Plugin is now in english, but a german translation is included. The plugin can now be translated easily using poedit.
  • Using a shrunk version of the bubble.js which saves about 900 bytes
  • Successfully tested with WordPress 2.3
  • Bugfix in bubble.js

1.0

  • Initial release