Announcement

Collapse
No announcement yet.

Embeded video issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Embeded video issue

    Is there any reason why an embeded video that works on live site when embeded into a product dosn't appear on the live site when same code is pasted into a fragment / section / subsection ?

    We have YouTube videos embeded into products / fragments / sections / subsections, and have done for many years, and all these work - but I added some new content today and the copied and pasted code from YouTube is only working when applied to a product page. (my preference is to add videos to fragments)

    18.2.0

    Thanks in advance.
    www.devotedly-discus.co.uk

    #2
    I think you have to use the older non iframe type code or a simple url and enclose it with !!<<yoururl>>!! anywhere that isn't in the dedicated video field.
    https://www.harrisontelescopes.co.uk/

    Ed Harrison - Menmuir Scotland

    Comment


      #3
      Whether it is the 'Embed Video' Box in Sections, Products and Fragments or to include in the Fragment Text, in YouTube you need to click 'Share' then 'Embed', copying the code that is then presented to you.

      For example:

      Click image for larger version  Name:	youtubeshareembed.jpg Views:	0 Size:	63.6 KB ID:	556407

      The only differences between pasting into fragment text and into the Embed Video Box is that in Fragment text you must surround the embed video code with Sellerdeck's usual code identifiers (!!< >!!) and the embed video box wraps the embed video code in a div class 'video-wrapper'.

      So to paste into the Embed Video Box:

      Code:
      <iframe width="560" height="315" src="https://www.youtube.com/embed/lxHulo8vX8s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
      Eg: https://www.newebsite.co.uk/sw/acatalog/The-Cog.html

      And to paste into Fragment Text:

      Code:
      !!<<div class="video-wrapper">
      <iframe src="https://www.youtube.com/embed/wZ0UrwusWcM" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" width="560" height="315" frameborder="0">
      </iframe></div>>!!
      Eg: https://www.newebsite.co.uk/sw/acatalog/Theme-One.html
      Jonathan Chappell
      Website Designer
      SellerDeck Website Designer
      Actinic to SellerDeck upgrades
      Graphicz Limited - www.graphicz.co.uk

      Comment

      Working...
      X