MilSpouseCoders / milspousecoders

The official MilSpouseCoders website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Contact Page

toanhtran opened this issue · comments

Contact Page should include

  • Contact form
  • 'message us' FB button.

Facebook 'message us' button

<script>
     window.fbAsyncInit = function() {
       FB.init({
         appId      : '95100348886',
         xfbml      : true,
         version    : 'v2.6'
       });
     };

     (function(d, s, id){
       var js, fjs = d.getElementsByTagName(s)[0];
       if (d.getElementById(id)) {return;}
       js = d.createElement(s); js.id = id;
       js.src = "//connect.facebook.net/en_US/sdk.js";
       fjs.parentNode.insertBefore(js, fjs);
     }(document, 'script', 'facebook-jssdk'));      
</script> 

Here is an example of what we had on our old page: http://milspousecoders.org/#tf-contact