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

BMI Wrong Image Link Fix

描述

The company ByteMobile came up with a great idea: Deliver compressed images instantly! So,
if your Provider ( e.g. Vodafone ) cooperates with ByteMobile, they will most likely deliver
compressed pictures on your mobile screen. How this works:

You call a webpage and this webpage contains images. Your provider now rewrites these SRC-Attributes
to http://1.1.1.1/bmi/[url] and there a compressed picture is waiting for you.

I don’t want to discuss the advantages and disadvantages of this method, but for WordPress Admins
and Editors, who are using Mobil to edit blogposts, this can be a huge problem.

By this method, your Image-URLs can be overwritten, so you dont save
but

In the end, the picture won’t show up at all. BMI Wrong Image Link Fix helps now with this problem.
It hooks into the ‘save_post’ and ‘edit_post’-methods and rewrites the wrong Image URLs to the correct
one.

At the moment the following wrong URLs are known, and this plugin can correct them:

  • 1.1.1.1/bmi/
  • 1.1.1.2/bmi/
  • 1.1.1.3/bmi/
  • 1.1.1.4/bmi/
  • 1.1.1.5/bmi/
  • 1.2.3.4/bmi/
  • 1.2.3.9/bmi/
  • 1.2.3.10/bmi/
  • 1.2.3.11/bmi/

If you are fighting with another URL, pleaes contact me, so we can update the code.

More information at http://websupporter.net/blog/mobile-users-attention-editing-blogposts-from-mobile-can-inject-wrong-image-paths/

安裝

  • Download this Plugin
  • Unzip it in your Plugins Folder (most likely /wp-content/plugins/
  • Go to Plugins and Activate the plugin

Every blogpost you edit from now on, will be checked for wrong addresses, and they will be corrected

評價

There are no reviews for this plugin.

貢獻者及開發者

“BMI Wrong Image Link Fix” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 BMI Wrong Image Link Fix 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.1
First Release

0.2
Fixes Revisions-Problem