🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more
Socket
Book a DemoInstallSign in
Socket

wildfire-dev

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wildfire-dev

A drop-in replacement for other comment plug-ins.

latest
Source
npmnpm
Version
0.5.6
Version published
Maintainers
1
Created
Source

Wildfire

A drop-in replacement for other comment plug-ins.

Please visit the brand new Wildfire Home Page (https://wildfire.js.org). Detailed documentation is available.

全新的 Wildfire 主页 (https://wildfire.js.org/#/zh-cn/) 已经启用了,快去那儿看看详细的文档吧。

Intro

This is a dev version of wildfire. It contains the following new features:

  • iFrame mode: wildfire now is rendered inside a <iframe> tag to avoid potential CSS collision.
  • Plugins:
    • for site owners, you can now add plugins from the Plugin Center in the header menu;
    • for developers, you can create your own plugin and publish it in wf-plugin-center for all wildfire users.

Try this version by adding to your website:

<div class="wildfire_thread"></div>
<script>
  var wildfireConfig = () => ({
    useDev: true,
    version: '0.5.6',
    databaseProvider: 'firebase',
    databaseConfig: {
        apiKey: "...",
        authDomain: "...",
        databaseURL: "...",
        projectId: "...",
        storageBucket: "...",
        messagingSenderId: "..."
    },
    theme: 'dark',
  })
</script>
<script src="https://unpkg.com/wildfire-comment"></script>

License

GNU General Public License v3.0

Keywords

wildfire

FAQs

Package last updated on 17 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts