
Untitled
By: a guest on
Apr 25th, 2012 | syntax:
None | size: 0.52 KB | hits: 10 | expires: Never
Facebook registration form not function on Internet Explorer
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
<?php header('P3P: CP="CAO PSA OUR"'); ?>
<div id="fb-root"></div>
<script src="https://connect.facebook.net/en_US/all.js#appId=XXX&xfbml=1"></script>
<fb:registration fields="[{'name':'name'},{'name':'email'},{'name':'phone', 'description':'Phone Number', 'type':'text'},]"
redirect-uri="https://www.url.com" width="430" height:"400">
</fb:registration>