• When users click the donate buttons from sites within the Facebook app browser on iPhones, they are receiving a 404 page not found error on Paypal’s site. I found that changing the button form’s method to ‘add’ instead of ‘post’ and also the form’s target to “_blank” resolved this issue and still works on other browsers as well.

    I also commented out the https://www.paypal.com/$language/i/scr/pixel.gif img tag because it was annoying seeing that 404 resource loading error in the browser’s console and it didn’t seem to affect the function of the buttons. 🙂

    Hopefully these issues can be addressed in a future update, but this might be a workaround for any others having this issue until then.

The topic ‘Facebook Browser Issue’ is closed to new replies.