davelester / WPBadgeDisplay

WordPress plugin that creates a widget to display Open Badges on your blog.
Other
12 stars 8 forks source link

cache remote badge images #7

Open davelester opened 11 years ago

davelester commented 11 years ago

Instead of having to request remote badge images that are on issuer servers or stored in a Mozilla backpack, WPBadgeDisplay should include remote image caching. If this is difficult, perhaps the plugin can play nicely with existing WP image caching plugins like Cache Images.

davelester commented 11 years ago

Related to image caching, this could be an opportunity to create any thumbnails of a badge. Since there is no standard size for badges, this will help prevent occasionally scaling 500-pixel-wide badge images on the fly with CSS.