• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

conf/H03-May-2018-2611

screenshot/H03-May-2018-

README.mdH A D14-May-20162.6 KiB10187

plugin.info.txtH A D14-May-2016226 87

syntax.phpH A D14-May-20164.5 KiB152104

README.md

1# Dokuwiki Plugin Skype
2
3<table>
4  <tr>
5    <th align="left">Description</th>
6    <td>The Skype plugin let you add an Skype contact button easily</td>
7  </tr>
8  <tr>
9    <th align="left">Author</th>
10    <td>Zahno Silvan</td>
11  </tr>
12  <tr>
13    <th align="left">Email</th>
14    <td>zaswiki@gmail.com</td>
15  </tr>
16  <tr>
17    <th align="left">Type</th>
18    <td>syntax</td>
19  </tr>
20  <tr>
21    <th align="left">Lastupdate</th>
22    <td>2014-06-16</td>
23  </tr>
24  <tr>
25    <th align="left">Tags</th>
26    <td>button, skype, embed</td>
27  </tr>
28</table>
29
30## Download
31* Download to Dokuwiki plugin folder
32* File     : https://github.com/tschinz/dokuwiki_skype_plugin/zipball/master
33
34## Versions
35* **2011-02-25**
36  * Init version
37* **2012-06-14**
38  * Added function in command, every button can have a different function now.
39* **2012-10-22**
40  * Moved Repo to github
41* **2014-06-16**
42  * Use new Skype button, works now with Mircdosoft accounts
43
44## Syntax
45```
46{{skype>username}}
47{{skype>username,function}}
48```
49
50You can see the official Skype button wizard here: [Official Skype Button Wizard](http://www.skype.com/intl/en/tell-a-friend/wizard/)
51
52<table>
53  <tr>
54    <th>Admin setting</th>
55    <th>Default value</th>
56    <th>Description</th>
57  </tr>
58  <tr>
59    <th align="left">Function</th>
60    <td>chat</td>
61    <td>click function (chat, call, dropbdown)</td>
62  </tr>
63  <tr>
64    <th align="left">Size</th>
65    <td>24</td>
66    <td>size of icon in pixel (10, 12, 14, 16, 24, 32)</td>
67  </tr>
68  <tr>
69    <th align="left">Style</th>
70    <td>white</td>
71    <td>White or Blue design</td>
72  </tr>
73</table>
74
75## Example
76```
77{{skype>username}}
78{{skype>username,call}}
79{{skype>username,chat}}
80{{skype>username,dropdown}}
81```
82or different Design
83
84![screenshot 1](https://raw.githubusercontent.com/tschinz/dokuwiki_skype_plugin/master/screenshot/skype_screenshot_1.jpg)
85![screenshot 2](https://raw.githubusercontent.com/tschinz/dokuwiki_skype_plugin/master/screenshot/skype_screenshot_2.jpg)
86![screenshot 3](https://raw.githubusercontent.com/tschinz/dokuwiki_skype_plugin/master/screenshot/skype_screenshot_3.jpg)
87
88## Possible Problems
89### Status always "offline"
90Then you need to change your privacy settings in Skype: `Options` -> `Privacy` -> `Allow Net Status`
91
92## Documentation
93
94All documentation for the Skype Plugin is available online at:
95
96  * [Dokuwiki Plugin Page](http://dokuwiki.org/plugin:skype)
97  * [ZaWiki Plugin Page](http://zawiki.zapto.org/doku.php/tschinz:dw_skype)
98  * [Github Project Page](https://github.com/tschinz/dokuwiki_skype_plugin)
99
1002014 by Zahno Silvan <zaswiki@gmail.com>
101