Link configuration for new tab pop-up

Hi all,

I am designing a radio station website, and I was wondering if there was any way to set a link so that, when clicked on by a user, it opens up in a pop-up style new tab (like you’d sometimes see advertising pop up in).

If anyone knows how to achieve this in Webflow, that would be greatly appreciated.

Cheers!


Here is my site Read-Only: https://preview.webflow.com/preview/kcr-website-april-19?utm_source=kcr-website-april19&preview=bef2f8a43a71a8e9a84df250dd3a8ad4

1 Like

Hey @KaiLovel

You want a popup or link that opens a new tab? Can’t really understand :sweat_smile: Can you share example?

Piter :webflow_heart:

Hi Piter,

Thanks for the reply.

I want a link that opens a new tab, however, the type of tab would be something like what you’d find if you clicked on the “LISTEN LIVE” in the bottom right corner of this website - https://www.mix.com.au/

Does that help?

Cheers!

1 Like

Okey, let me try something.

There’s a way, but you need to add some custom attributes. Unfortunately the name is reserved. It’s a common issue.

One way to do it is to use an embed and add the code to the embed. I will record a video and share here.

Here’s the video > https://www.loom.com/share/f8a0aabb9b1b4167aedf3d13a0740502

Here’s the code:

<a class="your-button-class" href="URL-here" 
  target="popup" 
  onclick="window.open('URL-here','popup','width=1000,height=600,scrollbars=no,resizable=no'); return false;">
    Listen
</a>
1 Like

Thanks so much, Piter!

1 Like

No prob! Happy to help :webflow_heart:

Closing the topic