nodebb-plugin-cards2

NodeBB plugin that extends the mentions plugin with hover cards

Usage no npm install needed!

<script type="module">
  import nodebbPluginCards2 from 'https://cdn.skypack.dev/nodebb-plugin-cards2';
</script>

README

NodeBB Hover Cards plugin

This NodeBB plugin is modified from Schamper/nodebb-plugin-cards, it will add a hover card to every profile link. When hovering over a profile link a card will be created with some information about that user. And I add two features to it, firstly fix the bug when user click a link outside the card it will not destroied, secondly add a button to follow user and a button to chat with user.

See demo on pnlpal.

Installation

npm install nodebb-plugin-cards2

Credit

Modified from Schamper/nodebb-plugin-cards