From Every Fight
With Our Dear Ones..
We Get Better Understanding..
But,
When Not Solved Properly
They Remain As Scratches
In Heart..!
',
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: 'They Remain As Scratches In Heart….',media: 'https://sharelovemessages.com/wp-content/uploads/2014/11/Romantic_Love_Couple.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
jQuery('#linkedin').sharrre({
share: {
linkedin: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
linkedin: {
description: 'They Remain As Scratches In Heart….',media: 'https://sharelovemessages.com/wp-content/uploads/2014/11/Romantic_Love_Couple.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('linkedin');
}
});
});