tinymagazine
Publications
It takes just a bit of technical skill and effort to implement the teaser magazine on your website, and the result will be worth the effort.
The dynamic script animates the magazine, leafing through the first six pages of the magazine in intervals. Students can click on the teasers to be redirected to the full-content version.
To display the teasers, just copy the script below into wherever you want the teaser to display on your site.
Need technical help? Email us at gradmalaysia@gradmalaysia.com
Copy and paste this the script below into wherever you want the teaser to display on your site.
<script>
var mag = new TinyCatalog(329613, "GRADMalaysia Banking & Financial Services 2011");
mag.setBackgroundColor("#FFFFFF");
mag.setSize(260, 184);
// Change line below to link to an url
// mag.setLaunchURL("http://www.dom.tld");
// mag.setTarget("_self");
mag.draw();
</script>
Copy and paste this the script below into wherever you want the teaser to display on your site.
<script>
var mag = new TinyCatalog(328851, "GRADMalaysia Engineering 2011");
mag.setBackgroundColor("#FFFFFF");
mag.setSize(260, 184);
// Change line below to link to an url
// mag.setLaunchURL("http://www.dom.tld");
// mag.setTarget("_self");
mag.draw();
</script>
Copy and paste this the script below into wherever you want the teaser to display on your site.
<script>
var mag = new TinyCatalog(329639, "GRAD ICT2011_zmag.pdf");
mag.setBackgroundColor("#FFFFFF");
mag.setSize(260, 184);
// Change line below to link to an url
// mag.setLaunchURL("http://www.dom.tld");
// mag.setTarget("_self");
mag.draw();
</script>
Copy and paste this the script below into wherever you want the teaser to display on your site.
<script>
var mag = new TinyCatalog(328396, "GRADMalaysia FMCG & Retail 2011");
mag.setBackgroundColor("#FFFFFF");
mag.setSize(260, 184);
// Change line below to link to an url
// mag.setLaunchURL("http://www.dom.tld");
// mag.setTarget("_self");
mag.draw();
</script>
It will look like:


.png)


