Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to have <title> tag that indicates the quest / player name #111

Open
zmughal opened this issue Jun 9, 2013 · 3 comments
Open

Need to have <title> tag that indicates the quest / player name #111

zmughal opened this issue Jun 9, 2013 · 3 comments

Comments

@zmughal
Copy link

zmughal commented Jun 9, 2013

This is useful for linking to the quest on sites like Twitter and for IRC bots that announce the title.

@berekuk
Copy link
Owner

berekuk commented Jun 9, 2013

Ok, but there are two different tasks here:

  1. fill title on page load and navigation, so that users see the right title in their browser;

  2. generate it on the server-side.

  3. is much harder, unfortunately, because all rendering happens on the client (but it needs to be changed for SEO purposes, as well as for reasons you name). I'm going to start with 1).

@oalders
Copy link

oalders commented Jul 18, 2013

👍

@berekuk
Copy link
Owner

berekuk commented Jul 24, 2013

Just deployed (1), with titles for quest pages, player pages, realm pages and stencil pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants