No microdata. Is the response of youtube api cached somewhere?
-
Hi Frank, I used to have one Youtube API key which worked well with IP restrictions. One day that stopped working and all microdata disappeared. I’m aware that IP restrictions sometimes don’t work with google API keys from several projects I have worked on (I choose always HTTP referrers restrictions and I never had any problem)
So I went to the api key and removed all IP restrictions, it’s an unrestricted key now.
After that I checked the API key through ylyte settings and it reportsChecking your key ... API seems OK, you can Save Changes below now.
I also emptied WP YouTube Lyte’s cache. I haven’t checked the option cache thumbnails locally from the settings but I use the filter
add_filter('lyte_match_thumburl','lyte_my_own_thumburl');
However I still don’t have any microdata. So I’m wondering if ylyte caches somewhere the responses of the Youtube API instead of making a new connection to fetch fresh data?
Any ideas?
Edit: Just to clarify: There are microdata but some values like
<meta itemprop="uploadDate" content=""> <meta itemprop="description" content="">
and the alt tag inside the noscript tag are empty
- The topic ‘No microdata. Is the response of youtube api cached somewhere?’ is closed to new replies.