Embed in a frame
If you want people to think that you are hosting the publication, put it in a frame like the one below. Copy and paste the code into your html page.

<html>
<head>
<title>Window title</title>
</head>
<frameset cols = "*">
<frame src ="publication url" />
</frameset>
</html>
Download