Hi
Anyone know how to add the new 640x320 size to this plugin?
Thanks.
Hi
Anyone know how to add the new 640x320 size to this plugin?
Thanks.
yup,
If you want use new size. You find the label returned by the API function: flickr.photos.getSizes
Its "medium 640"
You need add in the js:
this.sizes['Medium 640'] = 'size_z';
Add the radio input in the media-flickr.php:
<div id="div_size_z"><input type="radio" id="size_z" name="size" value="size_z" /> <label for="size_z"><?php _e('Medium 640', 'wp-media-flickr') ?> (640 x 480)</label></div>
that all
That works perfectly!
Thanks so much. You rule!!!
You must log in to post.