How do I embed a publication on my website?

Before you share your publication, make sure you publish the publication.

 

LINK TO YOUR PUBLICATION

Every publication is like a website and has its own web page/URL. You can find the URL of your publication in your dashboard. Just add a link to this URL on your website (e.g. by adding a hyperlink to specific text on your website). When your customers click on this link, the publication will open automatically in a new browser screen. Of course, it is possible as well to link to the online publication URL on your website, social media and in email newsletters. When clicking on the link, your publication opens instantly in the device specific browser on desktops and mobile devices, optimized for iOS and Android. You even can link to a specific page in your publication so that it opens directly on that page.

Of course, it is possible as well to link to the online publication URL on your website, social media and in email newsletters. When clicking on the link, your publication instantly opens in the device specific browser on desktops and mobile devices, optimized for iOS and Android. You even can link to a specific page in your publication so that it opens directly on that page.

See your website CMS or consult your website manager to find out how you can add the hyperlink to your publication on your website.

 

EMBED AN ANIMATED MINI FLIPBOOK

Another option is to embed an attention grabbing animated mini flipbook on your website. With this option you just embed a piece of code on your website. When clicking on the animated mini flipbook, your publication will open automatically in a new browser screen. See How do I embed a clickable mini flipbook on my website? for detailed instructions.

 

EMBED PUBLICATION COVER

You can also easily embed a publication cover image on your website by copying the embed code from your Publizr Dashboard and pasting it into your website's HTML editor. When clicking on the cover image, your online publication will open in a new browser screen. See How do I embed a clickable publication cover on my website? for detailed instructions.

 

ADD AN IFRAME

You also can load the publication within an iframe if you like to show the publication within a specific segment on a web page. Just set the pixel width and height of the iframe as well as the publication URL and your publication will be loaded within that segment. Please note that your publication will operate within the allocated segment only, which can be inconvenient if zooming in of pages is important. To solve that problem, you can make an iframe on a separate web page by setting a width and height of '100%' instead of fixed pixel dimensions on your website. But in that case, it's better to use a frameset as described below.

 

PUBLISH ON YOUR OWN DOMAIN USING A FRAMESET

If you want to open the publication on a specific web page on your own domain instead of using the default publication URL, you can use a frameset as mentioned below.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
    <title>Publicatie titel</title>
</head>
<frameset rows="1" cols="1">
    <frame src="https://publizr.be/YourAccountName/YourPublicationURL">
</frameset>
</html>