-
Notifications
You must be signed in to change notification settings - Fork 98
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
[RSS] Allow arbitrary urls in embed_image and embed_thumbnail #215
Comments
I'll have to change how the cog responds to users when adding a tag - naked image urls are not allowed, you must use a tag that is included with the feed, under rss listtags. Usually images can be found under tags like $content_image01 or other sequental content_image numbers if they are present. Multiple people have asked for settable urls instead of tags so I will consider it and close this issue when I have it resolved or if I decide not to support it. |
Thanks for getting back to me. Sounds great. Being able to set tags manually would be a dream come true, as it would allow one to setup templates much like the example above. Keep up the good work. Stay safe and take care. |
The RSS feed itself does not contain any images if you don't have a $content_image01 tag or similar. If this is your feed, you may want to add those. They are scraped from html tags styled |
608bcae catches your incorrect input and will explain the situation a bit better. |
Sweet, thanks! |
I still want to work on allowing arbitrary urls but since I designed RSS to use tags this will take me a bit. The commit with more chatter regarding the input is a stopgap until I have time to figure it out. |
Heya,
if possible, I would like some documentation/explanation on how the
!rss embed image
and!rss embed thumbnail
commands are to be used in order to add an image to the embed. I'm having trouble setting it to an image so it is included in the message.What do I need to do in order to add an image/thumbnail to the rss message? After setting
!rss embed image <image_url.png>
rss tells me that the new tag is available as$<image_url.png>
but when adding that to the template, the image isn't displayed.What am I not understanding here? :D
Cheers,
Griefed
The text was updated successfully, but these errors were encountered: