I’ve always known a thing or two about love
You are the angel sent for me from above
Like you do, I know what you’re thinking about
I want to shout it whenever the lights go out
You’re a friend I’ve needed with me all this while
You’re the one who keeps me smiling all the time
I miss that laughter when the day gets over
What I feel about you, I don’t feel it for another
For you are the one that knows me inside out, there can never be some other.
',
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: 'You are the angel sent for me',media: 'https://sharelovemessages.com/wp-content/uploads/2014/12/romantic_kiss.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
jQuery('#linkedin').sharrre({
share: {
linkedin: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
linkedin: {
description: 'You are the angel sent for me',media: 'https://sharelovemessages.com/wp-content/uploads/2014/12/romantic_kiss.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('linkedin');
}
});
});