Saying good night is not just putting
an end to a day.Its a way of saying ,
I remember u before I go 2 sleep.
Hope u can feel the care that goes with it….
GOOD NIGHT.
',
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: 'Good Night SMS' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
jQuery('#linkedin').sharrre({
share: {
linkedin: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
linkedin: {
description: 'Good Night SMS' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('linkedin');
}
});
});