| Not interested in being a 'Featured Guest'? Not
interested in setting up your own Postcard Site and joining the RingSurf the Postcard
Sites Ring?
No Problem! Maybe you just have a few pictures that you would like for your users to be
able to send as postcards.
By adding some simple code to your website, you can send your users directly to the
Frame Wizard / Post Office and bypass Picture Postcard Central all together! (Hey, why
take the time to write all this code and not let people use it?!?!)
While I have tried to make it as simple as possible, it does require you to do some
HTML work, but if you already have pictures on your site this really isn't any more than
adding a few more lines to your page. The format is simple. If you like you can
simply adjust the code below and add it, or use wait for me to create a wizard to set
things up for you. (coming soon). Here's the code:
<form method="POST"
action="http://ahandyman.com/cgi-bin/picpmain.pl">
<input type="hidden" name="showimage" value="http://yourserver.com/yourimage.jpg">
<input type="submit" value="Frame and Send it ! :)"
name="PushImage">
</form>
Just replace the http://yourserver.com/yourimage.jpg with
the full URL to the picture you want to use for the postcard to be sent. It's that simple.
If you want to be kind you could use a more elaborate version of the same code to give
us credit for the work we have done here... as listed below.
<form method="POST"
action="http://ahandyman.com/cgi-bin/picpmain.pl">
<table cellSpacing="3" width="80%" border="1"
cellpadding="3">
<tr>
<td align="middle" width="100%"
bgColor="#ffff00">
<big><strong>Send this picture to someone else
as a postcard!</strong></big>
</td>
</tr>
<tr>
<td align="middle" width="100%">
<input type="hidden"
name="showimage" value="http://yourserver.com/yourimage.jpg">
<input type="submit" value="Frame and
Send it ! :)" name="PushImage">
</td>
</tr>
<tr>
<td align="center" width="100%"
bgColor="#ffff00">
<small><a href="http://ahandyman.com/postcards/">(Complements of Picture Postcard
Central)</small></a>
</td>
</tr>
</table>
</form>
Here is what it looks like. You can play with it to match your colors and style...
|