( function( $ ) {
$.ajaxSetup({
cache: true
});
load_social = function() {
// Google+
window.___gcfg = {lang: 'de'};
$.getScript("//apis.google.com/js/plusone.js");
// Twitter
$.getScript("//platform.twitter.com/widgets.js");
// Facebook
var permalink = $('.fb-like').data('url');
$('.fb-like').after('<iframe src="//www.facebook.com/plugins/like.php?href=' + permalink + '&send=false&layout=box_count&width=150&show_faces=false&action=recommend&colorscheme=light&font&height=60&appId=177681565672418" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:60px;" allowTransparency="true"></iframe>');
};
setTimeout( load_social, 5000 ); // 5 seconds
} )( jQuery );