• Hi Scott, looks like there hasn’t been much activity here for a while but I’m hoping you can help me as I’ve been pulling my hair out trying to insert some JavaScript into the WP dashboard. This plugin looked like the perfect answer but I’ve tried posting my script in every combination I can think of, including calling a js file but to no avail. The code is:

    <script>
    	var beamer_config = {
    		product_id : "xxxxxxxx", //DO NOT CHANGE: This is your product code on Beamer
    		button_position: 'bottom-right' /*Position for the default notification button. Other possible values are 'bottom-left', 'top-left' and 'top-right'.*/
    	};
    </script>
    <script type="text/javascript" src="https://app.getbeamer.com/js/beamer-embed.js"></script>

    Are you able to advise how/where to insert the code or is it just not going to work in the dashboard?

    Many thanks,
    Benz1

The topic ‘Insertig code’ is closed to new replies.