Responsive Ad Slot

Latest

latest

Brexit

featured

blog Tips

Blog tips

Computer tips

Computer tips

Tech

Blog tips

Games

games

VIDEO

Blog tips

News By Picture

Blog tips

Boost your blog traffic

No comments
Hi Every New Blogger , 
Today iam going to teach one new important tips for you all who running  blog , I want to introduce you to a wonderful pop up sharing button for a blogger. This social media pop up sharing buttons are Facebook, Google, Twitter ,Myspace Live, Mixx etc with more than 20 sharing buttons.This pop up sharing button will display at the bottom of your blogger homepage. like this

How to Add this Wedge on your blog??
It's very simple to use this just follow me.

  • Login your Blogger account.
  • Select the Layout.
  • Go to Add Gadget.
  • Click On Html/Javascript
  • paste this code given bellow on the html box.

<a href="http://website.informer.com/button/providers/list"><img id="Webinformer_FavoritesButton_Button" src="http://s.web.informer.com/images/b2.gif" alt="Web Informer Button" style="border: 0" /></a>
<script src="http://s.web.informer.com/favorites-button.js?glass," type="text/javascript" charset="UTF-8"></script>

Save it and you are done .

Happy blogging !!!

How To Add Related Post on Blogger

No comments
Related Posts Widget would display links to other posts of the same category/label. It also increases SEO and Page views of your blog. This post will show you how to add related posts widget to your blogger blog.



Here is simple Some step to add Related post below your all blog post


1. Go to yout Blogger Dashboard > Template > Edit HTML
2. Backup your template Before installing
3. check Expand Template
4. Search for  </head> (using ctrl+f)
5. Add the following code just before it:
<!--Related Posts Start--> 
<style> 
#related-posts { 
float : left; 
width:550px; 
margin-top:0px; 
margin-left : 5px; 
font : 11px Verdana; 
padding:5px; 
#related-posts .widget { 
list-style-type : none; 
margin : 5px 0 5px 0; 
padding : 0; 
#related-posts .widget h2, #related-posts h2 { 
color : #940f04; 
font-size : 20px; 
font-weight : normal; 
margin : 5px 7px 0; 
padding : 0 0 5px; 
#related-posts a { 
color : #054474; 
font-size : 12px; 
text-decoration : none; 
#related-posts a:hover { 
color : #0080ff; 
text-decoration : none; 
#related-posts ul { 
list-style:none; padding:0px !important; 
#related-posts ul li { background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO3Gpk5X_tLAp90BP_iiR79lVibiPL4qKTubfHs0yHP7cq7lY4Zg3KXFGXZNjZMPJ5qDucnRDr-g-XeWlYuKZefWJ8q6H7zRC3lP1RXVjwwkCbfkGe1NWgCI6_CUorR2RicUmZF46Pwd4/s400/255.gif) no-repeat scroll 0px 6px; margin: 0.3em 0 !important; padding: 0 0 0.8em 20px; line-height : 2em; border-bottom:1px dotted #cccccc; 
#related-posts ul li:hover{     
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoNJcMdudxOd-C8FB706FwXPebwvB0TBr6RHEml7pD_9wb4oCr9prqBXBJ58eQYOe1NBI4aLHT_cj5cmlnNKOlLYjv9DJvbpM2EpPiBgedrbZkXyDU7ECKgV1AbI-vg6n6ABXNOoKnquw/s400/251.gif) no-repeat scroll 0px 6px !important; 
  
</style> 
<script language='JavaScript'> 
//<![CDATA[ 
var relatedTitles = new Array(); 
var relatedTitlesNum = 0; 
var relatedUrls = new Array(); 
function related_results_labels(json) { 
for (var i = 0; i < json.feed.entry.length; i++) { 
var entry = json.feed.entry[i]; 
relatedTitles[relatedTitlesNum] = entry.title.$t; 
for (var k = 0; k < entry.link.length; k++) { 
if (entry.link[k].rel == 'alternate') { 
relatedUrls[relatedTitlesNum] = entry.link[k].href; 
relatedTitlesNum++; 
break; 
function removeRelatedDuplicates() { 
var tmp = new Array(0); 
var tmp2 = new Array(0); 
for(var i = 0; i < relatedUrls.length; i++) { 
if(!contains(tmp, relatedUrls[i])) { 
tmp.length += 1; 
tmp[tmp.length - 1] = relatedUrls[i]; 
tmp2.length += 1; 
tmp2[tmp2.length - 1] = relatedTitles[i]; 
relatedTitles = tmp2; 
relatedUrls = tmp; 
function contains(a, e) { 
for(var j = 0; j < a.length; j++) if (a[j]==e) return true; 
return false; 
function printRelatedLabels() { 
var r = Math.floor((relatedTitles.length - 1) * Math.random()); 
var i = 0; 
document.write('<ul>'); 
while (i < relatedTitles.length && i < 6) { 
document.write('<li><a href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>'); 
if (r < relatedTitles.length - 1) { 
r++; 
} else { 
r = 0; 
i++; 
document.write('</ul>'); 
document.write('<a rel="dofollow" href="http://makeurbloguniq.blogspot.com/2012/12/add-related-post.html" style="float:right;font-size:10px;">Get This Widgets</a></font>'); 
//]]> 
</script> 
<!--Related Posts Stop-->

6.Now search for <data:post.body/>
7. Paste the following code just before it.

<b:if cond='data:blog.pageType == &quot;item&quot;'> 
<div id='related-posts'> 
<font color='#289728' face='Arial' size='3'><b>Related Posts : </b></font><font color='#FFFFFF'><b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if><b:if cond='data:blog.pageType == &quot;item&quot;'> 
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop> </font> 
<script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels(); 
</script> 
</div></b:if>
8. Save your Template you are done

Customize your Widget



  • To display any other text in place of "Related Posts" then simply replace it with any text you want
  • To change the color of the related post title change this code #289728 to the one you want


How to remove "Powered By Blogger " Gadget

No comments

  1. Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Remove the following code From your HTML File 


      <!-- outside of the include in order to lock Attribution widget -->
      <b:section class='foot' id='footer-3' showaddelement='no'/>

<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<b:includable id='main'>
    <b:if cond='data:feedbackSurveyLink'>
      <div class='mobile-survey-link' style='text-align: center;'>
        <data:feedbackSurveyLink/>
      </div>
    </b:if>

    <div class='widget-content' style='text-align: center;'>
      <b:if cond='data:attribution != &quot;&quot;'>
       <data:attribution/>
      </b:if>
    </div>

    <b:include name='quickedit'/>
  </b:includable>
</b:widget>

save template you are done .

Cheers ..!!! 

REMOVE - SUBSCRIBE TO: POSTS (ATOM) From Blog

No comments

  1. Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find:

<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>

Remove this line:
<b:include data='feedLinks' name='feedLinksBody'/>
That should remove Posts (Atom)

Facebook Time line Cover image

No comments
25 Beautiful And Awesome FaceBook Time Line Covers








FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

 FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers

FaceBook TimeLine Covers


Search Tags: Free TimeLine Covers, Facebook TimeLine Covers, Stylish TimeLine Covers, Awesome TimeLine Covers, 5 New TimeLine Covers, 10 New TimeLine Covers, 15 New TimeLine Covers, 20 New TimeLine Covers, FaceBook Fan Page TimeLine Covers, Facebook TimeLine, TimeLine Covers Collection, Free Facebook TimeLine Covers. 

How to add Facebook Like Button Counter Buttons To Blogger every post

No comments
Hello Friends Today I am going to share some Blog tips.  How to add Facebook like button,Retweet, Stumble and Digg Counter Buttons below blogger post title. This article will help you how to make Your blog little Unique or professional  .The widget includes most popular sicial site Facebook Like Button which is highly appreciated throughout the our favorite the retweet button, Stumble and Digg Counter Buttons. All these buttons are eye catching so the visitors would love clicking them and thus bringing you more and more traffic by sharing your an blog post with people in their social media networks. You can see these buttons in action just under my post titles. So how do we add them? Simple few step Here we go –>

Look hare demo screenshot: social-media-buttons


How to add Social Media Buttons To Blogger?

The method is as simply as throwing a peanut in air and swallowing it. Simply follow these steps,

  1. Go To Blogger > Design > Edit HTML
  2. 1st Back up your previous  template design.
  3. Check mark the Expand Widget Templates box
  4. Then click (Ctrl + F) and in the browser search box paste this code,
data:post.body
    5. Just above this code paste the code below,

<!--script Start --> <b:if cond='data:post.isFirstPost'> <!-- Facebook --> <div id='fb-root'/> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = &quot;http://connect.facebook.net/en_US/all.js#xfbml=1&quot;; fjs.parentNode.insertBefore(js, fjs); }(document, &#39;script&#39;, &#39;facebook-jssdk&#39;)); </script> <!-- Google +1 --> <script type="text/javascript" src="http://apis.google.com/js/plusone.js"> {lang: 'en-US'} </script> <!-- Twitter --> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=&quot;//platform.twitter.com/widgets.js&quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&quot;script&quot;,&quot;twitter-wjs&quot;);</script> </b:if> <!-- ScriptsEnd --> <!-- Horizontal social buttons Start --> <b:if cond='data:blog.pageType != &quot;static_page&quot;'> <div class='horizontal-social-buttons' style='padding:5px 0 5px;'> <!-- Twitter --> <div style='float:left;'> <a class='twitter-share-button' data-count='horizontal' data-lang='en' data-related='' data-via='' expr:data-text='data:post.title' expr:data-url='data:post.url' href='https://twitter.com/share'>Tweet</a> </div> <!-- Google +1 --> <div style='float:left'> <g:plusone size="medium" expr:href="data:post.canonicalUrl"/> </div> <!-- Facebook Like+Send --> <div style='float:left;'> <fb:like colorscheme='light' expr:href='data:post.url' font='' layout='button_count' send='true' show_faces='false'/> </div> </div> </b:if> <div style='clear: both;'/> <!-- Horizontal social buttons End -->

 
6.  Save your template and see your blog with some best Beautiful social media buttons.your Post title below .
Enjoy...............!!
 Liked Our Post ?? Click below Like Facebook like button.


www.meroconcept.blogspot.com
Code source - Blogger Trics  


How to play Angry birds on a computer?

No comments

A fantastic game it you can play on PC or Mobile phone also. It Angry bird Game available for iPhone, iPad and also Android mobile devices.
The Rovio company which has created this game has also released a version of the game that can be played on a your PC desktop or laptop Also.







How to play Angry birds on a computer?
You can play Angry birds with the help of Google Chrome Web browser.

Steps:
1. Download  Google Chrome Web Browser
2. Go to Google Chrome Web Store and search for angry birds.
3. Select add to Google Chrome button.
4. You can play this game by starting the Google Chrome Web Browser and selecting the apps tab at the bottom of the browser window.

There is another version of the game that works on most computers:
Download Angry Birds  
© all rights reserved
made with by templateszoo