Support chat channel

From WikiPathways

(Difference between revisions)
Jump to: navigation, search
(New page: <html> <script type="text/javascript"> var url = "http://webchat.freenode.net/?channels=wikipathways"; var name = wgUserName; if(name) { url += '&nick=' + name; } else { url += '&nick=...)
Current revision (21:42, 5 February 2016) (view source)
(Undo revision 84235 by Khanspers (Talk))
 
(6 intermediate revisions not shown.)
Line 1: Line 1:
-
<html>
+
'''Have questions about using WikiPathways, pathway editing or anything else related to WikiPathways? Join us at the [https://wikipathways.slack.com/messages/wikipathways-helpdesk WikiPathways help desk].'''
-
 
+
-
<script type="text/javascript">
+
-
 
+
-
var url = "http://webchat.freenode.net/?channels=wikipathways";
+
-
var name = wgUserName;
+
-
if(name) {
+
-
url += '&nick=' + name;
+
-
} else {
+
-
url += '&nick=yourname';
+
-
url += '&prompt=1';
+
-
}
+
-
 
+
-
document.write('<iframe width="100%" height="500" src="' + url + '"></iframe>');
+
-
 
+
-
</script>
+
-
</html>
+

Current revision

Have questions about using WikiPathways, pathway editing or anything else related to WikiPathways? Join us at the WikiPathways help desk.