﻿/*
 * Facebook Comments
 *
 * Copyright (c) 2009 Wirepoint Media, LLC (www.wirepointmedia.com)
 *
 * @Author: Chris Cox <chris.cox@wirepointmedia.com> 
 * @Date: 07-23-09
 * @version: 1.0 REV. 07-23-09
 */


$.getScript("/storage/scripts/FeatureLoader.js");
  
$(function(){   

    if  (Squarespace.Constants.CURRENT_MODULE_ID == "3987204") {
        document.getElementsByTagName("HTML")[0].setAttribute("xmlns:fb", "http://www.facebook.com/2008/fbml");
              

        //$.getScript("http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php");
        //$.getScript("/storage/scripts/FeatureLoader.js", function(){
        
            $(".single-journal-entry-wrapper .journal-entry-text .body").after("<fb:comments width='480px'></fb:comments>");
            if ($(".single-journal-entry-wrapper").length > 0) {
                FB.init("daae03aca5888cc940ecc9319ad6e9a4", "/storage/xd_receiver.htm");
            }
        //});
        
    }
});