Вход Регистрация
Файл: plugins/social_sharing/static/js/sharing.js
Строк: 33
<?php
windows
.sosialSharing = {
    
facebook: function(purlptitlepimgtext) {
        
url  'http://www.facebook.com/sharer.php?s=100';
        
url += '&p[title]='     encodeURIComponent(ptitle);
        
url += '&p[summary]='   encodeURIComponent(text);
        
url += '&p[url]='       encodeURIComponent(purl);
        
url += '&p[images][0]=' encodeURIComponent(pimg);
        
Share.popup(url);
    },
    
twitter: function(purlptitle) {
        
url  'http://twitter.com/share?';
        
url += 'text='      encodeURIComponent(ptitle);
        
url += '&url='      encodeURIComponent(purl);
        
url += '&counturl=' encodeURIComponent(purl);
        
Share.popup(url);
    },

    
popup: function(url) {
        
window.open(url,'','toolbar=0,status=0,width=626,height=436');
    }

};
?>
Онлайн: 1
Реклама