youtube link with shorts doesn’t work
-
Hello!
Is it possible to update so that woodmart accepts YouTube shorts links too?
Because if we have videos with less than 60s, YouTube will automatically create the /shorts link, which is not compatible with the theme.
Could you help with this?
Hello,
In the example, we have the short link that works: https://take.ms/DxD3Zs
Send me a link that you are trying to assign to the gallery so I can check it.
Kind Regards
It seems to be working.
I’m just having another problem.
I implemented redis cache, and the videos on the product page don’t work, you click on play, and it keeps running… and the video doesn’t start. You can test it here:
Click on the green photo youtube
https://www.bhlfitness.com.br/produto/creatina-monohidratada-300gr-evolve-frete-gratis/
Can you tell me what the name of the “group” that plays the videos is?
I need to know the name of the group, so I can skip it in the Redis Cache cache.
https://objectcache.pro/docs/ignoring-groups#excluding-groups
Thanks
define('WP_REDIS_CONFIG', [
'non_persistent_groups' => [
'woocommerce-attributes',
],
]);
I managed to solve it with this code.
The group is “woocommerce-attributes”
Thank you
Hello,
Glad that you managed to solve it.
If you have any further questions or concerns, please don’t hesitate to ask.
Kind Regards
The topic ‘youtube link with shorts doesn’t work’ is closed to new replies.