else
{
sm.butCover.SetActive (true);
FB.Feed (
linkCaption: "", //share with friends at anytime.
picture: "", //http to game icon to be shown on facebook.
linkName: "", //just the name of the link
link: "http://apps.facebook.com/" + FB.AppId + "/?challenge_brag=" + (FB.IsLoggedIn ? FB.UserId : "guest"),
callback: LogCallBack
);
}