Add media player in Site Designer

User 2093401 Photo


Registered User
9 posts

Hi ,
Wondering where in Site Designer ( v5 ) I add code for Media players such as Progression Player or Wimpy ?
Thank you , Michael
User 2699991 Photo


Registered User
4,818 posts
Online Now

Open site Designer
on the top right there is an icon "Help Dialogue" select that , then the one for 'guides' 'hit the search for guide button

There are the help guides for things you can search for audio in the articles, there is also a video on that too
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://alphathemes.coffeecup.com/forms … uman-lina/
User 2868102 Photo


Registered User
17 posts

According to the documentation on https://wimpyplayer.com/ it looks like you just need to add a reference in the head section & the body:

<!--In the <head>-->
<script src="wimpy.js"></script>

<!--in the body-->
<div data-wimpyplayer></div>

You would want to import the wimpy.js file into your project through the "Resources" link at the top of Site Designer. Afer you get the .js file imported, go to the "Page Manager" and add the wimpy.js file in the Head section - found uner the "Custom Code Settings" within page manager for your page.

To add the code snippet to the body, just add an HTML element found under the Containers section. In that HTML element, paste the code provided by wimpy: <div data-wimpyplayer></div>

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.