PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   "How Do I..." Questions (http://www.photoplog.com/forum/forumdisplay.php?f=7)
-   -   Random Thumbs on External Site (http://www.photoplog.com/forum/showthread.php?t=161)

matt87 03-23-2006 08:05 PM

Random Thumbs on External Site
 
How do I put the random thumbs on another website. I have it installed already but want to put some random thumbs on my other site. Anyone know how I can go about doing this?

Morgan 03-23-2006 08:14 PM

Assuming access to PhotoPlog tables...

http://www.photoplog.com/forum/showthread.php?t=10

matt87 03-23-2006 09:12 PM

If I create that php file how can I call it using html because I can't use php on my other site.

Morgan 03-23-2006 09:57 PM

The file would need PHP to run. If you cannot use PHP, then try straight HTML like so:
Code:

<img src="http://www.your-site.com/photoplog-dir/file.php?n=1&amp;w=s" alt="Image_1" border="0" />
<img src="http://www.your-site.com/photoplog-dir/file.php?n=2&amp;w=s" alt="Image_2" border="0" />
<img src="http://www.your-site.com/photoplog-dir/file.php?n=3&amp;w=s" alt="Image_3" border="0" />
<img src="http://www.your-site.com/photoplog-dir/file.php?n=4&amp;w=s" alt="Image_4" border="0" />
<img src="http://www.your-site.com/photoplog-dir/file.php?n=5&amp;w=s" alt="Image_5" border="0" />



All times are GMT. The time now is 10:01 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.