✨ Thanks to The Register-Guard for agreeing to open source this plugin. ✨
This plugin is designed to allow the embed for Talk to specify an Asset ID to lookup and if not found create with the given ID and URL. If the ID is not provided however, the url will be used instead and it will fall back to Talk assigning an ID.
Attempt to lookup Asset with the given ID, if found, return asset. If the asset is not found, create it with the url.
Attempt to lookup Asset with the url, if found, return asset. If the asset is not found, create it with the url and assign a new ID.
Simply modify/create the plugins.json
file to include it:
{
"server": [
// ...
{"@coralproject/talk-plugin-custom-asset-id": "^1.1.0"},
// ...
],
"client": [
// ...
]
}
Which will enable it.
Talk is released under the Apache License, v2.0.