Ask a questionAsk a question
 

AnswerApplication Contact don't show

  • Saturday, October 31, 2009 10:16 AMLiverbool Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    why Application Contact don't show on my page
    see my code

    <msgr:app-contact
     cid='4505394441642427017'
        display-name='VVON'> </msgr:app-contact>
      <msgr:app-contact
     cid="$user"
     display-name="Application Display Name"> </msgr:app-contact>

    (i've to remove web bar)

Answers

  • Monday, November 02, 2009 7:20 PMLin Wang - MSFTOwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    <msgr:app-contact> is a non-UI tag that allows you to specify some properties of an Application contact.
    In order to show the contact information on your page, there are some UI tags that you can use, e.g. <msgr:display-name>, <msgr:personal-message>, <msgr:profile>, etc.

    Thanks,
    Lin

All Replies