Re: [pmwiki-users] Display SkyPE status on a pmwiki page

2007-06-11 Thread St�phane Heckel

"Stéphane Heckel" wrote :

> What about implementing something like (:skype skypename :) ?

oops, ...
http://www.pmwiki.org/wiki/Cookbook/OnlineStatus

SH 




___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Display SkyPE status on a pmwiki page

2007-06-11 Thread St�phane Heckel

"Patrick R. Michaud" wrote :

> Then you can write "skype:username?call" and have it be translated
> into a link.  To do both together, the markup would be:
>
>  [[skype:username?call | 
> http://mystatus.skype.com/smallicon/skypename#.gif]]

What about implementing something like (:skype skypename :) ?

SH 




___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Display SkyPE status on a pmwiki page

2007-06-10 Thread Patrick R. Michaud
On Sun, Jun 10, 2007 at 09:21:27PM +0200, Benoit Dutilleul wrote:
>The image showing the status of a SkyPE username is at the following
>address:
>http://mystatus.skype.com/smallicon/skypename [1]
> 
>[a] How can I use such a link to display a status with pmwiki?

Try  

  http://mystatus.skype.com/smallicon/skypename#.gif

>[b] How can I combine it with a "call link" such as skype:username?call

First, enable the skype: protocol by adding the following line
to Site.InterMap:

  skype:skype:$1

Then you can write "skype:username?call" and have it be translated
into a link.  To do both together, the markup would be:

  [[skype:username?call | http://mystatus.skype.com/smallicon/skypename#.gif]]

Using some custom PHP configuration, it would also be possible
to define skype:username?call as a bare markup that both displays the 
status image and creates the link.

Pm

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] Display SkyPE status on a pmwiki page

2007-06-10 Thread Benoit Dutilleul

The image showing the status of a SkyPE username is at the following
address:
http://mystatus.skype.com/smallicon/skypename [1]

[a] How can I use such a link to display a status with pmwiki?
[b] How can I combine it with a "call link" such as skype:username?call

Cheers,

Benoit

[1] http://www.skype.com/share/buttons/advanced.html#status
___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users