Create a Blogger Page Sitemap Page Using Dynamic View

0
Blogger Site Map Page Using Dynamic View
Blogger Site Map Page Using Dynamic View
Dynamic View feature of Blogger provides a lot of awesome transition effects and many filters in many layouts for listing content from your blog. We take its advantages to create a cool site map page for your Blogger / Blogspot websites.
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

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 “www.teachsansar.com” text in below code then copy and paste it into your page content (in HTML mode)

<!-- 
Author: http://teachsansar.com
URL: http://www.teachsansar.com/2018/01/create-blogger-page-sitemap-page-using-dynamic-view.html
Dynamic View 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://www.teachsansar.com/view/flipcard"></iframe>
</div>
You can also replace “flipcard” in the code to ONE of the following style to change the way of your site map layout:
  • classic
  • magazine
  • mosaic
  • sidebar
  • snapshot
  • timeslide

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)

buttons=(Accept !) days=(30)

Our website uses cookies to enhance your experience. Learn More about our cookie policy.
Accept !
To Top