Widget Administration FAQ
| 1. | How do I obtain widget administrator rights for my site? |
You are automatically assigned the site administrator when you first access a widget placed on your web site. It is recommended that the first time you install one of our widgets on your web site you visit the site and poke around with the widget. This will automatically register you as the site administrator. To check and regain your administrator status, visit Your settings section. Your site should appear in "You manage" box. |
|---|---|---|
| 2. | How do I restore my administrative rights? |
If for some reason you have lost your widget administrator privileges, the following procedure will allow you to restore them: Visit Your settings section, and locate the restore access form at the bottom of the page. Type the URL of your site in the corresponding text box and click on "Restore". You will shortly receive an email from JS-Kit with further instructions. If JS-Kit does not have an e-mail address associated with your site, you will receive on-screen instructions for restoring your administrative rights. |
| 3. | How do I transfer my administrative rights to somebody else? |
In order to transfer administrative rights to another e-mail, take the following steps:
|
| 4. | Does JS-Kit support numeric site addresses (IP)? |
No. JS-Kit widgets require fully qualified domain name to operate. |
| 5. | Can JS-Kit widgets work for domains in private networks? |
Yes, provided that the network has internet access. |
| 6. | Where are comments, ratings and polls data stored? |
Comments, ratings and polls data are stored on highly reliable JS-Kit servers. |
| 7. | Is there any statistics available for my widgets? |
Yes. You can view the metrics of your widgets using the Dashboard tool. |
| 8. | Does JS-Kit support any linkback methods? |
Yes, JS-Kit has support for TrackBack and PingBack methods of linkback notification (for information on various linkback methods read an extensive article at Wikipedia). To activate linkback capability, go to your site's settings at JS-Kit and place a checkmark against the "Allow TrackBack/PingBack" option. To receive TrackBack pings, use the following URL:
http://js-kit.com/trackback/your.site.com/path
where path is either the path or the permalink attribute of the corresponding widget. To allow external services to automatically locate the TrackBack URL, add the following code to your pages:
<-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="Your permalink here" dc:identifier="Your permalink here" dc:title="Your title here" trackback:ping="http://js-kit.com/trackback/your.site.com/path" /> </rdf:RDF> --> To receive Pingback pings, add the following code to your HTML pages:
<link rel="pingback" href="http://js-kit.com/rpcxml/your.site.com/path">
... or to your XHTML pages:
<link rel="pingback" href="http://js-kit.com/rpcxml/your.site.com/path" />
|
