I cannot get this working m8 - and the demo page doesnt work for me either :( checked my flash and that seems fine - any advice would be great!
Page is here: http://www.stephenprocter.co.uk/promote.html
Hello Kevin. Tried to contact you directly but did not find any email :)
By the way, is there any way to implement this addon using a Joomla site?, that is, I would like to promote my pixelpost latest images in my joomla site. Already tried to create a new module, pasting the script code, but nothing happens. You use Wordpress and it works perfect.
Any idea? :) Thanks.
I like this addon very much. (my last comment was a mistake). I'm using it on my main webpage and my academic webpage as well.
I changed this addon a little bit for my need to be able to show random full size images on other pages with controlable size.
I changed it from line 27 as if ($_GET['fullsize']) { $sz = $_GET['fullsize']; $w = substr($sz,0,strrpos($sz,"-")); $h = substr($sz,strrpos($sz,"-")+1);
$promote .= "document.write('<a href="" . $cfgrow['siteurl'] ."?showimage=" . $row['id'] . ""><img src="" . $cfgrow['siteurl'] . "images/" . $row['image'] ." " width="" .$w . "" height="" . $h . "" border="0" alt=" "/></a>');";
}else
{
$promote .= "document.write('<a href="" . $cfgrow['siteurl'] ."?showimage=" . $row['id'] . ""><img src="" . $cfgrow['siteurl'] . "/thumbnails/thumb_" . $row['image'] ." " border="0" alt=" "/></a>');";
}
Works great! How can we include this script as an email signature? gmail etc...
Just great. The only thing that could be done better is the necessity for java-script. In some places it makes usage of this terrfific plugin impossible, ror example in my text blog (powered by Livejournal).
I use it since 1 month and it in perfect my rating is a 5 stars... Thanks Kevin
this is an excellent addon.. a great way to promote your photo blog. thanks kevin.
one suggestion: if the images slide instead of being static, like a slideshow.. with some 'next' & 'prev' buttons to boot.. it will look awesome. i hope it would come in the next version of the addon.