Turning 18 is amongst most beautiful things in life. Don’t bat an eyelid to miss a single moment of your wonderful day today! Happy 18th Birthday!
',
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: '18th Birthday Wishes',media: 'https://sharelovemessages.com/wp-content/uploads/2017/08/happy_birthday_quotes.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
jQuery('#linkedin').sharrre({
share: {
linkedin: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
linkedin: {
description: '18th Birthday Wishes',media: 'https://sharelovemessages.com/wp-content/uploads/2017/08/happy_birthday_quotes.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('linkedin');
}
});
});