Big Blue Button getting GA error

Home Forums Legacy Support Support queries Setup issues Big Blue Button getting GA error

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #141608
    bhavindersingh
    Spectator
    I have setup big blue button from following url https://wplms.io/support/knowledge-base/wplms-bbb-addon/ but whenever instructor open meeting page then loader running and not stopping. I am getting below error. and at student screen i am getting below error: Uncaught ReferenceError: ga is not defined      
    #141684
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #141687
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #141760
    bhavindersingh
    Spectator
    This reply has been marked as private.
    #141837
    Anshuman Sahu
    Keymaster
    To open meeting in new tab please add this given script in your wp-admin -> wplms -> footer -> google anaylitics script : <script> jQuery('.bbbmeetings .bbb_meeting_wrapper a.button').click(function(event){ event.preventDefault(); event.stopPropagation(); window.open(   $(this).attr('href'),   '_blank' ); }); </script> well for instrcutor to join as moderator you need to set this setting in your wp-admin -> settings -> bigbluebutton : http://prntscr.com/hwdgmz
    #141852
    bhavindersingh
    Spectator
    Thanks for quick reply. All points are resolve now.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Big Blue Button getting GA error’ is closed to new replies.