-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT]: AnythingLLM Embed via iframe
#676
Comments
This would be grat, because currently the embed breaks the styling of many websites |
This is what I did on my website without breaking the styles. On all pages with the chat, you should include the style and script:
Note that the script will not work on cross-origin websites.
Download zip anythingllm-chat-widget.min.zip and extract to https://www.your-website.com/chat/ |
Yes, an iframe embed would be great and easy! Read on the main page that <iframe> is already possible but then came to this issue. |
What would you like to see?
Like we have for #656, we should add portability for
iframe
of the embed via asrc
attribute with styling via URL query parameters.Functionally, this works the same as the regular chat embed, but it will scale to the container dimensions of the iframe
The text was updated successfully, but these errors were encountered: