mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 20:37:25 +08:00
20 lines
706 B
Markdown
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). |