Vendor
MindTouch
Type Script
Categories Widgets
Requires MindTouch Deki 1.8.3 or later
Status Stable
License Free/Open Source
Manifest http://scripts.mindtouch.com/jskit.xml

 

Table of Contents

Description

This extension allows you to a Rating widget to your wiki.

See also How to add a script, Using the Extension Dialog, Learn about DekiScript, Extensions Directory.


Functions

jskit.rating() : xml

This function embeds a Rating widget.


Script Source

<extension>
  <title>JS-Kit Extension</title>
  <copyright>Copyright (c) 2006-2009 MindTouch, Inc.</copyright>
  <description>This extension allows you to a Rating widget to your wiki.</description>
  <uri.help>http://wiki.developer.mindtouch.com/MindTouch_Deki/Extensions/JS_Kit</uri.help>
  <label>JS-Kit</label>
  <namespace>jskit</namespace>
  
  <function>
    <name>rating</name>
    <description>This function embeds a Rating widget.</description>
    <return>
      <html>
        <body>
          <div class="js-kit-rating" title="" permalink="" />
          <script src="http://js-kit.com/ratings.js" />
        </body>
      </html>
    </return>
  </function>
</extension>


Samples

  Output

To embed the Fevote widget:

{{ jskit.rating() }} 
./rating screenshot.png
 

 

Tag page
Viewing 3 of 3 comments: view all
How can we add the rating extension if we are using wiki.is to host our site ?
I dont see the service mamangent option in the control panel
Posted 13:25, 21 Mar 2008
The extension needs to be added on the server side
Posted 17:25, 9 May 2008
How do you make the results persistent?
Posted 18:43, 23 Apr 2009
Viewing 3 of 3 comments: view all
You must login to post a comment.