Posts

Showing posts with the label TRIK BLOG

Top 10 SEO Phrases Explained

what does search engine optimization means? Translated, search engine optimization means Search Engine Optimisation. All people who has a site want's a whole lot of site visitors on it. And the easiest way to get good focused traffic is from Search Engines like Google, yahoo or Msn. However On your website to get the good visitors that you have always dreamed it should rank properly in search engines. And that is where web optimization comes up. search engine optimisation means optimizing your web site in any legit technique to have excessive rankings in crucial search engines. I'll try to provide you with a prime 10 checklist with an important terms meet in the website positioning business. 1. Anchor Text. The anchor textual content is essential in SEO. It means the precise textual content for a hyperlink. Try to use as anchor text your most targeted keywords. 2. Ethical SEO. You may think about Ethical SEO as the other to Unethical SEO. It's SEO made with out using ...

How To Add Social Horny Bookmarks v2 to Blogger

Image
This is the second model of "How To Add Sexy Social Bookmark to Blogger".The creator of Attractive Social Bookmarks is http://www.cssreflex.com/ .For second version of horny social bookmarks, you need to use jquery.I hosted horny bookmarks photos(2 pictures) in google code or other hosting service.Don't try to host photos in blogger.If you accomplish that this sexy bookmark widget is not going to work correctly.Under I clarify how you can add this horny bookmarks v2 on your blogspot blog.If you like so as to add it to your blog then comply with the steps given below. 1.Log in to your dashboard--> format- -> Edit HTML 2.Click on "Expand Widget Templates" 3.Scroll right down to where you see </head> tag. 4.Now add below code before </head> tag. var sexyBookmarkCount=jQuery(&#39;.sexy-bookmarks:first ul.socials li&#39;).length; var numPerRow=Math.floor(sexyFullWidth/sexyBookmarkWidth); var sexyRowWidth=Math.min(numPerRow, sexyB...

How To Show Post Title Only on HomePage in Blogger

Image
Do you like to show only your blogger post title on your home page?Then follow the steps below: 1.Login to your blogger dashboard--> layout- -> Edit HTML 2.Scroll down to where you see </head> tag . 3.Copy below code and paste it just before the </head> tag . <style type='text/css'> <b:if cond='data:blog.pageType != "item"'></b:if> .post { margin:.5em 0 1.5em; border-bottom:0px dotted $bordercolor; padding-bottom:1.0em; height: 50 px; } .post h3 { margin:.25em 0 0; padding:0 0 4px; font-size:20px; font-family:Tahoma,Georgia,Century gothic,Arial,sans-serif; font-weight:normal; line-height:1.4em; color: #cc6600 ; } .post h3 a, .post h3 a:visited, .post h3 strong { display:block; text-decoration:none; color: #cc6600 ; font-weight:normal; } .post h3 strong, .post h3 a:hover {color: #333333 ;} .post-body {display:none;} .post-footer {display:none;} .comment-link {display:none;} .post img {display:none;} .post bl...

How To Compatible Blogger Blog With Mobile Phones

If you are using a Blogger Layout Template,this tutorial will helpful for you.But if your template is a blogger template,created by using Blogger Template Designer, usually this feature has already added to your template.This will really helpful to increase the number of mobile visitors of your blog. Now follow the simple steps given below to ready your blogger blog for mobile phones. 1.Login to your blogger Dashboard--> Design- -> Edit HTML 2.Scroll down to where you see below code: <b:include data='blog' name='all-head-content'/> 3.Now copy below code and paste it just before the above line. <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/> <b:if cond='data:blog.isMobile'> <meta content='width=device-width,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/> <b:else/> <meta content='width=1100' name='viewport'/> </b:if> 4.Now save your...

How To Add Perfect Share Box to Blogger

Image
In this tutorial, I am going to show how to add a useful share box for your blogger blog. This share box contains official Tweet button with counter, official Facebook share button with counter, official Google Buzz button with counter, official Stumbleupon button with counter, BlogThis! link, Email This! link, Print This! link, Comments count link and Facebook like button. I have configure all this button for Blogger blogs, so you can add this share box quickly to your blog. Now follow the steps given below to add this share box for your blog. 1.Login to your blogger Dashboard and go to --> Design- -> Edit HTML 2.Click on " Expand Widget Templates " 3.Scroll down to where you see below code: <div class='post-header-line-1'/> 4.Now Copy Share Box code given below and paste it just below the above code. NOTE: If you can't find <div class='post-header-line-1'/> in your template, paste your "Twitter tweet button...

Advanced Top Commentators Widget to Blogger

Image
This widget will decide the top commentators from the latest 5000 comments to your blog.But your blog hasn't such as more comments you can add that Top Commentators Widget instead of this one.It will decide the top commentators from the latest 500 comments . However your blog have more than 500 comments add this widget: 1.Log in to your dashboard--> layout- ->Page Elements 2.Click on 'Add a Gadget' on the sidebar. 3.Select 'HTML/Javascript' and add the code given below and click save. <script type="text/javascript"> function pipeCallback(obj) { document.write('<ol>'); var i; for (i = 0; i < obj.count ; i++) { var href = "'" + obj.value.items[i].link + "'"; if(obj.value.items[i].link == "") var item ="<li>" + obj.value.items[i].title + "</li>"; else var item = "<li>" + "<a href=" + href + ">" + obj.value....