Gallery Plugin Update
February 16th, 2010
-
caption text -
caption text -
caption text -
caption text -
caption text -
caption text
I have finished the first draft version of the gallery plugin, currently it can:
1) create gallery
2) add image on a gallery
3) add caption on a image like title and description
You can call the image gallery either on a short code or directly function.
_list_img(gallery id)
To use this plugin, on your root directory create “cache” folder ( it will save all the cache images here, TimThumb use this ) and put the “timthumb.php” on the root folder also.
The current UI or JS gallery I use is the Jquery Gallery View
The fun part of this is that, you can use any JS gallery / or any gallery that is out there. For now on this first version it is developer friendly yet!
It is manually added ( the JS Gallery ) and manually registering the scripts. My next version would be creating settings to administer:
1) auto resize of image ( what is the size of image, main and thumbnail you want )
2) display caption ( do you want to display the title or description of image )
on the next version who knows! im still thinking of it
here is the sample image gallery. By the way I use TimThumb for resizing images on the gallery view.
Filed under: Blog, Plugin | 3 Comments »
Media Gallery – Draft – Change of Plan!
February 2nd, 2010
Array ( [0] => Array ( [large_image] => url_of_large_image [thumb_image] => url_of_thumb_image [title] => title / name of the image [description] =>description the image ) [1] => Array ( [large_image] => url_of_large_image [thumb_image] => url_of_thumb_image [title] => title / name of the image [description] => description of the image ) )
Filed under: On Going | No Comments »
Video Playlist Plugin
February 1st, 2010
Hello this is the Video Playlist Plugin, our first plugin coded by Blue Eagle Engineers.
It uploads video with image and also can embed url movies such as youtube and a like.
the width and height can be define, to add this plugin to your post or pages, you need to type the shortcode ( videoplaylist ) on the editor. It can be also called via function.
this is short code
(videoplaylist)
this is short code /w width and height
(videoplaylist width=”280″ height=”240″)
replace the “( )” with “[ ]”
this is for the function to call outside shortcode
_apyc_videoplaylist_code($width,$height)
And after everything are done there is a button that says “Create / Re-Create Playlist File” this will create XML and the video player will read this XML.
please check this sample:
Filed under: Blog | 1 Comment »
Hello world!
February 1st, 2010
Welcome to Blue Eagle Development, I would like to use this as our development Diary on what plugins where creating!
Filed under: Plugin | 1 Comment »