Linux 软件免费装

BMI Wrong Image Link Fix

开发者 websupporter
更新时间 2016年4月13日 19:33
PHP版本: 3.0 及以上
WordPress版本: 4.5

标签

mobile bbpress bmi false image src byte mobile

下载

0.1 0.2

详情介绍:

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: 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/

安装:

更新日志:

0.1 First Release 0.2 Fixes Revisions-Problem