How to find good Keywords

Here my aim is to make you aware of good keywords and teach you how to find good keywords for your website, PPC ad campaigns, article marketing etc..

What are good keywords?

Good keywords are the keywords that are:
  • Related to your website or business
  • Have got a good search volume
  • Less competition
All these factors may or may not come together. When they come together then that keyword is a good keyword and you get ranked for that keyword easily.

Which is the best keyword research tool?

To find good keywords we need to have a best keyword tools. Even though this question is debatable, I personally have an answer. That is Google AdWords Keyword Tool . Some webmasters and SEO professionals says that Google Adwords keyword tool is more optimized for PPC. But in my opinion if you can use it in the way which I use it, then you can find the good keywords. Google keyword tool is free and once you created an account for free, you will get full benefits from them.

Other free keyword tools: keyword discovery tool, wordtracker.
How to use the keyword tool to find the Good keywords

  •  First go to Google AdWords Keyword Tool.
  •  Type your general keyword (Which topic that you need to do keyword research on)
  • then you will get a list of related keywords.
  • Add filters to �monthly keyword search� less than 8000 and more than 1500. Because that keywords will have less competition.
  • Change the option from Broad to Phrase.
  • copy the keyword phrase along with � � and do a Google search for that keyword.
  • A good keyword will have a search results less than 80k and more than 10k

Here is a video showing how to do Good keyword research.


Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

Add Facebook Comments Tab below Blog Posts � Facebook Comments for Blogger


In This Tutorial we will learn how to show both facebook and blogger comments inside tabs that can be easily switched and toggled. The comment count will appear inside the tabs with an icon thus letting the visitor a much clearer option of commenting. The tabs are clickable to behave like buttons.  The tabs act more like two separate pages that let the user decide which commenting system to choose. The tabs are created using normal JavaScript code used for toggle view. Its extremely easy to install if you follow this tutorial carefully. I am sure most of you were waiting for this therefore it would be fun sharing it today.
This is extereme and Mash Widget for your blogger you can use both comment system default and facebook plus you can handle facebook commets because you will use official default freely facebook your own build apps that you can completely access because you will be have api and secret.
This Comments box has a lot of latest features.

  • Comments Counting show
  • Manage Facebook and Blogger Comments
  • Comment as multiple social network
  • Easy Widget and customizable
  • No Premium Script simple and freely
  • Only 5 Mints work no additional and JavaScript coded
facebook comments for blogger very important it�s increase pageviews, and traffic and social rank.

So Lets Start the Tutorial:
Requirements :
Facebook Application api key and secret key
Need to add code into your blog
Step 1 >> You need a Api and secret for handling facebook comments.

So you Got your Api key and secret
Step 2 >>

  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Click the “Expand widget templates” box
  4. Search for <head>
  5. Just below it add the following code,
Before taking any step must Make Backup For Your Blog : How to Make Blogger Backup & Template Backup

<meta expr:content=’data:blog.pageTitle’ property=’og:title’/>
<meta expr:content=’data:blog.url’ property=’og:url’/>
<meta content=’article’ property=’og:type’/>
<meta content=’Blog LOGO Image Link‘ property=’og:image’/> <meta content=’FACEBOOK APP ID‘ property=’fb:app_id’/>

<script src=’http://connect.facebook.net/en_US/all.js#xfbml=1’/>
    <script src=’http://code.jquery.com/jquery-latest.js’/>
    <script type=’text/javascript’>
    function commentToggle(selectTab) {
      $(&quot;.comments-tab&quot;).addClass(&quot;inactive-select-tab&quot;);
      $(selectTab).removeClass(&quot;inactive-select-tab&quot;);
      $(&quot;.comments-page&quot;).hide();
      $(selectTab + &quot;-page&quot;).show();
    }
    </script>

  • Replace Blog LOGO Image Link with the image link of your blog logo. Your logo size should be as small as 30px by 30px in size. If you don’t want a logo to display whenever someone shares your comment on his wall then simply delete the yellow highlighted code.
  • Replace FACEBOOK APP ID  with the numeric facebook app Id that you were asked to note down. You can find your Facebook App ID in settings page of the app you created earlier.

Step 4
Search for <html and replace it with the following code,

<html xmlns:fb=’http://www.facebook.com/2008/fbml’ 

 
Note: Give a space at the end of the above code.

Now search for the ]]> and just above it paste this Css code 

/*— Tabbed Facebook Comments By MyTricksTime.com —-*/
.comments-page {  background-color: #f2f2f2; width:450px;}
    #blogger-comments-page {  padding: 0px 5px;  display: none;}
    .comments-tab { float: left; padding: 5px; margin-right: 3px; cursor: pointer; background-color: #f2f2f2;}
    .comments-tab-icon { height: 14px;  width: auto;  margin-right: 3px;}
    .comments-tab:hover { background-color: #eeeeee;}
    .inactive-select-tab { background-color: #d1d1d1;}

  • To change the background colour of tabs content area simply edit #f2f2f2
  • To change the width of the comment box container change width:450px;
  8.  Next search for this
<div class='comments' id='comments'> 
After the first occurrence of the above available code paste this code: 

<div class=’comments-tab’ id=’fb-comments’ onclick=’javascript:commentToggle(&quot;#fb-comments&quot;);’ title=’Comments made with Facebook’>
<img class=’comments-tab-icon’ src=’http://2.bp.blogspot.com/-rae4j6NaLkY/T1JrjUEIkkI/AAAAAAAAGBc/PzwMIo1g1Is/s400/fbcomment.png’/>
<fb:comments-count expr:href=’data:post.url’/> Comments </div>
<div class=’comments-tab inactive-select-tab’ id=’blogger-comments’ onclick=’javascript:commentToggle(&quot;#blogger-comments&quot;);’ title=’Comments from Blogger’>
<img class=’comments-tab-icon’ src=’http://www.blogger.com/img/icon_logo32.gif’/> <data:post.numComments/> Comments </div><div class=’clear’/>
</div>

    <div class=’comments-page’ id=’fb-comments-page’>
      <b:if cond=’data:blog.pageType == &quot;item&quot;’>
       <div id=’fb-root’/>
       <fb:comments colorscheme=’light’ expr:href=’data:post.canonicalUrl’ expr:title=’data:post.title’ expr:xid=’data:post.id’ width=’450′/> <div style=’color:#fff; background-color:#3B5998;border: solid 1px #ddd; font-size:10px; padding:3px; width:440px;’>Facebook Comments by 
<b><a href=’http://www.mybloggertricks.com/’ style=’text-decoration:underline; color:#fff;’ target=’_blank’ title=’Blogger Widgets’>Blogger Widgets</a></b>
</div>

</b:if>
     </div>

Note: If the above code gave errors then delete the red highlighted lines from the code above.

  • To change the width of the comment box size change the numeric value width=’450′ . Keep it equal to the width of the comment box container we set earlier in step#7.
  • To change the footer credits size (i.e. Facebook Comments by blogger Widgets), change this value width:440px
  • Keep a difference of 10 pixels between the comment box size and footer size. For example if you set comment box-size to width=’450′ then set footer-size to width:440px
  • To change the text inside tabs edit Comments for Facebook Tab   and  Comments for Blogger Tab

      9.   Save your template and you are All Done!
Visit your blog to see it working just fine. 🙂

Note: If you have activated blogger threaded comments then the Tabs will display only when at least one comment is posted in bloggerThat is all every thing is completed now you can refresh your blog :) note if you have custome designed theme before do anything think about it. and make backup.

You can Handle your comments by visiting Facebook/tools/Comments 
Thats it Hope you like it :)

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

How To Create Free Facebook Apps For Website Login Or Blog

Facebook apps are very useful and most uses for different kind of work, like mostly peoples create free Facebook apps for fun and time pass but they make money online with advertising on it. And some peoples create apps for their blogs, and website.
And in this article I will show you a very beginner guide how to create free Facebook apps that can be used for your website login or any website or blog widget.

There is no any difficult step you just need a verified account, verified account means you must have added your mobile number into Facebook account.
It is called verified Facebook user.
Create Free Facebook Apps Now

Step 1 >> Go Here Developers Facebook Page and click on register as developer.

Step 2 >> Agree the terms and conditions for Facebook apps developers. Then choose your roles and categories choose any no matter.

Step 3 >> Once you finished refresh the developers Page, and you will see a button create app press it.

Step 4 >> Now enter your App Details App Name is required field. other are optional. You can also change name in future because there is option in App Setting Page.

  • App Name : Any thing it means what is your Application subject or Name.
  • App Name Space : It means what will be url of your app, like every Facebook has a username, it is also same like that.

fill details and continue.

Once your created your first free application you will be redirect to your app setting page there you can see a App ID and App Secret don�t share it with any one it is unique and uses for implement websites or scripts with Facebook apps.

So Here is now you have to put your domain name in app scroll down page and find for App Domain Box there enter your website domain name without http and www. if subdomain then enter complete subdomain.
More scroll down page and find for website with Facebook Login. enter complete url there.
for more information you can see a snap preview below.

I Hope you may like this if you feel any problem feel free to comment here and discuss what you want to do more with facebook app.
Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

Brand Colors � A Curated Gallery Of Popular Brand Color Codes

Irrespective of the design quality, colors has it�s vital role in every modern day web design. If you take a look at the Microsoft�s tile design � it�s all about colors and icons. Even recently their changed their logo to match the title design. Instead of talking in-depth about colors, I found a nice gallery of popular brand color codes which I thought it�s useful to sharing it here



BrandColors is a gallery of major brand color codes curated by Galen Gidman. It�s truly help us in pick out the best colors in a inspirational way. The colors listed in the gallery belong to major Internet Companies, I hope he adds brand colors of some offline brands too.

If you have any brand colors in mind, you can suggest the colors to Galen by hitting the �Suggest a Color� link at the top.
Bloggermint constantly writes about interested stuff related to web design and development. If you�re a developer and want your stuff to be featured here, then contact us.

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

Three Reminders For Successful Blog Promotion

how to do blog promotion
Add captionThree Reminders For Successful Blog Promotion


Some bloggers start their blog based on the passion of sharing information and their point of view with anyone who cares to read. Other bloggers write purely as a way to supplement their wallets.  With either reason, blogs must be promoted. A great post won�t get very far without a little nudging to ensure eyeballs around the world get an opportunity to read it.

Networking is an often overlooked offline method for blog promotion. Make sure the URL of your blog is included on your next order of 
business card printing.  You never know who you will run into and being able to hand them your business card with your blog information can help spread the word of your blogging endeavors.
Social Media is an obvious must for bloggers.  With the sharp rise and domination of Facebook and Twitter, most bloggers are already utilizing this technique. With the recent launch of Google +, blog owners will want to incorporate this into their marketing as well.  A great viral promotion can increase page views exponentially.
Link Building is also crucial to building up a blog�s readership base. All blog owners must build links on reputable sites within the same niche.  The more quality links a blog owner has pointing to their site, the better off they are. Quality links can be hard to come by, so it�s important to spend a little time on this portion.

Using the right tactics a blog owner can increase the traffic, quality and readership. The end result will be that the blog has more authority in the eyes of both readers and search engines alike.
Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com