Showing posts with label Blog Design. Show all posts
Showing posts with label Blog Design. Show all posts

How to Add Custom Permalink in Blogger

How to Add Custom Permalink in Blogger







Google Blogger let You To Edit Permalink. It Has Some Benefits. It Turn You Two Ways To Show on Search Result.Have A Look At This,How ?






Now You Should Have Clear Idea . Customizing Permalink Helps Increase Visibility In Search Ranking.

Why Should You Use Custom Permalink In Blogger ?
Because,
  • Google Always Change Search Algorithm.So To Make Sure Your Blog On Top Search Result You Must Use Custom Permalink .
  • You Can Edit Post Title Thousand More Times ,Sorry.You Can Edit Post Title Any Time As Your Wish.Then,You Can Edit,Add Post Title From Recent Search Hot keywords And You Can be Always On Top.
  • Blogger Always Creates Permalink From Its Post Title.SomeTimes,Link Is Broken And Effects Search Results.Many Blogger Forget To Use Custom Permalink

Here You Go Top Benefits Of Using Custom Permalink in Blogger.
  • It Let You Use Individual Link For Your Post.Link Can Be Used Anywhere.
  • Makes Strong Stability on Search Result
  • Helps To Stop Broken links Which is Created By Automatic Permalink Option.


Read More

Remove Footer Credit Link from Blogger Template Without Redirecting to any Website

Remove Footer Credit Link from Blogger Template Without Redirecting to any Website

We Blogger Notice Powered By Blogger In Footer Portion. It Looks Unprofessional. So You Want To Remove "Powered By Blogger" Attribution From Blogger Blog. Let's Move How To Remove This Widget From Blogger Footer .
Here You Can Learn Two methods To Remove, One Is Simple And Another Is Complex. If You Don't Get Any Good Result, Then Give A Try Our Second Option. This has been used and tried by may professional blogs and they have rated it one of the best options to do this.

If you remove Powered By Attribution like we use to cut any kind of detail from post it will get redirected to another website and you will not be able to see your blog in stable. So you need to be tricky and knowledgeable to remove it without getting redirected to any other page. Below we have written some methods which you can use to remove Powered By Attribution from your blog.

Method 1:


  • First Go To Blogger Dashboard.
  • Then, Theme>Edit HTML> Jump To Widget. Now Click Attribution1. Select Attribution And Change Value True To False And Save Changes.

  • Or You Can Search The Following Line using Ctrl+F
    <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>
  • Change The True value into False.


  • Now Go To layout>Attribution Gadgets>Click Edit
  • A Window Will Appear. You Have To Click Remove.
  • That's All. If This Trick Don't Work, Then Try Method 2

Method 2:


  • Go To Blogger dashboard and click on Theme. Then click on Edit HTML
  • Search ]]></b:skin> in the code And You have To Paste #Attribution1 {display: none;} Code Before/Above ]]></b:skin>

This will surely work and if you need any help in this matter contact us through the comment form which is located below. We will be happy to assist you.
Read More

Box Model for Putting Information Code for Blogger

Box Model for Putting Information Code for Blogger
If You Are Readers Of Blog,Then You Can Notice So many Blog Use Box Model To Show Important Code. In Blogger You Can Use Box Model System That look Your Post Awesome. You Can Put Your Code Here so That Visitors Can Get Code Easily. it make Extra Style For Your Blog Post. Here Is A Example Of Box Model We Are Going To Tell Here In Details.

Demo Box Model-

How To Implement Box Model In Blogger Blog Post

Follow The Below Steps To Put Box Model In Post-
Step 1:
  • After Log in Blogger Blog, Go To Theme> then click on Edit HTML
  • Then Search For Code ]]</b:skin> using Ctrl+F
  • After Finding That Code ]]</b:skin>, You Need To Put Given below Code Before ]]</b:skin>
.Box-model {
background-color: #FFF1C7;
border: 5px solid #F2E1AC;
padding: 10px 30px 10px 15px;
margin: 0 0 1em 0;
font-weight: bold;
font-size: 13px;
position: relative;
}
Now save Template

Step 2:
Let's Move To Step 2. In This part We Are Going To Add Style On Blogger Post .
  • Go To Post Editor(Click-Create New Post). Here In post Editor, You Can Notice Compose And HTML Mode. You Need To Turn On HTML Mode To Add Box Model Style To post.
  • In The HTML Mode You Need To Add Code like That

<div class="box-model">
<p>Here we have shown you the live demo of Model box, This is just an image of Model box.</p>
</div>


  • Then Again Come To Compose Mode, Then Try to publish Post. let's See On Front page.
  • In The Code, notice The Blue Colored Text. These are The Text That Will Be Applied into box-Model class. You Can Change Those Text. Use Your Own Text That You Can Want To show In The Box Model.


Here is A Live Example Of Box Model-

Read More

Comment box html code for blogger in 20222

Comment box html code for blogger in 20222
Comment Box is one of the important elements in the blog as they play an important role in updating the blog rank and to make in up to date. Their are various methods to provide a comment box in blogger, having a default comment box of its own. Different blogs have different type of comment box depending upon the type of template they have chosen. Some templates have inbuilt Facebook comment box which helps the blogger to receive the comments through Facebook platform.

In this article we will be sharing information/Source code related to Blogger comment form. Please read it carefully how to use it. Do not miss any part of the code otherwise it will not work. We have written one type of Html Code, You can change its setting anytime. The code for the Blogger Comment Box is Written Below:

Code For Comment Box:
<form action="/html/tags/html_form_tag_action.cfm" method="post">
<div>
<textarea name="comments" id="comments" style="font-family:sans-serif;font-size:1.2em;">
Hey... say something!
</textarea>
</div>
<input type="submit" value="Submit">
</form>
Read More

How to Add Youtube Video to Blogger Sidebar

How to Add Youtube Video to Blogger Sidebar

You Can Upload Video To Blogger Blog Easily. The Video Can Be From Youtube, Webcam ,From Computer And Mobile Too.

Let's Start How to Upload Video To Blogger Blog.
>Go To Post Editor, Now Click Insert A Video From Toolbar
>A Window Will Appear With Different Option Of Uploading Video. Pop Up Window Have 5 Options .Details Are Below-
>Upload: You Can Upload Video From Your Computer
>From Youtube :You Can Use Video From Youtube. So You Need To Seach Video Or can Directly Use URL Of Video.
>My Youtube Vidoes :You Can Use Your Own Youtube Videos From Your Youtube Vidoes.
>From Your Phone:If Your Have Google+,Android Or iphone, Then You Can Upload Video To Your Blogger Blog
>From Your Webcam: You Can Now Use Video From Your Webcam To Blogger Blog.

If you will not follow the above Steps, your video will not work.

Blogger Video Not Working

Read More