I am currently creating a RSS feed for my website and have included Unsplash images in my blog posts. However, when I attempted to add these images into the RSS feed,
But i got one error
My Code
<media:thumbnail url="https://images.unsplash.com/photo-1642665076339-ca50c80a44e7?
ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80"
width="220"/>
but i got error
Error
The reference to entity "ixid" must end with the ';' delimiter. xml(SemicolonRequiredInReference)
Please suggest why i am getting this error