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

Friday, May 11, 2012

Some Important Things Every Blogger Need To Learn

To be a professional blogger isn’t as simple as waking up one morning and stating, “I am a blogger, look out world!” Like any other discipline, being a successful blogger means that you have to take the job seriously. That means working with dedication, planning and forethought. Here are ten things that every new blogger must know:
  • Don’t check web traffic obsessively if there isn't high traffic, don’t quit.
  • When you are beginning a new blog, there is always something to do: Write an article, add a WordPress feature, or add a new blogger template, implement techniques to get more subscribers. Always. There’s always something.
  • You put your audience first and you spend more time listening than talking. Don’t get stuck with someone else’s belief about word count, frequency of posts, and editorial calendars. Work your blog based on what feels right for you and your readers.
  • A lot of people look at big blogs and think they’re the holy grail. If only you had 100 subscribers. Then, once that threshold’s been crossed, if only you had 1000. Then 10000. Note that Small is beautiful.
  • One way you can start to attract a lot more participants to your community is to put yourself out there. Be authentic. Be transparent. Put plenty of you into your work. You have to put enough of yourself into your project so people can feel a connection with a real human being.
  • The secret to blogging lies in the writing. Be conversational, say exactly what you need to say, and be done. It may be 50 words or 500. No one will care if you write in a compelling and helpful style.
  • Invite your audience to get involved by asking for their feedback, experience, or opinion. Be sure to check your comments daily and respond to everyone. After all, no one likes to be ignored. Blogs are interactive, not static. Invite the dialogue.
  • Interesting visuals, pictures, and video snippets all add to the reader’s experience.
Source: google.com

How To Add Google +1 Button Into BlogSpot Blog ?

Like Facebook, Twitter Sharing button where user can share the content which he/she likes on facebook or Twitter respectively, Now Google has also released an similar button which is Known as Google +1.

When a User Hits Google +1 Button, this will help his/her contacts or others on web to find the best result when they search on Google.

Now if you want to Add the Google +1 Button to your Blogger (Blogspot) Blog then follow the procedure given below:
  • Login into your Blog.
  • Go to Blogger Dashboard > Design > Edit Html.
  • Now Click on “Expand Widget Template”.
  • Search for </head> and just above it add the following code.

  • Now Search for <data:post.body/> and Immediately above or Below (Depends on where you want to Display the Google +1 Button) this add the following Code.


Now you can configure the Button Settings in the above code, Like what size Button you need on your Blog and their are four Sizes you can Choose from “small”, “standard”, “medium” or “tall” and also the location of the button in your blog and whether you want it to be displayed in left or right side you can change that in the above code.

Source: blogisblogging.com

How To Add Google +1(plus) favicon that is shown in address bar?

This quick and easy tutorial will explain how to add Google +1 favicon in address bar.
First of all, Make your favicon of Google +1 and Upload your favicon to the web.

Go to blogger Dashboard > Design > Edit Html

Now, Find this code:

Add this code before the code above

(Replace URL OF YOUR FAVICON FILE with url of your icon)

Again, find this code:

Add this code before the code above

Save template and you get your favicon on the address bar.

How To Add Google +1(plus) Button in Blogger or Blogspot?

Few days back, Google released its Google +1 (“plus one”) button to compete with Twitter’s Tweet button and Facebook’s Like button. This is a big step towards adding the social aspects to the search results. If you have not incorporate it into your website, do it as soon as possible. Because, This button can generate a potential traffic and exposure to your web site. All your visitor need to have a Google account to use your Google button.

Follow these steps:

Step 1 : First enable share buttons for blogger editing the Blog Posts widget from Page Elements section.


Step 2 : Go to "Edit HTML". Click on "Expand Widget Templates"

Step 3 : Find this and remove it:


Note : If you can not find above code, then skip that step.

Step 4 : Now add below code just above the <head> tag


Step 5 : Scroll down to where you see below code:


Step 6 : Now Copy below "Blogger Sharing buttons" code and paste it just below the above code.

NOTE: If you can't find <div class='post-header-line-1'/> in your template, paste "Blogger Sharing buttons" code just before <data:post.body/> .


This will show blogger sharing buttons below post header in blogger post pages..But if you want to show share buttons below blogger post,then paste your code just after <data:post.body/>.

Also if you want to show share button in every page, then remove the first and last lines form above code.

Step 7 : Now save your template and you are done.