How to add an external widget in BeTheme

Hi, I would like to add a Fußball.de widget.
But I do not know where the right place is for the code in BeTheme. First thing is a javascript in <head>
<script type="text/javascript" src="http://www.fussball.de/static/layout/fbde2/egm//js/widget2.js"></script>
Second is a javascript in <body>
<div id="widget1"></div>
<script type="text/javascript">new fussballdeWidgetAPI().showWidget('widget1', '01RKAARHUG000000VS541LZZZZZZZ');</script>

Comments

Sign In or Register to comment.