Advertisements
cropped-cropped-23800271_1728930137181847_7292631385590148584_o-1.jpg
',
enableHover: false,
enableTracking: true,
buttons:{layout: 'box_count'},
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
jQuery('#pinterest').sharrre({
share: {
pinterest: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
pinterest: {
description: 'cropped-cropped-23800271_1728930137181847_7292631385590148584_o-1.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
jQuery('#linkedin').sharrre({
share: {
linkedin: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
linkedin: {
description: 'cropped-cropped-23800271_1728930137181847_7292631385590148584_o-1.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('linkedin');
}
});
});