Showing posts with label Social Bookmark. Show all posts
Showing posts with label Social Bookmark. Show all posts

Friday, October 16, 2009

21 SEOs you must follow on Twitter

Prism Google Corner 21 SEOs you must follow on Twitter


Search Engine Optimization (SEO) is one of the best way to get search engine ranking in short span of time. SEOs plays a vital role in a team. From last 5-6 years SEOs demand graph has increased across the world.

In this post I am sharing a list of some well known SEOs that you must have to follow on Twitter. These following list includes Matt Cutts, Mani Karthik, Rand Fishkin, Daron Babin, Andy Beal, Toad Malicoat etc.

Monday, October 5, 2009

Fav icon for Blog

To add the favorite icon to your blog title bar:

In one of my previous posts I talked about a Wordpress plug-in that allows the non technical people to add a favicon to their Wordpress blogs. Today I will show how to add a favicon to a blogspot blog without using any plug-in. Please keep in mind if you are tech savvy you can add a favicon to your Wordpress blog without and additional plug-in as well.To add a favicon you need to have a favicon and there are plenty of ways to create a favicon.If you are planning on using Photoshop then you need to download this plug-in.

If thats not possible there are plenty of sites out there that generates a favicon for you when you upload an image.Do a Google Search for "free favicon Generator" and plenty of sites would come up.I personally used genfavicon to create favicons because after uploading the image they let you select a portion of the image you want as the favicon. Set the size ( 16 x 16 ) capture and preview and you get a link to download the favicon.ico file. The whole process want take you five minutes.

Since you cant upload .ico files to blogger you need to find some free image hosting service to use and of course that service should let you upload .ico files.Since your using a service by Google I suggest you use Google page creator which lets you upload .ico files.Then get the link to the favicon file.

If thats a bit complicated for you go to http://www.iconj.com/generator.php where it creates a favicon for you and gives the facility to host if for free too.And it generates the url to be added in your header so I think this is the most easiest method for non tech bloggers.Thanks to Military Wife for sharing this info.

Update - I'm getting comments saying that iconj doesn't work anymore. So the best option is to create the favicon using genfavicon and upload it to a free image hosting site. I recommend ImageBoo , you don't have to register and you can upload ico files. After uploading the file select the direct link given at the very bottom. It should look like "imageboo. com/files/1zh7vnfh8qwhu9f1dinu.ico " , add that as the "your url" given in the below instructions.

Now go to your blog and click customize.Then click the Edit HTML tab and search for "title" , this should be inside the header tags.You should find something like mentioned below.



<title><data:blog.pagetitle/></title>




Just after that line add the following line and enjoy the nice icon showing up before your url.

<link href="your%20url" rel="shortcut icon" type="image/x-icon"/>

Take your blog to the next level , Learn from ProBlogger Darren Rowse all the secrets you need to make six figures from your blog.ProBlogger: Secrets for Blogging Your Way to a Six-Figure Income

There are some basic mistakes made by blogger , especially new bloggers that can reduce there traffic , networking and money making opportunities. Check whether you have made these blog design mistakes and correct them as soon as possible.

Thursday, October 1, 2009

Add Social Bookmark Widget/Links to Blogger

Add Social Bookmark Widget/Links to Blogger

Tips to how to add the following links to each blog post:

Add Social Bookmark Widget/Links to Blogger


Social Bookmark Links are widely used by bloggers to help their readers share the useful contents to the world! Digg, Technorati, Delicious, Stumble Upon, Facebook etc are widely used onlinesocial bookmarking and sharing communities.

This post explains how to add Social Bookmark Links below post body(content) in Blogger(blogspot) blogs. It's very simple, just do the following steps:

Note:Please Note: Before Editing your Template, Save a copy of your current template by clicking 'Download Full Template' in 'Edit HTML' page of the Blogger 'Layout' Window and 'Preview' the changes before Saving

Steps:

1 Go to Blogger Dashboard - click Edit Layout - then click Edit HTML

2 Select Expand Widget Templates as shown in the image below:

3 Then Search(Ctrl+F) the code given below in your template:
<br /><data:post.body/></p>
4 paste the below code after above searched lines:


<!-- Start of social bookmarks -->
<b><i>Share this:</i>
|<a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'>Digg</a> |
<a expr:href='&quot;http://twitthis.com/twit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'>Twitter</a> |
<a expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url' target='_blank'>Technorati</a> |
<a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'>Del.icio.us</a> |
<a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'>StumbleUpon</a> |
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'>Facebook</a> |
</b>
<!-- End of social bookmarks -->