Skip to content

Instantly share code, notes, and snippets.

@underdown
Created May 1, 2012 18:06
Show Gist options
  • Save underdown/2570120 to your computer and use it in GitHub Desktop.
Save underdown/2570120 to your computer and use it in GitHub Desktop.
facebook email subscribe
<div style="width:322;background-color:#efefef;border-left:1px solid #ccc;border-right:1 px solid #ccc;border-top:1px solid #ccc;padding-bottom:6px;padding-top:6px;padding-left:6px;text-align:center;font-weight:bold">Subscribe to Our Newsletter</div>
<div id="fb-root"></div>
<script src="https://connect.facebook.net/en_US/all.js#appId=116486985128746&xfbml=1"></script>
<fb:registration
fields="name,email"
redirect-uri="http://web-op.com/fblogin.php"
width="330">
</fb:registration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment