/* 
 * Author: Miroslav Kosteckij, Engine Creative
 * © copyright 2011 Engine Creative 
 */


(function() {
    var e = document.createElement('script'); 
        e.async = true;
        e.src = document.location.protocol + '//connect.facebook.net/en_GB/all.js';
    jQuery("head").append(e);
        e.src = document.location.protocol + '//platform.twitter.com/widgets.js';
    jQuery("head").append(e);
        e.src = document.location.protocol + '//platform.linkedin.com/in.js';
    jQuery("head").append(e);
})();


window.fbAsyncInit = function() {
    FB.init({status: true, cookie: true, xfbml: true});
    
    FB.Event.subscribe('xfbml.render', function(response) {
      jQuery('.social-buttons').fadeIn("fast");
    });
};

jQuery(function($) {
    $('.linkedin-button').html('<script type="in/share" data-url="http://www.schneidertrading.com/"></script>');
    $('.tweet-button').html('<a href="http://twitter.com/share" class="twitter-share-button" data-url="'+window.location.href+'" data-text="Do you want to become a professional trader? Apply to join our free training programme at Schneider Trading" data-count="none" via="SchneiderTrader">Tweet</a>');
    $('.follow-button').each(function() {$(this).html('<a href="http://twitter.com/'+$(this).attr('title')+'" class="twitter-follow-button" data-show-count="false"></a>');});
    $('.facebook-button').html('<fb:like href="'+window.location.href+'" send="false" layout="button_count" show_faces="true"></fb:like>');
});
