How can I keep my domain name with viewbook?

Subscribe to How can I keep my domain name with viewbook? 2 posts, 2 voices

 
Avatar irem 1 post

Hi,

I just found out about viewbook, it seems like a great presentation tool! I already have a website that I created using a photoblog application and would like to change it for viewbook. But I also want to keep my domain name. How can I do that? Thanks!

iRem

 
Avatar Rien - Viewb... 69 posts

There are two possibilities: a) wait for the new Viewbook release, where you can add your custom domainname b) use an iFrame to load Viewbook into (see source below).

Disadvantage of option b) is that Google does not index your site.



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
        "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
    <link rev="made" href="mailto:<a href="mailto:info@resourcestudio.nl">info@resourcestudio.nl</a>">
    <meta name="author" content="<a href="mailto:info@resourcestudio.nl">info@resourcestudio.nl</a>">
    <meta name="revisit-after" content="10 DAYS">
    <title>Your webpage title</title>
<meta name="description" content="">
<meta name="keywords" content="">
</head>

<frameset rows="100%, *"> 
 <frame src="http://username.viewbook.com" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"> 
    <noframes>
        This website uses frames.
    </noframes>
</frameset>
</html>

To use the iFrame place the code inside a file called index.html, change the <frame src="http://username.viewbook.com"> src part to your Viewbook URL and place the file in the root folder of where your website is hosted.