Browse Source

Enabled at https://conversejs.github.io/community-plugins/

Dele Olajide 5 years ago
parent
commit
a55a5976b6
3 changed files with 3 additions and 2 deletions
  1. 1 1
      README.md
  2. BIN
      favicon.ico
  3. 2 1
      index.html

+ 1 - 1
README.md

@@ -22,4 +22,4 @@ Where `pluginname` should be the name of your plugin.
 Simple raise a PR with your new plugin. Please make sure you do the following first
 Simple raise a PR with your new plugin. Please make sure you do the following first
 
 
 - Create a subfolder for your plugin and copy all your files in there. Please include a screenshot of the plugin working in converse.
 - Create a subfolder for your plugin and copy all your files in there. Please include a screenshot of the plugin working in converse.
-- Edit demo.html, add your plugin to the demo page and make sure it works.
+- Edit index.html, add your plugin to the index page and make sure it works.

BIN
favicon.ico


+ 2 - 1
demo.html → index.html

@@ -5,7 +5,7 @@
     <meta charset="utf-8"/>
     <meta charset="utf-8"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
     <title>Converse</title>
     <title>Converse</title>
-    <link rel="shortcut icon" type="image/ico" href="https://conversejs.org/css/images/favicon.ico"/>
+    <link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
     <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/5.0.5/dist/converse.min.css" />
     <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/5.0.5/dist/converse.min.css" />
     <script src="https://conversejs.org/3rdparty/libsignal-protocol.min.js"></script>
     <script src="https://conversejs.org/3rdparty/libsignal-protocol.min.js"></script>
     <script src="https://cdn.conversejs.org/5.0.5/dist/converse.min.js"></script>
     <script src="https://cdn.conversejs.org/5.0.5/dist/converse.min.js"></script>
@@ -36,6 +36,7 @@
 
 
 </head>
 </head>
 <body class="reset">
 <body class="reset">
+    <a href="https://github.com/conversejs/community-plugins" onclick="_gaq.push(['_trackEvent', 'GitHub', 'Ribbon']);"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
     <div class="converse-content" style="display:none">
     <div class="converse-content" style="display:none">
         <div class="inner-content converse-brand row">
         <div class="inner-content converse-brand row">
             <div class="converse-brand__padding"></div>
             <div class="converse-brand__padding"></div>