How do I change browser homepage TAB name for a tour?

Q&A about the latest versions
Post Reply
caddwizard
Posts: 18
Joined: Sun Jun 05, 2016 10:10 pm

How do I change browser the homepage TAB name for a tour?
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

Well, I know that our website url that shows up on most any browser TAB comes from this code called <title> 360Texas.com<title> as shown below:

Top 4 lines of normal html5 code code

Code: Select all

<!DOCTYPE html>
<html lang="en">
<head>
<title>360Texas.com Home</title>
After Pano2vr generated the project the top lines of the actual full screen panorama. Notice the page Title is missing.

Code: Select all

<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
		
                <title>MISSING TITLE</title>
		
		<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui" />
		<meta name="apple-mobile-web-app-capable" content="yes" />
		<meta name="apple-mobile-web-app-status-bar-style" content="black" />
		
		<script type="text/javascript" src="swfobject.js">
		</script>
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
caddwizard
Posts: 18
Joined: Sun Jun 05, 2016 10:10 pm

It was staring at me.

Many thanks

All fixed
User avatar
keith@fachwen.org
Posts: 136
Joined: Tue Aug 28, 2012 11:34 am
Location: North Wales
Contact:

Is there a way to set the title in the Pano2VR project file rather than have to edit the HTML directly?
Post Reply