• Resolved peopleinside

    (@peopleinside)


    Hi, thank you for this nice plugin!
    I won’t the logos of provider to be hosted and showed on my website like YouTube logo showed in the placeholder. Would be useful a way to decide to not show provider logo.
    Is not an issue host on my website a logo that is not mine and show on the website?

    Also I can translate the accept YouTube text but not the privacy text and the open video directly link that I want also not show (but i find the option to not show it direct link).

    My language is Italian.

    • This topic was modified 4 months, 3 weeks ago by peopleinside. Reason: fixing message
Viewing 1 replies (of 1 total)
  • Plugin Author Matthias Kittsteiner

    (@kittmedia)

    Hi @peopleinside,

    your can always hide the logos via custom CSS:

    .embed-privacy-logo {
    display: none;
    }

    I don’t think there is a general need for an option here, since it’s not common to hide it.

    There is no problem hosting and displaying these logos, since usually these service providers explicitly allow using their logo when pointing content towards them. And that’s exactly what you do when embedding the content.

    You cannot edit the default text completely, yes. That’s how usually every plugin works by not giving you the option to change every text, especially regarding such legal requirements. I highly recommend not to change or even hide the text regarding the privacy policy.

    If you need such extensive editing capabilities regarding the overlays, you would need to filter them via PHP code. There are several filter to change the overlay’s content. You can find them in the documentation, e.g. here: https://epiph.yt/en/embed-privacy/documentation/#embed_privacy_template_content

    Best regards,
    Matthias

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.