Rev 3117 | Blame | Compare with Previous | Last modification | View Log | RSS feed
window.fbAsyncInit = function() {FB.init({appId : '209449825766256', //186498998073288status : true, // check login statuscookie : true, // enable cookies to allow the server to access the sessionxfbml : true // parse XFBML});FB.Canvas.setSize({ width: 640, height: 3400 });// FB.Canvas.setAutoResize(20000);};function publishStream() {FB.ui({method: 'feed',name: "Android Festival on Saholic.com",link: "http://www.facebook.com/mysaholic?sk=app_209449825766256",picture: "http://social.shop2020.in:8080/Social/images/saholic-android.jpg",caption: 'Android Festival @ Saholic.com',description: 'Saholic.com is offering huge discounts, upto Rs.1500, on a whole range of popular Android handsets starting from Rs.5,000 to Rs.30,000 including Samsung Galaxy S II and many more.',message: 'Massive Discounts on popular Android phones!'},function(response) {if (response && response.post_id) {} else {}});}function shareThis(id, name, price) {FB.ui({method: 'feed',name: name + ' available at heavyly discounted price, ' + price,picture: 'http://static1.saholic.com/images/' + id + '/icon.jpg',link: 'http://www.facebook.com/mysaholic?sk=app_209449825766256',caption: 'Android Festival @ Saholic.com',description: 'Saholic.com is offering huge discounts on' + name + ' and a whole range of popular Android handsets starting from Rs.5,000 to Rs.35,999.'},function(response) {console.log(id, name, price);if (response && response.post_id) {} else {}});}$(function(){var e = document.createElement('script');e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';e.async = true;document.getElementById('fb-root').appendChild(e);$('.link-tell-a-friend').html('Tell a friend!').click(function(){var descElement = $(this).parent().siblings('.desc');var name = $(descElement).children('.name').html();var price = $(descElement).children('.price').html();var urlParts = $(descElement).children('.buynow').attr('href').split('-');var entityId = urlParts[urlParts.length - 1];shareThis(entityId, name, price);});$('#share').click(function(){publishStream();});$('#select-friends').click(function(){FB.ui({method: 'apprequests',title: 'Invite Friends to Android Festival',message: 'Check out Android Festival on Saholic.com - Massive discounts on hot selling Android smart phones'});});$('.link-coupon').click(function(){$(this).hide().siblings('.coupon').show();});});