I have a mobile web page with a Paypal Buy Now button and I want it to send users to a mobile friendly Paypal checkout. I'm getting really confused with documentation about for checkouts in mobile apps, but all I want is a mobile browser checkout. Can I just add an extra param to a buy now button? I've been looking at this but I think perhaps this is for mobile apps. http://code.google.com/p/paypalmobile/
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="xxxxxxxxxxx">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>