#IF(#Shop.FeatureMaxValue.FacebookShop)
#LOCAL("Color","")
#IF(#IsFacebookPageUsed AND #IsTwitterActive AND #IsFacebookActive)
#SET("Color","green")
#ELSIF(#IsFacebookPageUsed OR #IsTwitterActive OR #IsFacebookActive)
#SET("Color","yellow")
#ELSE
#SET("Color","red")
#ENDIF
{IntegrateSocialWeb}
#IF(#IsFacebookPageUsed AND #IsTwitterActive AND #IsFacebookActive)
{SocialWebMsgGreen}
#ELSIF(#IsFacebookPageUsed OR #IsTwitterActive OR #IsFacebookActive)
#IF(NOT #IsTwitterActive)
{SocialWebMsgYellowNoTwitter} {ActivateTwitterHere}
#ELSIF(NOT #IsFacebookActive)
{SocialWebMsgYellowNoFacebook} {ActivateFacebookHere}
#ELSE
{SocialWebMsgYellowNoFacebookShop} {IntegrateShopNow}
#ENDIF
#ELSE
{SocialWebMsgRed} {ActiveFunctionsHere}
#ENDIF
#GETRATINGSIGN(#Color)
#ENDLOCAL
#ELSE
#INCLUDE("CockpitChecks-BaseSocialWeb")
#ENDIF