iChat   rss   Make Background Steve Jobs 1   Make Background Apple Logo   Make Background Skin   Make Background Blue2   Make Background Black   Make Background Screen   Make Background Blue   Thu 2:42 PM   spotlight
Signup | Login
Welcome, Guest

Updated: Saturday, January 30, 2010 1:54 PM
iWeb Quick Tips & Tricks

What iWeb
Can & Can't Do.

iWeb is a great app for making simple to sometimes even intermediate websites but as always there's limitations...

Watch Out If You
Edit Your HTML Files!

You will lose .mac features such as comments and statistics. There are workarounds to this problem that can be found on iWebFAQ.com so don't stress out over it too much.
iWeb Site Of The Month:

Here is where a featured iWeb site will be listed every month. Sites are chosen as featured because of their individuality and creativity as well as for their attempts in making their sites look like they're not created with iWeb. Sites are chosen from the list of iWeb-created sites listed on iWebFAQ.com/iwebsites so make sure your site is listed if you want to be considered a feature on iWebFAQ.com. The site of the month for January 2009 is StopSuctionEntrapment.com

Add your iWebSite
enter the 7 random numbers seen below
CAPTCHA

iWebFAQ.com on Facebook
Your IP Address is 38.107.191.87
Valid HTML 4.01 Strict Valid CSS!
Login to remove advertisements
iWebFAQ PayPal Donation Button

PayPal

This tutorial assumes the designer has a basic knowledge of Editing HTML files after Publishing from iWeb.

To get Paypal to work in iWeb you first need to create a Paypal account. Go to http://Paypal.com and take the necessary steps to create and validate your account.

Once you've created an account you can log-in and go to the "Merchant Services" tab at the top of your account home page.

The First section titled "PayPal Website Payments Standard" click on the "Buy Now Buttons" link to get started creating a Buy Now Button.  Fill out the information for the item you are selling in the form that appears then click "Create Button Now" to get the HTML code for the button. You can add additional options to your Button if you wish.

To create an "Add To Cart" button repeat the same process from the "PayPal Website Payments Standard" section by clicking on the "PayPal Shopping Cart" button.

You will get a code that looks like this:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="YourEmail@YourSite.com">
<input type="hidden" name="undefined_quantity" value="1">
<input type="hidden" name="item_name" value="YourItemName">
<input type="hidden" name="item_number" value="00001">
<input type="hidden" name="amount" value="100.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="http://iWebFAQ.com">
<input type="hidden" name="cancel_return" value="http://iWebFAQ.com">
<input type="hidden" name="cn" value="Comments">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-BuyNowBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

If you copy the orange text and open it in a new browser window you will see the Paypal Button image. You can see the dimentions of the image in the title of the page. The image in this code is 61x31 pixels. That's how big the text box with "PAYPALBUTTON1" will be in iWeb when we Publish.

After you've recieved the html code for a Paypal purchase button you can copy the code into the Text Box "PAYPALCODEHERE" text you inserted the size of the button in iWeb v.1.  Do this by Editing the HTML file. Repeat the process if necessary. If you have different sized Paypal Buttons you may have to keep that in mind when laying out your site in iWeb and creating your Text Boxes the size of the PayPal Buttons.


© 2009 iWebFAQ.com
Contact iWebFAQ | Privacy Policy | Signup | Login