window.open on nav menu item

Posted in: Newspaper
Post count: 5

Hi, I am using the header ad to open a new window at a specific size which contains my html5 audio player (the site is for a radio station). You can view the site here: https://centreforceradio.com/ the banner says ‘click to listen live’, onclick it opens a window at the specific size I want.

This is all working fine, however if a visitor is using an ad blocker they are unable to see the header ad and link to the audio player is not visible. I want to include the same link on the nav bar just to be sure it will be visible.

I’ve been searching for a couple of days for a solution to include a window.open script in the standard wordpress nav but have not had much success.

Is it possible?

Here’s the script I’d like to use.


<a href="//centreforceradio.com/site/popup/centreforce.html');"></a>

<script type="text/javascript">
// Popup window code
function newPopup(url) {
	popupWindow = window.open(
		url,'popUpWindow','height=650,width=370,left=0,top=0,resizable=no,scrollbars=no,
toolbar=no,menubar=no,location=no,directories=no,status=yes')
}
</script>
Post count: 5
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.