Android and iOS users can now have Facebook Slingshot messaging app in their phones
by [email protected] · June 29, 2014
After last week, being launched in the US for Android and iOS users, Facebook’s Slingshot messaging app has now been made available to download worldwide. Company’s blogspot has provided the confirmation.
The app allows users to take photos, videos and then add drawings or funny comment over the top of the images and other content. Trick is to see the ‘sling’ mentioned, you have to ‘sling’back it to a contact and something back at you as well.
',
enableHover: false,
enableTracking: true,
buttons: { twitter: {via: ''}},
click: function(api, options){
api.simulateClick();
api.openPopup('twitter');
}
});
jQuery('#facebook').sharrre({
share: {
facebook: true
},
template: '
{total}
',
enableHover: false,
enableTracking: true,
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
jQuery('#googleplus').sharrre({
share: {
googlePlus: true
},
template: '
{total}
',
enableHover: false,
enableTracking: true,
urlCurl: 'https://telenews.in/wp-content/themes/hueman/js/sharrre.php',
click: function(api, options){
api.simulateClick();
api.openPopup('googlePlus');
}
});
jQuery('#pinterest').sharrre({
share: {
pinterest: true
},
template: '
{total}
',
enableHover: false,
enableTracking: true,
buttons: {
pinterest: {
description: 'Android and iOS users can now have Facebook Slingshot messaging app in their phones',media: 'https://telenews.in/wp-content/uploads/2014/06/slingshot.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
});