LogoLogo
  • Player API
    • Basic Usage
    • Configuration
    • Labels
    • Themes
    • Events
    • Key Bindings
    • Methods
  • Plugins
    • Call to Action
    • Branding
    • Watermark Protection
    • Playlists
    • Multi Channel Livestreams
    • Comments
    • Live Reactions
    • Quizzing
    • Peer2Peer (E-CDN)
    • Consent String
  • Release Notes
    • v5.3
    • v5.2
    • v5.1
    • v5.0
  • Tutorials
    • Switch between different livestreams
    • Use the Player with Require
    • Use Video Loop as background
  • Knowledge Base
    • Using a custom player for streaming
Powered by GitBook
On this page
  1. Plugins

Branding

BILD EINFÜGEN

<div id="player"></div>
<script>
  new js3q({
    dataid: '5c3b0910-8850-11e7-9273-002590c750be',
    container: 'player',
    branding: {
      position: 'top-left',
      src: '//unsplash.it/48/48',
      text1: 'Branding',
      text2: 'Powered by 3Q',
    },
  })
</script>
value
type
description
default

position

String

top-left, top-right, bottom-left or bottom-right

bottom-right

src

String

<img> source (image is per default 48x48px)

text1

String

top text

text2

String

bottom text

href

String

external link

PreviousCall to ActionNextWatermark Protection

Last updated 1 year ago