Fri 31 Mar 2006
Testing Open Picture Window Plugin
Posted by Ajay under General, Plugins, WordPress
Comments Off
This post is to test the working of my Open Picture Window Plugin for WordPress.
Code used:
<a href="/wp-content/connections-reloaded.jpg"
onclick="ald_OpenPictureWindow(this.href,’iimagebrowser’,
”,’800′,’600′,true,’Connections Reloaded’); return false">
<img src="/wp-content/_connections-reloaded.jpg"
title="Connections Reloaded"
alt="Connections Reloaded"
width="250"
height="187"
class="thumbnail" /></a>
Copy pasting the above code can cause errors due to the way the text is rendered. Please use it as a starting point to write your own code.
