Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Windows Live > Live Messenger

Embed "Phone Call" button in a web page

Reply
 
Thread Tools Display Modes
Old 01-17-2008   #1 (permalink)
ProgrammerFish
Guest
 
Posts: n/a

Embed "Phone Call" button in a web page

I want to have a button on a web page call another PC using Windows Live
Messenger. Casey's blog,
http://settings.messenger.live.com/a...reateHtml.aspx was really
helpful to show how Messenger could be embedded in a web page. I would like
to embed a larger size "Make a phone call" icon from Messenger in a web page
to create a simple "click" to make a call to my profile exclusively! Is the
code for displaying the "Make a phone call" icon available?

Thank you in advance for any direction you can provide.
  Reply With Quote
Old 01-18-2008   #2 (permalink)
Jonathan Kay [MVP]
Guest
 
Posts: n/a

Re: Embed "Phone Call" button in a web page

Greetings,

Well - you could use the msnim protocol handler.

In other words, you make a link like this:
<a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me on
Messenger</a>

--
Jonathan Kay
Microsoft MVP - Windows Live Messenger
MSN Messenger/Windows Messenger
MessengerGeek Blog: http://www.messengergeek.com
Messenger Resources: http://messenger.jonathankay.com
(c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation
--



"ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message
news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx
Quote:

> I want to have a button on a web page call another PC using Windows Live
> Messenger. Casey's blog,
> http://settings.messenger.live.com/a...reateHtml.aspx was really
> helpful to show how Messenger could be embedded in a web page. I would like
> to embed a larger size "Make a phone call" icon from Messenger in a web page
> to create a simple "click" to make a call to my profile exclusively! Is the
> code for displaying the "Make a phone call" icon available?
>
> Thank you in advance for any direction you can provide.

  Reply With Quote
Old 01-18-2008   #3 (permalink)
ProgrammerFish
Guest
 
Posts: n/a

Re: Embed "Phone Call" button in a web page

You are incredible! So, now I want to have the end user's browser on a UMPC
hit my webpage with your really cool script linked to a button. The UMPC user
has Messenger going in the background but I don't want it to come in front of
the brower...just stay hidden behind the page. Is this possible as well?

Thank you!

Jonathan Schoepf

"Jonathan Kay [MVP]" wrote:
Quote:

> Greetings,
>
> Well - you could use the msnim protocol handler.
>
> In other words, you make a link like this:
> <a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me on
> Messenger</a>
>
> --
> Jonathan Kay
> Microsoft MVP - Windows Live Messenger
> MSN Messenger/Windows Messenger
> MessengerGeek Blog: http://www.messengergeek.com
> Messenger Resources: http://messenger.jonathankay.com
> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation
> --
>
>
>
> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message
> news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx
Quote:

> > I want to have a button on a web page call another PC using Windows Live
> > Messenger. Casey's blog,
> > http://settings.messenger.live.com/a...reateHtml.aspx was really
> > helpful to show how Messenger could be embedded in a web page. I would like
> > to embed a larger size "Make a phone call" icon from Messenger in a web page
> > to create a simple "click" to make a call to my profile exclusively! Is the
> > code for displaying the "Make a phone call" icon available?
> >
> > Thank you in advance for any direction you can provide.
>
>
  Reply With Quote
Old 01-18-2008   #4 (permalink)
Jonathan Kay [MVP]
Guest
 
Posts: n/a

Re: Embed "Phone Call" button in a web page

Hi,

Nah I'm afraid not (with Messenger anyway). All the fun scripting stuff was locked down many
years ago because of abuse from worms and other malware.

--
Jonathan Kay
Microsoft MVP - Windows Live Messenger
MSN Messenger/Windows Messenger
MessengerGeek Blog: http://www.messengergeek.com
Messenger Resources: http://messenger.jonathankay.com
(c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation
--



"ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message
news:C2DAEFAA-BE58-4A95-A92E-3EFF2B8DAC86@xxxxxx
Quote:

> You are incredible! So, now I want to have the end user's browser on a UMPC
> hit my webpage with your really cool script linked to a button. The UMPC user
> has Messenger going in the background but I don't want it to come in front of
> the brower...just stay hidden behind the page. Is this possible as well?
>
> Thank you!
>
> Jonathan Schoepf
>
> "Jonathan Kay [MVP]" wrote:
>
Quote:

>> Greetings,
>>
>> Well - you could use the msnim protocol handler.
>>
>> In other words, you make a link like this:
>> <a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me on
>> Messenger</a>
>>
>> --
>> Jonathan Kay
>> Microsoft MVP - Windows Live Messenger
>> MSN Messenger/Windows Messenger
>> MessengerGeek Blog: http://www.messengergeek.com
>> Messenger Resources: http://messenger.jonathankay.com
>> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation
>> --
>>
>>
>>
>> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message
>> news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx
Quote:

>> > I want to have a button on a web page call another PC using Windows Live
>> > Messenger. Casey's blog,
>> > http://settings.messenger.live.com/a...reateHtml.aspx was really
>> > helpful to show how Messenger could be embedded in a web page. I would like
>> > to embed a larger size "Make a phone call" icon from Messenger in a web page
>> > to create a simple "click" to make a call to my profile exclusively! Is the
>> > code for displaying the "Make a phone call" icon available?
>> >
>> > Thank you in advance for any direction you can provide.
>>
>>
  Reply With Quote
Old 01-21-2008   #5 (permalink)
ProgrammerFish
Guest
 
Posts: n/a

Re: Embed "Phone Call" button in a web page

Then would you have the href code to "end" and "answer" a voice call similar
to what you provided to initiate an MSN phone call? I could make the web
page work with these 3 links. Thanks again!

"Jonathan Kay [MVP]" wrote:
Quote:

> Hi,
>
> Nah I'm afraid not (with Messenger anyway). All the fun scripting stuff was locked down many
> years ago because of abuse from worms and other malware.
>
> --
> Jonathan Kay
> Microsoft MVP - Windows Live Messenger
> MSN Messenger/Windows Messenger
> MessengerGeek Blog: http://www.messengergeek.com
> Messenger Resources: http://messenger.jonathankay.com
> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation
> --
>
>
>
> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message
> news:C2DAEFAA-BE58-4A95-A92E-3EFF2B8DAC86@xxxxxx
Quote:

> > You are incredible! So, now I want to have the end user's browser on a UMPC
> > hit my webpage with your really cool script linked to a button. The UMPC user
> > has Messenger going in the background but I don't want it to come in front of
> > the brower...just stay hidden behind the page. Is this possible as well?
> >
> > Thank you!
> >
> > Jonathan Schoepf
> >
> > "Jonathan Kay [MVP]" wrote:
> >
Quote:

> >> Greetings,
> >>
> >> Well - you could use the msnim protocol handler.
> >>
> >> In other words, you make a link like this:
> >> <a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me on
> >> Messenger</a>
> >>
> >> --
> >> Jonathan Kay
> >> Microsoft MVP - Windows Live Messenger
> >> MSN Messenger/Windows Messenger
> >> MessengerGeek Blog: http://www.messengergeek.com
> >> Messenger Resources: http://messenger.jonathankay.com
> >> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation
> >> --
> >>
> >>
> >>
> >> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message
> >> news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx
> >> > I want to have a button on a web page call another PC using Windows Live
> >> > Messenger. Casey's blog,
> >> > http://settings.messenger.live.com/a...reateHtml.aspx was really
> >> > helpful to show how Messenger could be embedded in a web page. I would like
> >> > to embed a larger size "Make a phone call" icon from Messenger in a web page
> >> > to create a simple "click" to make a call to my profile exclusively! Is the
> >> > code for displaying the "Make a phone call" icon available?
> >> >
> >> > Thank you in advance for any direction you can provide.
> >>
> >>
>
  Reply With Quote
Old 01-21-2008   #6 (permalink)
Jonathan Kay [MVP]
Guest
 
Posts: n/a

Re: Embed "Phone Call" button in a web page

Hi,

I'm afraid they're just for inviting - the only thing you can do that I haven't mentioned is
replace "voice" with "add", "video" or "chat", which starts the associated action with the
contact.

--
Jonathan Kay
Microsoft MVP - Windows Live Messenger
MSN Messenger/Windows Messenger
MessengerGeek Blog: http://www.messengergeek.com
Messenger Resources: http://messenger.jonathankay.com
(c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation
--



"ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message
news:04DEE69F-1899-4602-B1ED-52EE751F372B@xxxxxx
Quote:

> Then would you have the href code to "end" and "answer" a voice call similar
> to what you provided to initiate an MSN phone call? I could make the web
> page work with these 3 links. Thanks again!
>
> "Jonathan Kay [MVP]" wrote:
>
Quote:

>> Hi,
>>
>> Nah I'm afraid not (with Messenger anyway). All the fun scripting stuff was locked down
>> many
>> years ago because of abuse from worms and other malware.
>>
>> --
>> Jonathan Kay
>> Microsoft MVP - Windows Live Messenger
>> MSN Messenger/Windows Messenger
>> MessengerGeek Blog: http://www.messengergeek.com
>> Messenger Resources: http://messenger.jonathankay.com
>> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation
>> --
>>
>>
>>
>> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message
>> news:C2DAEFAA-BE58-4A95-A92E-3EFF2B8DAC86@xxxxxx
Quote:

>> > You are incredible! So, now I want to have the end user's browser on a UMPC
>> > hit my webpage with your really cool script linked to a button. The UMPC user
>> > has Messenger going in the background but I don't want it to come in front of
>> > the brower...just stay hidden behind the page. Is this possible as well?
>> >
>> > Thank you!
>> >
>> > Jonathan Schoepf
>> >
>> > "Jonathan Kay [MVP]" wrote:
>> >
>> >> Greetings,
>> >>
>> >> Well - you could use the msnim protocol handler.
>> >>
>> >> In other words, you make a link like this:
>> >> <a href="msnim:voice?contact=yourliveid@xxxxxx">Have a voice conversation with me
>> >> on
>> >> Messenger</a>
>> >>
>> >> --
>> >> Jonathan Kay
>> >> Microsoft MVP - Windows Live Messenger
>> >> MSN Messenger/Windows Messenger
>> >> MessengerGeek Blog: http://www.messengergeek.com
>> >> Messenger Resources: http://messenger.jonathankay.com
>> >> (c) 2008 Jonathan Kay - If redistributing, you must include this signature or citation
>> >> --
>> >>
>> >>
>> >>
>> >> "ProgrammerFish" <ProgrammerFish@xxxxxx> wrote in message
>> >> news:F452A918-6DC7-495F-AF6C-FBA26C67297B@xxxxxx
>> >> > I want to have a button on a web page call another PC using Windows Live
>> >> > Messenger. Casey's blog,
>> >> > http://settings.messenger.live.com/a...reateHtml.aspx was really
>> >> > helpful to show how Messenger could be embedded in a web page. I would like
>> >> > to embed a larger size "Make a phone call" icon from Messenger in a web page
>> >> > to create a simple "click" to make a call to my profile exclusively! Is the
>> >> > code for displaying the "Make a phone call" icon available?
>> >> >
>> >> > Thank you in advance for any direction you can provide.
>> >>
>> >>
>>
  Reply With Quote
 
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Will "Call of Duty 4" work well on my laptop? looi76 Graphic cards 5 07-11-2008 03:39 PM
Inserting a "Wait" in the middle of a phone number James Vista mail 6 05-02-2008 02:59 PM
CoD 4 is "Preparing to launch Call of Duty 4: Modern Warfare..." FOREVER! giggy Gaming 8 04-11-2008 10:32 PM
Adressbook under "To:/Cc:" is not the same as under the button "Contacts". Philippe - Swiss Vista mail 9 09-10-2007 02:22 PM
3xQ - "New Folder" button?, "- Shortcut" suffix, Preview bug? Julian Vista file management 7 06-26-2007 07:32 AM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49