Jump to content

Adding a button to the login screen


Lordof themanor

Recommended Posts

Lordof themanor

Hey all,

I was wondering if anyone could help with adding a button to the login screen I've managed to create a button and name it but i cant get it to open the link. I've enclosed a snap shot of the button.

post-627953-0-65435800-1586806157_thumb.png

Link to comment
Share on other sites

rechigo

It's impossible to tell what's wrong without looking at your code, but you should do something like this:

<a is="emby-linkbutton" href="https://google.com" target="_blank" type="button" class="raised block btnSelectServer">
                    <span>Whatever Button</span>
                </a>


the href attribute is the URL to open
target="_blank" will open it in a new tab, you can remove that if you want
Edited by rechigo
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...