| Server IP : 207.244.250.86 / Your IP : 216.73.216.10 Web Server : Apache System : Linux plesk1.codeponents.com 4.18.0-240.10.1.el8_3.x86_64 #1 SMP Mon Jan 18 17:05:51 UTC 2021 x86_64 User : motionave ( 10025) PHP Version : 8.0.15 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/motionave.com/copiaoriginal.motionave.com/wp-content/themes/brooklyn/js/ |
Upload File : |
;(function($){
"use strict";
$(document).ready(function(){
/* Twitter
================================================== */
var utsharetwitter = function() {
window.open( 'http://twitter.com/intent/tweet?text='+$(".page-title").text() +' '+window.location,
"Twitter",
"width=650,height=350" );
return false;
}
/* Facebook
================================================== */
var utsharefacebook = function(){
window.open( 'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),
'facebook',
'width=650,height=350');
return false;
}
/* Google Plus
================================================== */
var utsharegoogle = function(){
window.open( 'https://plus.google.com/share?url='+encodeURIComponent(location.href),
'googleWindow',
'width=500,height=500');
return false;
}
/* Linkedin
================================================== */
var utsharelinkedin = function(){
window.open( 'http://www.linkedin.com/shareArticle?mini=true&url='+encodeURIComponent(location.href)+'$title='+$(".page-title").text(),
'linkedinWindow',
'width=650,height=450, resizable=1');
return false;
}
/* Pinterest
================================================== */
var utsharepinterest = function(){
window.open( 'http://pinterest.com/pin/create/bookmarklet/?media='+ $('.entry-content img').first().attr('src') + '&description='+jQuery('.page-title').text()+' '+encodeURIComponent(location.href),
'pinterestWindow',
'width=750,height=430, resizable=1');
return false;
}
/* Xing
================================================== */
var utsharexing = function(){
window.open( 'https://www.xing-share.com/app/user?op=share;sc_p=xing-share;url='+encodeURIComponent(location.href),
'deliciousWindow',
'width=550,height=550, resizable=1');
return false;
}
/* Button Script
================================================== */
$(document).on("click", ".ut-share-link", function(event){
var social = $(this).data("social");
switch (social) {
case "utsharetwitter" : utsharetwitter(); break;
case "utsharefacebook" : utsharefacebook(); break;
case "utsharegoogle" : utsharegoogle(); break;
case "utsharelinkedin" : utsharelinkedin(); break;
case "utsharepinterest" : utsharepinterest(); break;
case "utsharexing" : utsharexing(); break;
}
event.preventDefault();
});
});
})(jQuery);
/* ]]> */