In this tutorials, this is a simple way of adding Grid View sitemap in Blogger with thumbnail.
The following simple steps on how we do it:
Step 1: Go to Blogger dashboard -> Pages and Click New Page
Step 2: Switch Editor to HMTL View
Step 3: Copy and Paste the following Code
<style type="text/css">
.grid-sitemap {
overflow: hidden;
position: relative;
height: 565px;
margin: 20px 0 40px 0;
}
.grid-sitemap iframe {
display: block;
width: 100%;
height: 680px;
margin-top: -115px;
margin-left: -5px;
}
</style>
<div class="grid-sitemap">
<iframe src="https://bloggerizetricks.blogspot.com/view/flipcard"></iframe>
</div>
Customization: Change the URL in GREEN color of your own.
No comments:
Post a Comment