Hello, My app has recently been converted to Ajax, and now the "Publish to Wall" features do not work. Here's an example of code that doesn't work: $str .= '<fb:fbml fbtype="feedStory" action="'.$appCanvasUrl.'handle/handle_jobfeed.php">'; $str .= '<input type="hidden" name="jobname" value="'.$row[jobTitle].'">'; $str .= '<input type="hidden" name="image" value="'.$row[jobImage].'">'; $str .= '<P><input type="submit" name="submit" label="Publish to Wall" value="Publish to Wall" class="submitButton"></P>'; $str .= '</fb:fbml>'; PHP: This is supposed to use the handle_jobfeed.php and pop up a facebook box that lets them post to their wall that they completed a job. The same code is in several places throughout the site. If someone can PM me the fix for this code above, I can change it in all of the necessary places. If it works, I'll paypal you $10 ....given that it's just a matter of taking 5 minutes to tell me what's wrong with it. This did work perfectly before switching to Ajax so it must be something with that. Thanks.