Linux 软件免费装
Banner图

Thumbrio

开发者 cuenca@thumbr.io
更新时间 2015年6月5日 23:48
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 4.2.2

标签

responsive amazon images thumbnails CDN S3 bucket thumbr.io

下载

2.0 2.01 2.1.1 2.1.2 2.1.3 2.2

详情介绍:

This plugin makes the images in your blog responsive, adapting them to the size and resolution of your users' devices and serves them quickly through a first-class CDN. You can serve images stored locally in your harddrive (usually in wp-content/uploads) or serve images stored in an Amazon S3 bucket. To use this plugin you have to sign up in [Thumbr.io]. This plugin will sign you up automatically during the setup process if you still don't have an account in [Thumbr.io]. We only require an email address and a password. You can serve up to 1 GB/month with our Free plan. You will be able to edit your images even when they are stored in Amazon S3. Our plugin will only store the original image you uploaded in Amazon S3 and will edit the image on the fly, and adapt it automatically to your user's devices. Saving fewer images on Amazon S3 will help lower your Amazon costs. Do you need any special features? Please let us know, we are constantly improving listening to our users feedback. Requires WordPress 3.5 and PHP 5. Tested up to WordPress 4.2.2. Plugin Features Coming soon

安装:

  1. Upload the folder wp-thumbrio-plugin to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Once the plugin is active, you have to set it up in Settings. This will create a new Thumbr.io user account if needed.
  4. Select the storage of your image. It could be local, Amazon S3 or any other storage supported by Thumbr.io. Go to Other Notes to see these steps in further detail [Set-up guide]

屏幕截图:

  • Link the plugin to a Thumbr.io's account. Sign up (A) to create a Thumbr.io's account or log in (B) to use a previously created account. Follow Settings -> Thumbr.io (C) to customize Thumbr.io settings.
  • Set up the plugin. You have to select the location of your original (high-resolution)
  • Select a Previously Configured Origin. If you already have a linked Amazon S3 in your Thumbr.io
  • After saving your settings. If you want to have access in WordPress to images

其他记录:

Set-up guide
  1. Sign up in Thumbr.io (Screenshot 1).
  2. Setup the Thumbr.io WordPress plugin: Select where do you want to store your original (high-resolution) images. You can store them:
  3. Local storage. Default and only option in standard WordPress.
  4. Amazon S3. Recommended, use Amazon S3 to store your images in a virtually unlimited harddrive:
  5. Signup in Amazon S3 and create a new bucket.
  6. In the Thumbr.io WordPress settings add your Amazon S3 bucket credentials (see Screenshot 2).
  7. The credentials that you use must have permission to: list, upload and delete.
  8. Add a CORS configuration to your bucket (see the CORS Configuration section).
  9. Custom Origin. Other S3 buckets already configured in Thumbr.io (Screenshot 3).
  10. Synchronization: Give WordPress access to your images that are already stored in your Amazon S3 bucket (only available when you store your original images in Amazon S3). It can take several seconds / minutes to synchronize your Amazon S3 collection with WordPress (Screenshot 4). NOTE: We currently don't provide a way to automatically upload your WordPress existing collection to Amazon S3.
CORS Configuration If you want to use an existing Amazon S3 bucket with Thumbr.io you should add a CORS configuration to this bucket. <?xml version="1.0" encoding="UTF-8"?> <CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <CORSRule> <AllowedOrigin>*</AllowedOrigin> <AllowedMethod>GET</AllowedMethod> <AllowedMethod>POST</AllowedMethod> <AllowedMethod>PUT</AllowedMethod> <AllowedMethod>DELETE</AllowedMethod> <MaxAgeSeconds>3000</MaxAgeSeconds> <AllowedHeader>*</AllowedHeader> </CORSRule> </CORSConfiguration> Full reference Visit thumbr.io to get information about our service and price plans.

更新日志:

2.2 2.1.3 2.1.2 2.1.1 2.0.1 2.0 1.0