sitemap_video excludes Vimeo links
« on: March 14, 2020, 10:50:27 AM »
Hi,
I've just purchased XML-Sitemaps.com including video sitemaps.
I've tried to create a video sitemap and it only detect YouTube videos. All Vimeo videos in my website (example: <iframe src="[ External links are visible to forum administrators only ]" width="1000" height="563" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>) are excluded.

Another question: is it possible to include in the video sitemap XML file videos shown in a lightbox with this format? (example: <div><a href="[ External links are visible to forum administrators only ]" class="big-icon-link lightbox-gallery-1 mfp-iframe"><span class="big-icon"><i class="fa fa-play"></i></span></a></div>

Thanks!
Re: sitemap_video excludes Vimeo links
« Reply #1 on: March 15, 2020, 12:15:18 PM »
Hello,

you need to sign up for Vimeo API key on: https://developer.vimeo.com/ / [ External links are visible to forum administrators only ]
and then add it in generator/data/generator.conf file as:
<option name="xs_vimeo_api_token">XXXXXXXXX</option>
Re: sitemap_video excludes Vimeo links
« Reply #2 on: March 15, 2020, 01:06:47 PM »
It works!!!
Thank you so much! :)
Re: sitemap_video excludes Vimeo links
« Reply #3 on: March 15, 2020, 01:46:22 PM »
Hi Oleg,
Now I get all Vimeo videos in the video-sitemap with this format ([ External links are visible to forum administrators only ]), but Vimeo says that this format is outdated. Is it true?
Thanks!
Re: sitemap_video excludes Vimeo links
« Reply #4 on: March 16, 2020, 11:18:30 AM »
Please try to redownload and reinstall sitemap generator, it should work correctly now.
Re: sitemap_video excludes Vimeo links
« Reply #5 on: March 16, 2020, 11:50:43 AM »
Solved!
Thanks!