#LOCAL("Color","") #IF(#IsTwitterActive AND #IsFacebookActive) #SET("Color","green") #ELSIF(#IsTwitterActive OR #IsFacebookActive) #SET("Color","yellow") #ELSE #SET("Color","red") #ENDIF
  • {IntegrateSocialWeb}

    #IF(#IsTwitterActive AND #IsFacebookActive) {SocialWebMsgGreen} #ELSIF(#IsTwitterActive OR #IsFacebookActive) #IF(NOT #IsTwitterActive) {SocialWebMsgYellowNoTwitter} {ActivateTwitterHere} #ELSE {SocialWebMsgYellowNoFacebook} {ActivateFacebookHere} #ENDIF #ELSE {SocialWebMsgRed} {ActiveFunctionsHere} #ENDIF #GETRATINGSIGN(#Color)
  • #ENDLOCAL