-
Notifications
You must be signed in to change notification settings - Fork 133
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
how to add media:content? #93
Comments
rssInstance({
custom_elements: [
{
'media:content': [
{
_attr: {
type: 'application/x-shockwave-flash',
medium: 'video',
isDefault: 'true',
expression: 'full',
duration: '117',
url: 'https:,//www.youtube.com/v/XnZ_J3l_0z4',
src: your url
}
},}) something like this should work, yeah? |
The same need here, This is my solution:
Important code part that you need to add:
Then in your item:
Result in the feed:
I test with Google RSS feed reader and it is working now! I think you should write down in your documentation a similar example, it is really useful! (thx to #19 (comment) for the option configuration part) |
There doesn't seem to be a way to add
media:content
<media:content url="https://thedailyshitter.com/content/images/2020/03/money-business-material-cash-bank-currency-629802-pxhere.com-2-.jpg" medium="image"/>
The text was updated successfully, but these errors were encountered: