codefog / contao-instagram

Contao extension that displays Instagram feed on your website
MIT License
11 stars 12 forks source link

uploaded video destroys instagram widget #27

Closed pagestyles closed 4 years ago

pagestyles commented 4 years ago

Hi, my customer uploaded a video to his instagram account, now the video is written to the src="" attribute without any query and destroys the feed:

Bildschirmfoto 2020-07-10 um 19 09 13 Bildschirmfoto 2020-07-10 um 19 18 42

is there any way to treat them separately or sort them out?

qzminski commented 4 years ago

That's strange, can you show your output of <?php $this->showTemplateVars(); ?> ?

pagestyles commented 4 years ago

hi, sure:

Bildschirmfoto 2020-07-14 um 08 23 11

I tried to get the rest of the array into a .txt: contao-instagram_error2.txt

qzminski commented 4 years ago

Should be fixed in 2.2.0 that I have just released. You may need to adjust your custom template, if any (see aee4b2d).