=== coolEye === Contributors: Nductiv Donate link: http://nductiv.com/ Tags: CoolIris, Flickr, Picasa, Youtube, Gallery, CoolEye, Photo, Video, Photo Gallery, Video Gallery Requires at least: 2.6 Tested up to: 3.0.2 Stable tag: 1.0.0 Shortcode [coolEye] + TinyMCE button, embeds CoolIris wall in post/page by: keywords,user,album,group for images+videos @ Flickr,Picasa,YouTube. == Description == This plugin adds the shortcode [coolEye] which embeds a CoolIris wall into your post or page. coolEye shortcode syntax: [coolEye parameters...] Where the mandatory parameter is: search - where the value is: keywords (for Flickr, Picasa, and YouTube), ex. [coolEye search=grand+cayman+island how=search source=youtube] username (for Flickr and Picasa), ex. [coolEye search=nductiv how=user source=picasa] album (for Flickr only), ex. [coolEye search=72157623208045513 how=album source=flickr] on Flickr.com albums are called "sets" For the "search" parameter you want the long number at the end of the URL http://www.flickr.com/photos/ausername/sets/72157623208045513/ group (for Flickr only), ex. [coolEye search=thegrandcanyon how=group source=flickr] For Flickr groups, the search parameter is taken from the end of the group URL on Flickr.com http://www.flickr.com/groups/thegrandcanyon/ optional parameters are: source - tells coolEye where to look. Values can be: flickr, picasa or youtube. if the "source" parameter is not in the shortcode, the value is taken from the coolEye settings panel. how - tells coolEye how to search. Values can be: search, user, album or group. if the "how" parameter is not in the shortcode, the value is taken from the coolEye settings panel. width - how wide should the embedded coolIris panel be (in pixels) if the "width" parameter is not in the shortcode, the value is taken from the coolEye settings panel. height - how high should the embedded coolIris panel be (in pixels) if the "height" parameter is not in the shortcode, the value is taken from the coolEye settings panel. rows - how many rows of thumbnails should be displayed in the coolIris panel. Must be 1 to 7. if the "rows" parameter is not in the shortcode, the value is taken from the coolEye settings panel. theme - what background color or image to use for the coolIris panel. Values can be: black, white, light, dark, customrgb or customurl. black, white, light, and dark are predefined backgrounds in coolIris. "customrgb" allows you to specify a solid color background by adding the parameter "rgb" "customurl" allows you to specify an image background by adding the parameter "url" if the "theme" parameter is not in the shortcode, the value is taken from the coolEye settings panel. rgb - defines the background color, as either a 6 digit hex web color, or a 3 digit hex webcolor. for instance: rgb=A00 is reddish, and so is rgb=A00000, dark grey might be rgb=222 or rgb=202020 the "rgb" parameter is only used when theme=customrgb, otherwise it is ignored if the "rgb" parameter is not in the shortcode, the value is taken from the coolEye settings panel. url - defines the background image, as a URL. The image is always stretched to fit the panel width and height for instance: url=http://somesite.com/niceimage.jpg the "url" parameter is only used when theme=customurl, otherwise it is ignored if the "url" parameter is not in the shortcode, the value is taken from the coolEye settings panel. tilt - defines how much the coolIris wall will tilt when you move it with the mouse. Must be 0 to 5, where 0 disables tilt. if the "tilt" parameter is not in the shortcode, the value is taken from the coolEye settings panel. chrome - defines whether a rectangular bar appears as a background to the coolIris controls at the bottom of the panel. Values are either show or hide. if the "chrome" parameter is not in the shortcode, the value is taken from the coolEye settings panel. Some examples: [coolEye search=grand+canyon how=search width=700 height=400 source=youtube rows=4 theme=customrgb rgb=6666CC chrome=hide tilt=2] [coolEye search=thegrandcanyon how=group width=600 height=300 source=flickr rows=2 theme=customurl url=http://www.lasvegas4vipusa.com/images/GRCA_GrandCanyonHDR.jpg chrome=show tilt=1] [coolEye search=vrtifacts how=search source=youtube] CoolEye also adds a CoolEye icon to the tinymce editor which can be used to insert the shortcode and set options using a simple editor dialogue. == Installation == 1. Upload `coolEye` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Adjust the default parameters for the shortcode in the WordPress Settings->CoolEye area 4. Have fun inserting shortcodes == Frequently Asked Questions == = What about some of the other CoolIris features like Facebook, YouTube Users, etc... = When CoolIris releases these features, I'll try to update this plugin ASAP = There's some other parameters supported by CoolIris that aren't in the plugin = Let me know which ones you need, and I'll try to put them in the next update = What's the deal with CoolIris's license? = Short summary - if your site is not for profit, the CoolIris embed is free. YMMV, Offer not valid where prohibited. Check out: http://www.cooliris.com/legal/terms/ = What other software does CoolEye require from user browsers = CoolIris is Flash based. CoolEye will only work with Flash enabled browsers. == Screenshots == 1. Settings page 2. CoolEye page/post editor button and the dialog. 3. Typical [coolEye] shortcode inside a page 4. This is how CoolEye is displayed on a WordPress page/post. == Changelog == = 1.0.0 = * First release == Upgrade Notice == = 1.0.0 = * First release