Home Forums WoodMart support forum youtube link with shorts doesn’t work

youtube link with shorts doesn’t work

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #532754

    agenciawebinfinite
    Participant

    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?

    #532978

    Luke Nielsen
    Keymaster

    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

    #533716

    agenciawebinfinite
    Participant

    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

    #533729

    agenciawebinfinite
    Participant
    
    define('WP_REDIS_CONFIG', [
        'non_persistent_groups' => [
            'woocommerce-attributes',
            ],
    ]);
    

    I managed to solve it with this code.

    The group is “woocommerce-attributes”

    Thank you

    #533906

    Luke Nielsen
    Keymaster

    Hello,

    Glad that you managed to solve it.

    If you have any further questions or concerns, please don’t hesitate to ask.

    Kind Regards

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘youtube link with shorts doesn’t work’ is closed to new replies.