FBIA video is not showing up in RSS feed on QA environment.
Steps to reproduce:
1. Install FBIA and FBIA views module.
2. Configure Facebook Instant Articles settings
(URL used: /admin/config/services/fb_instant_articles)
3. Enable Facebook instant articles
(URL used: /admin/structure/types/manage/article)
4. Add a 'File' field type to the article content type
(URL used: /admin/structure/types/manage/article/fields/add-field)
5. Place 'File' field type in Header/Body/Footer region and select 'FBIA video' field formatter from dropdown
(URL used: /admin/structure/types/manage/article/display/fb_instant_articles)
6. Upload a video to article content type
(URL used: /node/add/article )
7. Look up uploaded video in RSS feed
(URL used: /instant-articles.rss)
Expected Result: Uploaded video in Article should show up
Actual Result: Uploaded video in Article is not showing up
Comments
Comment #2
m4oliveiMore specifically, the issue here is that the canonical URL is not taken into account when set, causing the video to not correctly get ingested into FBIA.
Comment #3
m4oliveiPR: https://github.com/BurdaMagazinOrg/module-fb_instant_articles/pull/113
Comment #4
sunset_bill commentedVerified working on local.
Comment #6
m4oliveiThanks! Merged.