Disclaimer: The tutorials in our blog are solely for educational purposes. They do not substitute professional advice or services.
Please wait 0 seconds...
Scroll Down and click on PLAY ONLINE for destination
Congrats! Video is Generated

How to Set Up a Guest Posting Page in Blogger

How to setup Guest Post Option in Blogger Website. How to enable Guest Posting in Blogger Website. What is Guest Post and Why it is important?
How to Set Up a Guest Posting Page in Blogger

What is Guest Post:

These days, "guest post" is a common word or topic.

Guest post means that if you post the content written by you on a big website, then it is called a guest post, Nowadays, there are a lot of websites that accept guest posts. Big websites, as you may know, might pay up to Rs 1 lakh for one piece of content written for your blog. Thus, this guest blogging was made with that in mind.

In order for it to be advantageous to both the website owner and the content writer. In other words ( dependent on each other).

Benefits of Guest Posting:

The following three main benefits of guest posting:

BACKLINKS

  • If you write content for a good website, you get high-quality backlinks in return.

EAT SCORE

  • You can increase your EAT score through Guest Post.
  • You must have seen that By Author is written at the bottom of every post, so in this way,, you can make your mark.

EXTRA TRAFFIC

  • You can get organic traffic from whatever website you are posting on.
  • Do guest posting on high website for good traffic.

Guest Posting: FOR RELATIONSHIP:

Posting on a good website not only builds relationships with the website owner but also gives you a chance to develop good relationships with other webmasters in the industry.

And if you want to build high-quality backlinks or go beyond the normal website, then you have to build a good connection.

Which Website Should I do Guest Posting on?

When you do a guest post on any website, then your target should be to help the audience of that website and not your audience.

Apart from this, the website on which you are guest posting should have good traffic so that you can also benefit.


How to Make Money from Guest Post:

The two biggest ways to earn money from guest posting are:

GUEST POSTING

  • You can help the audience of any website through your article.

GUEST POST-MARKETING

  • You can write about the product of any big company or website and promote it through a guest posts on other websites.

How to Use Guest Posting in Blogger:

We have given some scripts below, you just have to copy-paste them, and you are done.

First You Need to Create a Page 

1) Go to Blogger Dashboard  and select Page > New page

2) Click Html button on the left side corner.

3) You can give a name to your guest post page.! in my case  "Guest Post" is my page name.

4) Past Below Code into HTML  page like the above image.


<script src="https://dl.dropboxusercontent.com/s/htbxax1y39i5oak/guests.js" type="text/javascript"></script>  
 Send your Article to Us  we will Publish your article !!  
 <script type="text/javascript">  
    bkLib.onDomLoaded(function() {  
      var myNicEditor = new nicEditor();  
      myNicEditor.setPanel('myNicPanel');  
      myNicEditor.addInstance('wysiwyg');  
    });  
 </script>  
 <div class="form-style-6">  
 <form action="//formspree.io/conount@gmail.com" id="contactform" method="POST">  
 <input name="name" type="text" />  
 <input name="_replyto" required="" type="email" />  
 <textarea name="Details" required="" rows="6" style="width: 50%;"></textarea>  
 <input name="Post_title" placeholder="Post Title (Required)" style="width: 85%;" type="text" />  
 <h3>  
 Write Post below</h3>  
 <div id="myNicPanel" style="width: 90%;">  
 </div>  
 <textarea id="wysiwyg" name="message" rows="20" style="background: white; overflow: scroll; width: 90%;"></textarea>  
 <input name="tags" placeholder="Enter your tags/label/category (optional)" style="width: 85%;" type="text" />  
 <input name="_gotcha" style="display: none;" type="text" />  
 <input name="_next" type="hidden" value="https://conount.blogspot.com/p/thank-you.html" />  
 <input type="submit" value="Post it for review" />  
 </form>  
 <b>  
 </b> <b>Please, Don't post Spam!, Spams are excluded Automatically.</b></div>  
 <h2>  
 Guidelines for guest posting </h2>  
 <ol>  
 <li>450 words Minimum</li>  
 <li>We Publish  Unique Articles  Only</li>  
 </ol>
 <script>  
   var contactform = document.getElementById('contactform');  
   contactform.setAttribute('action', '//formspree.io/yourmail@gmail.com');  
 </script>
 

Now replace yourmail@gmail.com with your Gmail

5) Now press the Publish Button

6) Goto theme > edit Html >find this code ]]></b:skin> 

7) Past the Below code above the  ]]></b:skin>  


.form-style-6{  
   font:initial;  
   margin:10px auto;  
   padding:16px;  
   background:#ffffff;  
 }  
 .form-style-6 input[type="text"],  
 .form-style-6 input[type="date"],  
 .form-style-6 input[type="datetime"],  
 .form-style-6 input[type="email"],  
 .form-style-6 input[type="number"],  
 .form-style-6 input[type="search"],  
 .form-style-6 input[type="time"],  
 .form-style-6 input[type="url"],  
 .form-style-6 textarea,  
 .form-style-6 select  
 {  
   -webkit-transition:all 0.30s ease-in-out;  
   -moz-transition:all 0.30s ease-in-out;  
   -ms-transition:all 0.30s ease-in-out;  
   -o-transition:all 0.30s ease-in-out;  
   outline: none;  
   box-sizing:border-box;  
   -webkit-box-sizing:border-box;  
   -moz-box-sizing:border-box;  
   background:#fff;  
   margin-bottom:4%;  
   border:1px solid #ccc;  
   padding:3%;  
   color:#555;  
   font:initial;  
 }  
 .form-style-6 input[type="text"]:focus,  
 .form-style-6 input[type="date"]:focus,  
 .form-style-6 input[type="datetime"]:focus,  
 .form-style-6 input[type="email"]:focus,  
 .form-style-6 input[type="number"]:focus,  
 .form-style-6 input[type="search"]:focus,  
 .form-style-6 input[type="time"]:focus,  
 .form-style-6 input[type="url"]:focus,  
 .form-style-6 textarea:focus,  
 .form-style-6 select:focus  
 {  
   box-shadow: 0 0 5px #ff9900;  
   padding:3%;  
   border:1px solid #ff9900;  
 }  
 .form-style-6 input[type="submit"],  
 .form-style-6 input[type="button"]{  
   box-sizing:border-box;  
   -webkit-box-sizing: border-box;  
   -moz-box-sizing:border-box;  
   padding:3%;  
   background:#ff9900;  
   border-bottom:2px solid #ff9900;  
   border-top-style: none;  
   border-right-style: none;  
   border-left-style: none;    
   color:#fff;  
 }  
 .form-style-6 input[type="submit"]:hover,  
 .form-style-6 input[type="button"]:hover{  
   background:#696d6c;  
  .form-style-6{  
   font:initial;  
   margin:10px auto;  
   padding:16px;  
   background:#ffffff;  
 }  
 .form-style-6 input[type="text"],  
 .form-style-6 input[type="date"],  
 .form-style-6 input[type="datetime"],  
 .form-style-6 input[type="email"],  
 .form-style-6 input[type="number"],  
 .form-style-6 input[type="search"],  
 .form-style-6 input[type="time"],  
 .form-style-6 input[type="url"],  
 .form-style-6 textarea,  
 .form-style-6 select  
 {  
   -webkit-transition:all 0.30s ease-in-out;  
   -moz-transition:all 0.30s ease-in-out;  
   -ms-transition:all 0.30s ease-in-out;  
   -o-transition:all 0.30s ease-in-out;  
   outline: none;  
   box-sizing:border-box;  
   -webkit-box-sizing:border-box;  
   -moz-box-sizing:border-box;  
   background:#fff;  
   margin-bottom:4%;  
   border:1px solid #ccc;  
   padding:3%;  
   color:#555;  
   font:initial;  
 }  
 .form-style-6 input[type="text"]:focus,  
 .form-style-6 input[type="date"]:focus,  
 .form-style-6 input[type="datetime"]:focus,  
 .form-style-6 input[type="email"]:focus,  
 .form-style-6 input[type="number"]:focus,  
 .form-style-6 input[type="search"]:focus,  
 .form-style-6 input[type="time"]:focus,  
 .form-style-6 input[type="url"]:focus,  
 .form-style-6 textarea:focus,  
 .form-style-6 select:focus  
 {  
   box-shadow: 0 0 5px #ff9900;  
   padding:3%;  
   border:1px solid #ff9900;  
 }  
 .form-style-6 input[type="submit"],  
 .form-style-6 input[type="button"]{  
   box-sizing:border-box;  
   -webkit-box-sizing: border-box;  
   -moz-box-sizing:border-box;  
   padding:3%;  
   background:#ff9900;  
   border-bottom:2px solid #ff9900;  
   border-top-style: none;  
   border-right-style: none;  
   border-left-style: none;    
   color:#fff;  
 }  
 .form-style-6 input[type="submit"]:hover,  
 .form-style-6 input[type="button"]:hover{  
   background:#696d6c;
}

Click Save Button ,That's All After complete this you can check your guest page.

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.