What is the healthiest yogurt?
“); userAction.setDescription(“Greek yogurt, which is made from Greek yogurt, is not only the healthiest yogurt but is possible the healthiest food in general. Thanks ChaCha”); var params = { userAction: userAction, enabledProviders: provider, defaultProviders: provider, showMoreButton: false, context: “SharePlugin”, onSendDone: function(eventObj) { if (provider.indexOf(“twitter”) >= 0) { twitterCount++; $(“.gigya-action-tweet”).children(‘:first’).children(‘:first’).children(‘:first’).html(formatShareCount(twitterCount)); } if (provider.indexOf(“facebook”) >= 0) { facebookCount++; $(“.gigya-action-share”).children(‘:first’).children(‘:first’).children(‘:first’).html(formatShareCount(facebookCount)); } } }; gigya.services.socialize.showShareUI(config, params); } function sharePage(provider) { var userInfoParams = { context: “SharePlugin”, callback: function(response) { var needsConnect = true; if (response.errorCode == 0) { if ((typeof response.user.identities[provider] != “undefined”)