OnlineStatus-Talk

Summary: Talk page for OnlineStatus.
Maintainer:
Users: (View? / Edit)

This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.

Comments

Please add other messengers to your recipe (mostly popular in Poland):

  • Gadu-Gadu

<img src="http://status.gadu-gadu.pl/users/status.asp?id=USERID&amp;styl=1" alt="Gadu-Gadu" />
where USERID = Gadu-Gadu user id

  • Tlen

<img src="http://status.tlen.pl/?u=USERNAME&amp;t=STYLE" alt="Tlen" />
where USERNAME = Tlen user name, STYLE = 1,2 or 3

  • ICQ

<img src="http://web.icq.com/whitepages/online?icq=NUMBER&amp;img=IMAGE" alt="ICQ" />
where NUMBER = icq user number, IMAGE = 1-25

-- errorsys - 2007-10-15


I have found that the skype extension doens't work. After exhaustive online checking and comparing the code I've found that many users have been also not getting the skype extension to work. Has anyone come up with a solution?

Thanks, Chris March 29, 2024, at 01:45 PM

  • Hi Chris, I had the same problem and nobody was online! But the problem was not this extension. I've changed the skype-preferences and then works fine: Options -> Privacy -> Allow my status to be shown on the web. st January 13, 2009, at 09:37 AM

If I'm right skype changed the API since May 2015 and doesn't support online status any more. For information please visit [(approve links) edit diff]. So you may replace the online-status by a call-button with the code below. For more options than used below please visit http://www.skype.com/en/features/skype-buttons/create-skype-buttons/
You may replace the skype-section by the following code - please test it! If you can confirm it, please note here, so following users can have an effort! Otherwise - of course - you may correct my code! :-) Matthias June 11, 2015

    case "skype":
      $output = "
              <script type=\"text/javascript\" src=\"http://www.skypeassets.com/i/scom/js/skype-uri.js\"></script>
              <div id=\"SkypeButton_Call_".$args['id']."_1\">
                   <script type=\"text/javascript\">
                   Skype.ui({
                        \"name\": \"dropdown\",
                        \"element\": \"SkypeButton_Call_".$args['id']."_1\",
                        \"participants\": [\"".$args['id']."\"]
                   });
                   </script>
              </div>
              ";
      break;

Talk page for the OnlineStatus recipe (users?).