Integrate "Windows Live Messenger Web Toolkit" into mojoportal

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
6/8/2010 2:10:02 AM
Gravatar
Total Posts 9

Integrate "Windows Live Messenger Web Toolkit" into mojoportal

The content that belongs here is too complex to display securely.
6/8/2010 6:24:25 AM
Gravatar
Total Posts 18409

Re: Integrate "Windows Live Messenger Web Toolkit" into mojoportal

You must be editing the wrong file, the site uses skins from /Data/Sites/[SiteID]/skins not from /Data/Skins, so in most cases it will be under /Data/Sites/1/skins/[skinname]

Myself I don't like the way that toolkit works and requires extra elements. Even if you change to xhtml doctype and add those declarations it may be technically valid, but it will not pass the w3c validator.

Hope it helps,

Joe

6/9/2010 10:53:27 PM
Gravatar
Total Posts 9

Re: Integrate "Windows Live Messenger Web Toolkit" into mojoportal

The content that belongs here is too complex to display securely.
6/10/2010 8:58:46 AM
Gravatar
Total Posts 18409

Re: Integrate "Windows Live Messenger Web Toolkit" into mojoportal

Hi,

I don't think this part should be in the head:

<script type="text/javascript">
Microsoft.Live.Core.Loader.load(['messenger.ui.styles.core', 'messenger.ui']);
</script>

it should be in the body and probably at the bottom near the body closing tag so it does not run until the page is loaded.

Hope it helps,

Joe

6/11/2010 4:10:10 AM
Gravatar
Total Posts 9

Re: Integrate "Windows Live Messenger Web Toolkit" into mojoportal

Thank you so much.

I am deploying the project of live portal for microsoft viet nam that relate to education of vietnam use live services of microsoft as outlook live, alert, install

messaging.

this is demo site: http://liveatedu.vn

This is link that I have intergrated "Window live Messenger Web Toolkit" into mojoportal with the help of you : http://liveatedu.vn/messenger.aspx

 

I have performed the document guide of deploy "Window Live Messenger Web Tookkit".

I have deployed "Sample code" that downloaded from http://dev.wlmessenger.net/. I start with C#.

This is "Application ID" and "Secret Key":

Application ID: 0000000048030732

Domain(s): demo.vasep.com.vn
Return URL: http://demo.vasep.com.vn/
Secret Key: 6u6N8E4ocArcgihzAfknjslbphk6UB1o

 

When I click on button "sign in" and enter exactly "Email Address", "password". The error was showed from menu bar () of "Messenger Web Toolkit" following:

"There's a problem with this site and Messenger isn't working correctly. Please try again later."

it is a very generic error and I did not know how to handle. Whether mojoportal blocked "javascript" or a process.


Please help me!

You must sign in to post in the forums. This thread is closed to new posts.