PS I used the "$image_link" because of the fact that the picture weren't shown.
Thx in Advanced.
[Code]var \$j = jQuery.noConflict();
var whatever = "$image_link";
...... .............
\$j(".moduletable_menu a").removeAttr("rel");
var l = window.location; var base_url = l.protocol + "//" + l.host + "/" + l.pathname.split('/')[0]; var img_url = base_url + "clients/karperjager/plugins/content/BestSociaal/images/prettySociable/large_icons";
\$j.prettySociable({
websites: {
facebook : { 'active': true, 'encode':true, // If sharing is not working, try to turn to false 'title': 'Facebook', 'url': 'http://www.facebook.com/share.php?u=', 'icon': whatever+'facebook.png', 'sizes':{'width':70,'height':70} },
twitter : { 'active': true, 'encode':true, // If sharing is not working, try to turn to false 'title': 'Twitter', 'url': 'http://twitter.com/home?status=', 'icon': whatever+'twitter.png', 'sizes':{'width':70,'height':70} },
linkedin : { 'active': true, 'encode':true, // If sharing is not working, try to turn to false 'title': 'LinkedIn', 'url': 'http://www.linkedin.com/shareArticle?mini=true&ro=true&url=', 'icon': whatever+'linkedin.png', 'sizes':{'width':70,'height':70} }, reddit : { 'active': true, 'encode':true, // If sharing is not working, try to turn to false 'title': 'Reddit', 'url': 'http://reddit.com/submit?url=', 'icon': whatever+'reddit.png', 'sizes':{'width':70,'height':70} },