UNPKG

nodebb-plugin-tudou

Version:

NodeBB plugin allows users to embed tudou.com videos inline in ther posts

15 lines (13 loc) 424 B
{ "id": "nodebb-plugin-tudou", "name": "NodeBB Plugin TuDou", "description": "NodeBB plugin allows users to embed tudou.com videos inline in ther posts", "url": "https://github.com/mani95lisa/nodebb-plugin-tudou", "library": "./index.js", "hooks": [ { "hook": "filter:post.parse", "method": "parse", "callbacked": true, "priority": 6 } ], "css": [ "static/style.css" ] }