Dominik
01-20-2007, 01:37 PM
Hi,
I created a special PP toolkit very easy to install in PixelPost.
You only need to drag a folder at the root of your PP gallery and that's all !
After that, you can call a special request to show your images outside PP gallery, for i.e. inside another web site (HTML or PHP page)
1) the first function can be used into an HTML page only (static page). You have to create a IMG tag and you have to call a specific URL with parameters (or not).
2) the second way needs PHP. You just use <i>include("")</i> to insert dynamically an IMG HTML tag in your page. In that case, you can use several very interesting and powerful parameters (max 'size' in pixels, 'url' for a direct link into PP image, 'format' for THUMB or IMAGE source, etc).
Here's an example with just an URL tag (and a random image mode):
http://photoblog.fusina.net/pp_webImage/?type=image&num=-9&url
That picture directly comes from my PP gallery.
Here's another example (http://photoblog.fusina.net/pp_webImage/examples.php) with the PHP function now.
I'm writing the documentation.
I would like to finalize it before post freely my kit here.
If you correctly understand/read French and you'd want to help me to translate my french document, please, contact me ! ;)
'Sources' will be distribute freely, of course ;)
[note] I use my functions to show PixelPost thumbs on my website's homepage (my blog). Look at the right column (http://www.fusina.net)..
Dominik
I created a special PP toolkit very easy to install in PixelPost.
You only need to drag a folder at the root of your PP gallery and that's all !
After that, you can call a special request to show your images outside PP gallery, for i.e. inside another web site (HTML or PHP page)
1) the first function can be used into an HTML page only (static page). You have to create a IMG tag and you have to call a specific URL with parameters (or not).
2) the second way needs PHP. You just use <i>include("")</i> to insert dynamically an IMG HTML tag in your page. In that case, you can use several very interesting and powerful parameters (max 'size' in pixels, 'url' for a direct link into PP image, 'format' for THUMB or IMAGE source, etc).
Here's an example with just an URL tag (and a random image mode):
http://photoblog.fusina.net/pp_webImage/?type=image&num=-9&url
That picture directly comes from my PP gallery.
Here's another example (http://photoblog.fusina.net/pp_webImage/examples.php) with the PHP function now.
I'm writing the documentation.
I would like to finalize it before post freely my kit here.
If you correctly understand/read French and you'd want to help me to translate my french document, please, contact me ! ;)
'Sources' will be distribute freely, of course ;)
[note] I use my functions to show PixelPost thumbs on my website's homepage (my blog). Look at the right column (http://www.fusina.net)..
Dominik