Files
talk/plugins/talk-plugin-author-menu/README.md
T
2018-03-09 13:40:05 -07:00

20 lines
706 B
Markdown

---
title: talk-plugin-author-menu
permalink: /plugin/talk-plugin-author-menu/
layout: plugin
plugin:
name: talk-plugin-author-menu
default: true
provides:
- Client
---
Enables plugins to integrate into the embed stream at the author name location.
We have recipes for showing the commenter's "member since" date, and to show a
subscriber badge. These will require some integration on your side to connect
them to the data source that houses this information.
- [talk-plugin-member-since](/talk/plugin/talk-plugin-member-since)
- [talk-plugin-subscriber](/talk/plugin/talk-plugin-subscriber)
To get started, check out our [Talk Recipes](https://github.com/coralproject/talk-recipes).