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

jQuery(function ($) {
    
    
    
    $(".product-view .product-details").
        prepend('<div id="social-buttons"><div class="social-button facebook"><iframe src="//www.facebook.com/plugins/like.php?href='+window.location.href+'&amp;send=false&amp;layout=button_count&amp;width=80&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe></div><div class="social-button twitter"><iframe allowtransparency="true" frameborder="0" scrolling="no" src="//platform.twitter.com/widgets/tweet_button.html" style="width:80px; height:20px;"></iframe></div><div class="social-button plus"><g:plusone size="medium"></g:plusone></div><script type="IN/Share" data-counter="right"></script></div>');
    
    (function() {
        var e = document.createElement('script'); 
        e.async = true;
        e.src = 'https://apis.google.com/js/plusone.js';
        jQuery("head").append(e);
        e.src = 'http://platform.linkedin.com/in.js';
        jQuery("head").append(e);
    })();
    
});
