JW Player Inside Units on a Mobile Site

Home Forums Legacy Support Support queries How-to & Troubleshooting JW Player Inside Units on a Mobile Site

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #3697
    learner4life
    Participant
    Can you please also share the code/url you would use for embedding jwplayer video in iframe?
    #3783
    Anshuman Sahu
    Keymaster
    1. Here is the code that i added in wplms-customizer.php file in wplms customizer plugin: add_action('wplms_before_every_unit','wplms_jwplayer_compatibility'); function wplms_jwplayer_compatibility(){ add_shortcode('jwplayer', array('JWP6_Plugin', 'shortcode'));   } 2.  used this shortcode  : [jwplayer playlistid="5777"] 5777 is the playlist id that you will create . All the media is uploaded in the wordpress media library  .
Viewing 2 posts - 16 through 17 (of 17 total)
  • The topic ‘JW Player Inside Units on a Mobile Site’ is closed to new replies.