Dynamic View feature of Blogger provides a lot of awesome transition effects and many filters in many layouts for listing content from your...

The idea is simple, Blogger provides Dynamic View feature on a separate URL on your site. So we will use that URL to load the Dynamic View in an iframe. Very simple, right?
Here is Demo of Blogger Site Map
We will use Dynamic View feature of Blogger to make a beautiful site map page for Blogger / BlogSpot Websites
Blogger Site Map Code
At first, create a static page on your blog and edit it in HTML mode.
Next, you will need to replace “YOUR_DOMAIN” text in below code then copy and paste it into your page content (in HTML mode)
<!--
Author: http://sneeit.com
URL: http://sneeit.com/create-blogger-site-map-dynamic-view/
Sneeit Blogger iFrame Sitemap :: sbis
-->
<style type="text/css">
.sbis {
overflow: hidden;
position: relative;
height: 565px;
margin: 20px 0 40px 0;
}
.sbis iframe {
display: block;
width: 100%;
height: 680px;
margin-top: -115px;
margin-left: -10px;
padding-right: 10px;
}
</style>
<div class="sbis">
<iframe src="http://YOUR_DOMAIN/view/flipcard"></iframe>
</div>
Welcome all comments for improving the code better. Thank you very much.
Source: https://sneeit.com
Source: https://sneeit.com
COMMENTS