How to add Readmore to Blogger in Latest Version in easyway!


In a world with full of arts and beauties. It is remarkable when we look at something new which is convincing. In this tutorial, I would like to modify your read more with thumbnails in your blog posts which sometimes you find it difficult on how to adjust the texts and the size of the image thumbnail. And to clean up any difficulty regarding this matter, I made another version of a read more with thumbnails where you can customize the number of words or texts and the thumbnail size.

Adding Read More To Blogger in Updated Version! 


Step 1. Log-in to your Blogger Account (if you have not).
Step 2. Proceed to Blogger Dashboard and click Template button (back-up your template and store it an a safe place for your reference).
Step 3. Hit and click the Edit HTML button.
Step 4. In the Blogger Template Editor's page, look for the tag below

</head>

Step 5. Just above the tag in step 4., paste the following code

<script type='text/javascript'>
summary_noimg = 250;
summary_img = 200;
img_thumb_height = 150;
img_thumb_width = 150;
</script>
<script type='text/javascript'>
//<![CDATA[

function removeHtmlTag(strx,chop){
 if(strx.indexOf("<")!=-1)
 {
  var s = strx.split("<");
  for(var i=0;i<s.length;i++){
   if(s[i].indexOf(">")!=-1){
    s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
   }
  }
  strx =  s.join("");
 }
 chop = (chop < strx.length-1) ? chop : strx.length-2;
 while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
 strx = strx.substring(0,chop-1);
 return strx+'...';
}

function createSummaryAndThumb(pID){
 var div = document.getElementById(pID);
 var imgtag = "";
 var img = div.getElementsByTagName("img");
 var summ = summary_noimg;
 if(img.length>=1) {
  imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
  summ = summary_img;
 }

 var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
 div.innerHTML = summary;
}

//]]>
</script>

Customization of the above code

The number in red color (250) signifies the number of characters to display when there is no image.
The number in orange color (200) designates the number of characters to show when there is an image.
The number in light blue color (150) denotes the height of the image being displayed.
And the  number in dark blue color (150) implies the  width of the image.
       
  Note: You may increase or lower the above numerical value as you want!

Step 6. Now look for the next tag below and delete it

<data:post.body/>

Note: Choose the second occurrence of the code.

Step 7.  Replace the tag in step 6 with code below

<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if>

<b:if cond='data:blog.pageType == "static_page"'><data:post.body/></b:if>

<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:blog.pageType != "item"'>
<div style='float:right;margin- right:10px;margin-top:5px;'>
<a expr:href='data:post.url'>Read More</a>
</div>
</b:if>
</b:if>

The bold texts above are conditional tags in order to hide this widget in your static pages and post pages.

Change the texts Read More with any other word or phrase like 'Continue Reading' or 'Show More>>'.

Change the position of the text Read More from right to left by simply replacing the texts 'right' in the fifth line from the bottom of the above codes.

Step 8. Click Preview to see the initial effect then hit the Save button. See your home page now with its new appearance.




God Bless Folks!


How to Create Floating Bar For Pinterest & Other Sharing Buttons-Easyway

A web publisher has to do a lot of things to let the internet world know that he has something to bring to them and that is through the social media buttons. The need to wave the banner of your blog is not an easy undertaking unless you have to link with this kind of tricks. This sharing bar would float to the left of your blog posts and would float as the visitor scrolls up or down. This widget contains counters of important social networking sites that has the potential to bring you traffic by circulating your content to a wider audience. We have tested the widget on major browsers like IE7+, Firefox, Chrome etc. and found it working just fine with no compatibility issues or design conflicts. Let's get to tutorial now!


 Adding Floating Bar To Blogger


The steps are so easy to apply. All you need is to copy and paste the code.. Please follow the steps below:

1.Proceed to Blogger > Template
2.Backup your template
3.Click Edit HTML and Then Click Proceed
4.Search for

   <b:includable id='post' var='post'>

5. Just below it paste the following code:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<style>
.mbt_social_floating{
    position:fixed; bottom:10%; margin-left:-60px; float:left;     width:60px;
    background-color:#f7f7f7;     padding: 5px 0 0px 0px;
     border-top:1px solid #ddd;
border-left:1px solid #ddd;
border-bottom:1px solid #ddd;
z-index:9999px !important;
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}
.mbt_social_floating .mbt_side_social_button{
    margin-bottom:5px;
    float:none;
    height:auto;
    width:60px;
}
.mbt_social_floating .st_twitter_vcount, .mbt_social_floating.st_plusone_vcount, .st_email{
    margin-left:5px;
}
.mbt_social_floating .st_fblike_vcount{
    margin-left:5px;
}
.mbt_social_floating .stButton_gradient{
    background:none !important;
    height:21px !important;
    padding-left:0 !important;
}
.mbt_social_floating .chicklets, .mbt_social_floating .stMainServices {
    background:url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2ojw56vhwrNOmfl05O5X5sNiqsfBs12S_FZ2v7t2FZuqz1u0XLlUU1h7_2oD3-w31o-CxK76bGzHVChsgT_UW1zj1A2sXnvf0aS-cCkpyY9KJj_2i7lULy-uojB-3Gdsdr_wFY2Pb8s9k/s400/gc_social_sprite.gif&#39;) no-repeat !important;
    height:19px !important;
    width:45px !important;
    padding:0 !important;
}
.st_email .chicklets{
    background-position:0 -77px !important;
    background-image:url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2ojw56vhwrNOmfl05O5X5sNiqsfBs12S_FZ2v7t2FZuqz1u0XLlUU1h7_2oD3-w31o-CxK76bGzHVChsgT_UW1zj1A2sXnvf0aS-cCkpyY9KJj_2i7lULy-uojB-3Gdsdr_wFY2Pb8s9k/s400/gc_social_sprite.gif&#39;) !important;
}
.mbt_social_floating .st_twitter_vcount .st-twitter-counter{
    background-position:0 -58px !important;
}
.mbt_social_floating  .stButton_gradient{
    border:none !important;
}
.mbt_social_floating .stBubble_count{
    width:44px !important;
    font-size: 15px !important;
    font-weight: normal !important;
    padding-top:7px !important;
    height:23px !important;
    background:none !important;
}
.mbt_social_floating .st_twitter_vcount .stBubble_count{
    color:#00a6df;
    background-color:#f8fbfc !important;
}


.st_fblike_vcount{

    margin-bottom: 0px;
    display: block;
}
.st_twitter_vcount{
    margin-bottom: 3px;
    display: block;
}


.st_email{

    margin-bottom: 5px; margin-top: 3px;
    display: block;
}
.mbt_social_floating .stBubble{
    background-position: 21px 31px !important;
    height:35px !important;
}.mbt_social_floating .st_pinterest_vcount{
    margin-left:5px;
}
.mbt_social_floating .st_pinterest_vcount .st-pinterest-counter{
    background-position:0 -19px !important;
}
.mbt_social_floating .st_pinterest_vcount .stBubble_count{
    color:#FF0505;
    background-color:#fbf8f8 !important;
}


.mbt_social_floating .st_pinterest_vcount .stBubble{

    background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVfU7zdIkwOf9HQak5tUd0zb6zMEJA9NT8pmdNZv-z13eJcBlj5Ldlb9ZeGez2gjg5vsD0if4J-ADs1EqqJHqipoYH2zV0d7KZIJaeSwwqDc4bbFvEhJa97kanQ3nPnVutKkicH8_Yjk47/s400/bubble_arrow_pinterest.png') !important;
}



.st_pinterest_vcount{

    margin-bottom: 0px;
    display: block;
}


</style>



<div class='mbt_social_floating'>

    <script type='text/javascript'>var switchTo5x=true;</script>
    <script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/>
    <script type='text/javascript'>stLight.options({onhover:false, , doNotHash: true, doNotCopy: true, hashAddressBar: false});</script>
    <!-- No more works properly so removing it from mbt list<span class='st_fblike_vcount' displaytext=''/>-->
<div style='margin:0px 0 0px 10px;'><div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='' layout='box_count' send='false' show_faces='false'/></div>
    <span class='st_twitter_vcount' displaytext='' st_via='mybloggersnipers'/>
<span class='st_pinterest_vcount' displaytext=''/>
<div style='margin:0px 0 0 5px;'>
    <span class='st_plusone_vcount' displaytext=''/>
</div>
 
<div class='addthis_toolbox addthis_default_style ' style='margin:5px 0px 5px 8px;'>
<a class='addthis_counter'/>
</div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'/>
<script type='text/javascript'>
var addthis_config = {
     ui_cobrand: &quot;MY BLOGGER TRICKS&quot;,
ui_header_color: &quot;#ffffff&quot;,
     ui_header_background: &quot;#0080FF&quot;
}
</script>
<span class='st_email' displaytext=''/>
<p style=' line-height:0px; font-size:10px; font-weight:bold; text-align:center;'><a href='http://www.mybloggertricks.com/2012/05/create-floating-bar-for-pinterest-other.html' style='color:#CAC8C8;'>Widgets</a></p>
</div>
</b:if></b:if>

Just replace mybloggersnipers  with your twitter username. 

   6.  Save your template and you are done!



God Bless Folks!



Effective Steps to Boost Your SEO – TODAY!




Index Your Website through Search Engines is the first move to promote your website. This is the way search engines look over your content to know what to include in search results. Getting indexed is not a hard process—Simply sign up with and add your website to Bing Webmaster Tools and Google Webmaster Tools, and then use a tool like Simple Sitemap to create a sitemap of your blog. Submit your sitemap to the webmaster tools, and you’re all set.


Roll over on Social Media. We’ve got three words for you: personalized search results. Today’s search engines are increasingly concerned with search relevancy, and social media is one of the chief ways they achieve it. Search engines take into account communities, groups, contacts, etc. When you’re connected with someone on Google+, for example, your online content is more likely to come up in that person’s search results than in a total stranger’s. What this means for you is that engaging with others on social networks is more than being friendly—It’s being wise about SEO.




















Elevate Proper pagination is a strategic way to make your site attractive and user-friendly (i.e. less content on main page means less clutter). It’s also valuable in terms of search results. When your content is archived in descending page numbers, it’s easier for search engines to access. Easily update the pagination on your WordPress blog by using a plugin like WP-Paginate or Simple Pagination.

 
Always consider link about Related Posts. Look around at blogs today, and you often see linked content at the bottom of posts, set beneath headlines like “Related Content” or “You Might Also Like.” This not only draws readers deeper into your content, but it also boosts the value of older content, improving PageRank across your blog. To add Related Posts to your blog, use a plugin like Yet Another Related Posts Plugin, NRelate, or LinkWithin.



Use Strategic Set up

Categories on your blog are higher than organizational tools for your readers—They are also a resource for improving search results. Your category page for a specific topic sends search engines a message of high relevance for that particular subject area. To make the most of your categories, limit them to 15 or fewer total, and designate each new post into just one of those categories rather than many.



















Utilize an SEO Plugin

Use plugins, like All-in-One SEO Pack or Wordpress SEO by Yoast to your WordPress blog, and you have a built-in way to vary your titles to attract search engines. Every time you write a new post, you write the title in its spot above your post, in the dashboard; but, with the plugins, you also input a different title in another space, below. Vary the title tag and the article title, and you maximize your opportunities to hit specific keywords for search engines.


Search for Keywords. You don’t have to be an SEO expert to consider all keywords in your blogging wprks. Try Google’s Keyword Tool to test words or phrases you plan to use in your post, and use the results to fine-tune the terms you include. Hint: Focus on keywords with low competition and high monthly searches for the greatest chance of success. Google does plan to phase out this tool in the coming months. When it’s no longer available, however, the same research will be available through Google AdWords accounts.


Let Your Blog Easy to Share When readers share your content, they act like referral marketers, promoting your content across social platforms like Facebook, Twitter & Pinterest, and to new audiences. This is a clearer way to promote your site in terms of traffic and readership, but it’s also beneficial for SEO. The more your content is shared, the greater its chances of spreading. The more it spreads, the faster search engines index it. Plus, thanks to share buttons provided by ShareThis, Shareaholic, and AddThis, encouraging readers to share your stuff has never been easier.


The root of all your blogging activities specially dealing with SEO is your clear define goal and strategy. Things come on their natural ways when ones work based on his ability to run through them strategically. Please don't jump to immediate outcome of your effort.

As you can see from the tips in this post, working towards better SEO is mostly a matter of strategy and starting. Don’t wait to begin boosting your site in search results and driving up traffic—Begin doing these tips today!




Enjoy Friends!


How t0 Add Sharing Buttons Enclosed In An Eggshell

Everyday we want to see beautiful things as we perform of our individual responsibilities. New things, if we glance to, would pull us closer to them. Like this kind of artistic display of media sharing buttons.
In my previous post, the different styles of putting sharing buttons in our blog i.e. below post titles and sidebar. But this time, I'm so glad to make it more unique because we will put that inside an eggshell so that the viewers will be amazed and at the same time they will share our posts to the different social medias. So let's do it.








Adding Sharing Buttons Enclosed In An Eggshell


Step 1. Go to Blogger Dashboard >> Template >> Edit HTML button (Always back-up your template before editing)


sharing buttons enclosed eggshell
Step 2. Look (Control F) for the code </head> and just above it paste the code below,

 media sharing buttons  eggshell 
<script src='http://w.sharethis.com/gallery/shareegg/shareegg.js' type='text/javascript'/><script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/><script type='text/javascript'>stLight.options({publisher: &quot;bea50586-2b9f-448d-947a-01385f28e305&quot;, onhover:false}); </script><link href='http://w.sharethis.com/gallery/shareegg/shareegg.css' media='screen' rel='stylesheet' type='text/css'/>

Step 3. Find the tag </body> and paste the code below just above it, 

<div style='position: fixed; bottom: 2%; left: 2%;'><div class='shareEgg' id='shareThisShareEgg'/></div><script type='text/javascript'>stlib.shareEgg.createEgg(&#39;shareThisShareEgg&#39;, [&#39;facebook&#39;,&#39;twitter&#39;,&#39;googleplus&#39;,&#39;linkedin&#39;,&#39;blogger&#39;,&#39;stumbleupon&#39;,&#39;sharethis&#39;],{title:&#39;<data:blog.pageTitle/>&#39;,url:&#39;<data:blog.url/>&#39;,theme:&#39;shareegg&#39;});</script>

Step 4. Click Preview first  to see the initial effect then hit the Save button. :- )

Short Customization (Optional):
1. To change the position of the "egg", replace fixed into static to make appear only at the bottom of your page.
2. Replace left to right to make visible at the right side of your blog
3. Adjust 2%  in order to adjust the vertical marginal position of the "egg". Increase value will also move the egg to the top and decrease the value will also move it to the bottom.
4.  Adjust 2% in order to  adjust the  horizontal marginal position of the "egg".  Increase value will also move the egg to the right and decrease the value will also move it to the left.




 Enjoy Friends!


SEO Guides: 6 Things You Must Do Before Publishing Your Articles

Having a more vivid view of the outcome of your blog is an imagination that even in this kind of act, it's not as simple as one plus one in mathematics. But for we know, every success is not made by just a wink of our eyes. Like in blogging, there are some simple, yet essential  practices for bloggers need to put to work on their articles after writing and before publishing them. These practices are not compulsive but are essential for SEO. It is advised that bloggers should make sure their articles are search engine optimized, but this has never been compulsive, implementation of SEO is always by choice – but to a goal oriented blogger, these SEO practices should be compulsory. SEO tips are advice (no two ways about it) but are always rendered as recommendations, you may or may have not been putting these SEO tips to work, but if you start utilizing them, your posts may start doing better on SERPs and on the long run, your site will grow better in Google PageRank.



These are few but very helpful to assure that at the end of the day, success is within your reach in blogging.

1.Your title for every blogger should fight to get to Google’s first result page. But even on Google's first result page, there’s still competition. It’s not enough to get up there on the top of a SERP but one still have to attract searchers’ clicks. Your title is the key thing that attracts clicks on SERPs, in other-words, driving traffic to your site. Someone else may have written about what you want to publish, so it’s important to add more techniques to your titles. Let’s take an example, let's assume there are two headlines on Google’s result page and these two are containing the same information but are titled: 1) “Recent Posts Widget for Blogger”


2) “Professional Recent Posts Widget for Blogger” Between these two headlines, more people will go for the second choice which is tagged: “Professional Recent Posts Widget for Blogger” because they already perceive that the widget is not just a related posts widget for blogger, but also a professional one at that. This also implies to making your titles catchy (simple but detailed, interesting but short – not just a broad title or a set of keywords), that way, internet surfers will likely hit your posts’ titles on search engine result pages cos it will become appealing by then. It is best to maintain a short title even as you implement this insight. 2) URLs (Permalink) optimization Google pays attention to URLs; as a matter of fact, Blogger launched permalink sometime in 2012, so that blogspot bloggers can edit their posts’ URLs.



3.) Interlink to old posts. Every blogger who cares about growth must build a good habit of Internal Linking and should always put it to work – This practice is way too powerful to be neglected. Check out every pro-blog, you’ll see a related posts widget implemented under the posts – it is never omitted on potential sites, cos it actually adds value to a blog as it reduces bounce rate and increases pageviews, but it will surprise you that internal linking is 5 times (or even more) more powerful than related posts widget. It is a better way to recommend something to your readers – something related to what they’re reading, it serves as a map for Google to crawl through your site, it promotes other contents, it connects your whole blog, it passes the reputation of one page to the other, and it is closer to readers compare to related posts.


4) Make sure to set location Setting. The location of a post is a good thing to do in outsmarting your competitors on SERP, blogger.com gives you an option used by Google to detect the location where a particular piece of information (article) is meant for or would be more useful, and you surely rank better on that particular keyword in that chosen region. Google trends is good for checking where keywords are most popular, but may not always show location which sometimes results from low search volume. To set Location on blogger; click on Location under Post Settings on the right side of blogger editor, type in a region into the field provided and click Search (do not press enter, else it will publish the article), blogger will then fetch a recognized region on the field below the map. Click Done and that’s it.



5) Let your images do more. Using image on every blog post is a very good way to drive extra traffic, people use Google Image Search in searching for images day in day out, and Google does a good job in fetching images from websites to visitors and also drives traffic to the sites by providing means that searchers could use in getting to image source. But if your post images have no alt text, Google cannot tell what the image is, and that means it may not fetch the image to visitors. So it is important to write a short description of your uploaded images on the image alt attribute.



6) Grammar check. If you don’t normally go back to review your work before publishing them, I’d advise that you start doing that henceforth. Wrong spellings tarnishes your site’s image, trust me! If you are selling, this might cause buyers not to trust you enough to buy your stuff. It brings respect to naught; it divulges unreliability and gives you a poor reputation unless the reader has known you before. If you've made a mistake on spellings on previous articles, don’t sweat yourself over it, everyone, I mean everyone makes mistakes. But henceforth, make sure to check your grammar and spellings if they are correct before you publish your articles. 

Really helpful tip:

If you are really aim on outsmarting your competitors on SERPs, then you would want to start building your AuthorRank which is a new way Google uses in determining good content by judging its writer. Make sure to read a guide on it: 

Hey friends! It's time to try the above mentioned tips in SEO.








God Bless and Enjoy!



Recent Posts

Related Posts Plugin for WordPress, Blogger...

Definition List