Showing posts with label Blogging Tips. Show all posts
Showing posts with label Blogging Tips. Show all posts

Tuesday, 16 August 2011

Way To Keep Your Visitors Stay Still On Blog

For most of us our blog is the precious stone.Whether you’re looking to increase your readers loyalty, improve your website’s accessibility and friendliness, or build a community these tips will help you achieve your goals.


1. Simplify your websites navigation - You should focus on the most important elements of your website and display those in your navigation and eliminate the rest.
It can be very confusing and annoying to make visitors click on everything.
Your navigation should give them clear direction to what your site is about and how to navigate it.

2. Choose an engaging color scheme – Your website should have two or three primary colors that stand out.
You want to break your content apart and allow your audience to see your website as different sections of content
Don’t overdo it though. Too many colors can turn visitors away as quickly as it can entice them stay.

3. Use images to break up the content and add personality – Images have a way of speaking to people the way that words never can.
Use images to convey emotion and draw your audience in.

4. Make your websites header (logo) and tagline stand out – It’s one of the first things a visitor sees on your site and can make your site look either professional or glued and pasted together.
Your headline and tagline should be clean and clearly display what your website is about.

5. Add more calls to action – A call to action is simple and often only a sentence long.
Ask people to comment, twitter your post or take some other action.
Whatever you decide to do get them in the habit of taking action.
In fact don’t forget to comment at the end of this post

6. Create strong, emotional headlines – Other than your posts picture your headline is immensely important.
If your posts title doesn’t get any attention readers aren’t likely to click on your little read more icon.
In fact they will probably ignore your post all together.

7 . Simplify your readability – While your content may make perfect sense to you it doesn’t mean your reader gets it.
Most readers want the information they are looking for to be easy to read, highly memorable, and easily accessible.

8. Offer more at the end of your post – Your post was absolutely amazing, now what?
Did you add a related posts section, a call to action or a request to comment?
If you want people to stay engaged give them more of what they want, or they’ll find it somewhere else.

9. Use sub headlines to break up your content – Most readers like to skim content. I know I do, and I bet you’ve done it too.
If your writing a long post or speaking on multiple topics break your content up with bold, larger, or different color sub headlines.
You’ll please the skimmers and the loyal audience, and most likely get more return traffic.

10. Change your content or change your audience - Your content may be great, monumental even, but if your audience isn’t reading it then you may need to change your audience or change your content.
If they’ve already heard your content a million times over by everyone else, then you need to teach it to an audience that hasn’t heard it as much and wants to learn it.
Or create fresh and new content for your existing audience.


11. Create a monthly post questionnaire – You know it all don’t you?  Writing a post every month or so and asking your audience what’s most important to them will do wonders for your blog or business.
It’s about as direct as you can get.
Ask them to comment about what’s on their minds, what they need the most help with, and what they think you can do better.
It will help you uncover topics, and idea’s you’ve never thought of “guaranteed!”

12. Build relationships with peers – We all love the A list bloggers, but building relationships with those that are at the same level as us is a great way to gain additional insights, followers, and contributors.
It helps you expand your reach, get your name into the blogosphere, and become known.
One of the best things about sharing idea’s with those in your niche is the motivation that you get.
It helps you reshape your thinking and build new principles to help you reach success.


About the Author: Patrick Molone is the author of Fromdreamstolifestyle.com and teaches the importance of starting an online business to help you achieve the lifestyle you desire. If you’d like more idea’s on building your brand than check out his post on 35 questions to help you build your business and your brand.
Read More

Friday, 12 August 2011

Add Cool Email Subscription Form To Your Blog



As a Blogger it is necessary to provide valuable information and also keep connected with your existing visitors for your blog.When an Email Subscription Form is available, the visitors will get latest updates every time you post new issues in your blog.By this they will get connected.

Lets Start on Adding the  Email Subscription Form.

Login To Blogger Go To > Design > Page Elements.

Simply add a Gadget of HTML/JavaScript type.

add this code in to it:


<style>
.rt-email{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1eJAWz4F24P1NOk1LTCvcd3AqGFt7LugoYP6sWwJsYVKGEuY6C9Ah-F697hogItyFUUa8c0W8Uiw9Ax-G1lhu9JEj8jQ-8TvU-Izsj80mX1-tjxU01xFZiDZSEHLSrFXw9ASBSvd77L0/s1600/mail.png) no-repeat 0px 12px ;
width:300px;
padding:10px 0 0 55px;
float:left;
font-size:1.4em;
font-weight:bold;
margin:0 0 10px 0;
color:#686B6C;
}
.rt-emailsubmit{
background:#9B9895;
cursor:pointer;
color:#fff;
border:none;
padding:3px;
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
font:12px sans-serif;
}
.rt-emailsubmit:hover{
background:#E98313;
}
.textarea{
padding:2px;
margin:6px 2px 6px 2px;
background:#f9f9f9;
border:1px solid #ccc;
resize:none;
box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;
width:170px;
color:#666;}
</style>
<div class="rt-email">
Subscribe via Email <form action="http://feedburner.google.com/fb/a/mailverify" id="feedform" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=maximusdot', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input gtbfieldid="3" class="textarea" name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter email address here&quot;;}" onfocus="if (this.value == &quot;Enter email address here&quot;) {this.value = &quot;&quot;;}" value="Enter email address here" type="text" />
<input type="hidden" value="maximusdot" name="uri"/><input type="hidden" name="loc" value="en_US"/>
<input class="rt-emailsubmit" value="Submit" type="submit" />
</form>
</div>


Now replace http://feedburner.google.com/fb/a/mailverify?uri=maximusdot with your Feedburner Email Feed link. You can get it by visiting your feedburner account then navigate to Publicize and then to Email Subscriptions.

Replace maximusdot with your feed title. It appear at the end of your feed link. In my case it is http://feedburner.google.com/fb/a/mailverify?uri=maximusdot

Save your widget and check your blog.






Read More

Animated Flying Twitter Bird Gadget for Blogger


Twitter bird flying animated effect by Javascript Hack and when you scroll the page Up or Down, twitter bird will come in front of your page. The bird found itself as the "follow me" link on the Twitter account. If you move the mouse pointer over the bird, a "follow me" button and a "tweet this" button displayed.

Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Then, find (CTRL+F) this code in the template. 

</body>

And just before it, paste this code:

<!-- Twitter Bird Widget for Blogger by Royaltutor.net -->
<script type="text/javascript" src="http://yourjavascript.com/10116102250/royaltutor.net-twitterbird.js">
</script>
<script type="text/javascript">
var twitterAccount = "RoyalTutor";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
<span style="font-size:11px;position:absolute;"><a title='Blogger Widget by Royaltutor.net' href="http://www.royaltutor.net" target='_blank'>Blogger Widgets</a></span>
<!-- Twitter Bird Widget for Blogger by Royaltutor.net --> 



Replace RoyalTutor with your Twitter Account User Name.

Now click Save Template.
Read More

Name for Your Blog (Essential)




1) It must describe your blog: it is probable that lots of people will see a link to your blog before having the chance to actually read it (in search engines, for instance). Guess what, if just by looking at the name they can figure what the blog is about they will be more likely to visit it.

2) It must be easy to remember: suppose your blog talks about cycling, fitness and health advice in general. Naming it “The Cycling, Fitness and General Health Advice Blog” would offer quite an exhaustive description of the blog, but would it also be easy to remember? Stick with simple names.

3) It must be equal to the domain name: this rule is often ignored by people, probably because finding a suitable domain that has not been registered yet is a difficult task. Still if your domain name does not match the blog name you will probably lose some readers along the way. When people visit your blog through a link they will just read the name of the blog. Should they decide to revisit the site a couple of days later they will just type that name followed by a dot com. If they do not find your blog once they hit enter they will just go somewhere else.
Read More

Friday, 15 July 2011

Basic Settings for Blogspot

New to Blogger? After creating your blog don't just start blogging because you need to know and configure some settings for your newly created blog on Blogger Platform. From your blogspot dashboard, click “Settings” which will lead you to do some basic settings and tweak your blog.

Under the Settings tab, the first thing you need to do is a basic setup for your blog. So let’s discuss the options.


Blog Tools: Here you can Import your blog, Export to another blog and Delete your blogger blog. It comes handy because you can backup your blog by clicking the “Import blog button”.


Title: Give a title for your blog. It will be better if you choose a title that matches your blog’s niche.


Description (Optional): Don’t forget to give a nice and brief description with some keywords in it. But I prefer to leave it blank as you may don't want to have same description for the posts that you write for SEO reason.


Add your blog to our listing: This will add your blog to Google's blog list. You will also find a navbar on top of your blog which enables you to search and go to next or previous blog that are listed and linked with Blogger.com. If you want others to come to your blog through these options, you may select “Yes” otherwise “No”.


Let search engines find your blog: If you want your blogspot blog to be found by the search engines then select “Yes” otherwise “No” if you want to blog privately.

Now comes to Global Settings that will be applied to all of your blogs.


Select post editor: There you will find “Updated editor”, “Old editor” and “Hide compose mode” which will not contain WYSIWYG editor. You may like to select the updated editor because it’s easy to write and format your posts accordingly.


Enable transliteration: If enabled, it will let you add a toolbar to the editor to convert English language to users selected language.

At last, save your basic settings for your blog.
Read More

Add your Own Contact Form to Blogger

Blogger don't give any contact forms for their blogs, so we need to create it and add it ourselves. You can create contact form through Google docs or the simple way is to get it easily from another source.

There are many contact form providers but I will go with Kontactr because it's easy. Register with them and they will give you the code.
Here you can find three types of codes.

Ajax Embed Widget Contact Form for Blogger

The first option you will have is the Ajax embed form. Simply copy the code and add it where you want to have your form to be seen. You can also customize the look of it according to your styles by clicking the "Customize" button:

Button Code

It is a text link or a button. When the link is clicked it will direct the user to your contact page which is provided by Kontactr. This can be useful when any person wants to contact you and his browser does not supports JavaScript or you want to use it in any other website, forums, etc.

HTML Embed Contact Form

This is best to use for your blog as it uses no JavaScript. It's based on HTML codes using table form, and can be seen in any Lynx based browsers.

Adding Contact Form to Blogger

Choose any one of the above told ways and after selecting and customizing the type of form you want, copy any one of the code that they will provide to your clipboard.
Now, to add the contact form, create a new post, write ‘when, why, how, etc.’ to contact you, paste the any one of the codes mentioned above and publish it. You will have your own contact form for blogger.
Read More

Add Google +1 Button For Blogger (Importance)




HOW TO ADD GOOGLE +1 BUTTON FOR BLOGGER???
As per Google, the +1 button is defined as shorthand for "this is pretty cool" or "you should check this out". What should I do to get this button installed on my blog? Just follow these instructions to get the button working on your blog.
 
1. Navigate to "Design>>Edit HTML" and make a backup of your template by clicking on the "Download full template" link at the top of the page. Once the back up is over, search for the following piece of code.
       </body>
 
2. Place the following piece of code just above the line mentioned in step 1.
       <script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
 
3. Next, you may place the following piece of code anywhere in between your body tags where you want the button to appear. It is better you place it below your posts. So, search for the following tag.
       <div class='post-footer-line post-footer-line-1'/>
 
4. Place any one among the following pieces of code just below the line mentioned in step three as per your size requirement.

    For a SMALLER VERSION (15px)
<g:plusone size="small"></g:plusone>
    For a MEDIUM SIZED VERSION (20px)
<g:plusone size="medium"></g:plusone>
    For a LARGER VERSION (60px)
<g:plusone size="tall"></g:plusone>
    For the STANDARD VERSION (24px)
<g:plusone></g:plusone>
 
WHY GOOGLE +1 BUTTON???
  • Google clearly stated that the +1 button provides a stamp of approval meaning to say that your content is worth reading. More over, it states that it improves your search results. 
  • We blogspot users have the slightest advantage of better ranking on Google than our competitors like wordpress.com (not .org), joomla,etc... With the +1 button installed, it pushes your blog ranking further to the top.
  • When a particular user searches for some content on Google with his/her account signed in, the search results will be annotated with the names of their connections who have +1'd the page. This simply means that the recommendations from their social connections appear beneath the search results. 
  • More over, the +1's are public by default so any user who has signed in will be able to see the recommendations. How ever, you may choose whether or not, to have them displayed on your public profile.
  • The +1 Button is not the same as Google Buzz, though they share a lot of similarities. They both appear on your Google Profile under different tabs, but +1's don't allow for comments whereas Google Buzz does.
 
Read More

Trick To Increase Your Blog Subscribers

his post basically illustrates on increasing the Feedburner subscriber's count to your blog with the help of a simple script - Alert box. You might have seen few websites like sitesketch101.com or famousbloggers.net that loads a popup box from PopUp Domination 2.0 displaying a form to subscribe to their newsletter/blog.

PopUp Domination 2.0 is a plugin that lets you build your email list to a whooping level that you never imagined to happen in a week. It's easy to build attractive forms using PopUp Domination 2.0.

1. Hit the following link - PopUp Domination 2.0.
2. Once the page is opened in a new tab. Try closing the tab. 
3. You will see a Popup that offers a $10.00 discount. Hit the cancel tab and purchase the plugin now for $37.00.

So, no half measures, just hit the link and try it yourself - PopUp Domination 2.0.
 
Alternative to Blogspot Users
 
The first one being the inability to modify the box that pops up. Secondly, the alert box might disturb the user who visits your blog because of its ugly look. If you can bear the above two disadvantages, then proceed with the tutorial below to achieve the ultimate aim - navigate the readers to your blog's subscription page. One big advantage in using this alert box is that it loads much faster than any of the above mentioned plugins because it does not involve any external JavaScript - uses only one script defined internally. So, lets get started with this tutorial on alert box.
 
1. Navigate to "Design>>Edit HTML" and make a backup of your template by clicking on the "Download full template" link at the top of the page. Once the backup is over, search for the following piece of code.
   </body>
 
2. Place the following piece of code with just above the code mentioned in step 1.
 
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<script type='text/javascript'>
var t=setTimeout("alertMsg()",5000);
function alertMsg()
{
var stay=confirm("Can we navigate you to our blog subscription page?")
if (stay)
window.location="http://feeds.feedburner.com/EverythingAboutBlogging"
}
</script>
</b:if>
 
3. The timer which I have set on the coding is highlighted in green. This parameter depicts the time after which the alert box should load. For example, if you set the parameter to 6000 instead of 5000, then the box will appear after 6 seconds. Note: 1000 milliseconds make one second. 
 
4. The text which I used in my coding is highlighted in blue. You may change it as per your wish. Moreover, the code I mentioned will load the alert box only on homepage. If you wish to have it on all pages, then remove the first and last line in the coding mentioned at step 2.
 
5. Replace the link highlighted in orange with your feed link - obtained from Feedburner. 
 
6. That's it. Save your template.
 
Read More

ShareThis

Blogger Widgets back to top