Articles by "Blogger Tricks"

Add-on Wordpress Plugin Add-ons Mozilla Adsense adsense trik Advertising Wordpress plugin Alexa Aplikasi Program Backlink Berita Bing Bisnis Online Blockquote Blog And Magazine Wordpress Themes Blog Reviews Blog SEO Blog Stuff blog tutorial Blogger Gadgets blogger hack Blogger SEO Blogger SEO Tips Blogger Template Blogger Templates Blogger Tool Blogger Tricks blogger trik Blogger Tutorials Blogger Widgets Business Calendars Wordpress Plugin CodeCanyon Contact Form Corporate Wordpress Theme Creative Creative Market Creative Wordpress Theme CSS CSS3 Custom Domain Directory & Listings DMOZ Dofollow Dunia eCommerce WordPress Plugin eCommerce Wordpress Theme Education Wordpress Theme Elegantthemes Wordpress English Post Entertainment Wordpress Theme Extensions Pack Font FontAwesome Food Forms Wordpress Plugins Free Software Free Stuff Galleries Wordpress Plugin GenesisFramework Google Chrome Google Pagerank Halaman Health & Beauty Hosting HTML Interface Elements WordPress Plugin Intermezzo JavaScript jQuery KlasikThemes Kode HTML Komentar Kontes SEO Lintas Berita Magazine Blogger Template Marketing Media Membership Menus Miscellaneous Miscellaneous Wordpress Theme Multipurpose Blogger Template Music And Brands News Blogger Template Opini Page Loading Personal Photography PHP Scripts PHP SEO Portfolio Posting Premium Blogger Templates Products Project Management Tools ProjectPanorama Promosi Blog RealEstate Rekomendasi Relevanssi Request Responsive Blogger Template Restaurants & Cafes Wordpress Theme Retail Wordpress Theme Search Engine SEO Blogspot SEO Tips SEO Tools Share Button Sidebar Slider Social Bookmark Social Networking WordPress Plugin Social Subscription Widget Software Soliloquywp StudioPress Tag Kondisional Technology Wordpress Theme Teknologi Template TheEventsCalendar Theme ThemeForest Templates Themeisle ThemeJunkie Themes Pack Ting Tips dan Trik Blogging Tokoh Tools Blogging Travel Trik Tutorial Blogging Uncategorized Unik Utilities WordPress Plugin Website Widget dan Plugin Widgets Wikipedia WooCommerce WooThemes Wordpress Plugin Wordpress Premium Themes Wordpress SEO Plugins Wordpress ThemeForest Themes Wordpress Themes Wordpress Tricks Wordpress Tutorials WP Plugins WP Sliders WPMUdev WPRocket Yithemes Yoast Youtube
Showing posts with label Blogger Tricks. Show all posts

Increase image size in Blogger Official Featured Post Widget
Hello guys,In previous post we had talked about how to add featured post gadget in blogger template,Today in this article we are going to teach you how to increase and decrease image size in blogger official featured widget.This widget is very good for blogger to show or highlight the best post in blog or website.But there is a problem with image size from the post.There is four image size possibilities you can use for image size.

  • Small Image- 200 x 133 pixels
  • Medium Image- 320 x 213 pixels
  • Large Image- 400 x 267 pixels
  • X-Large Image- 640 x 427 pixels
  • Original Size Image- Default Size
The problem is if you implement featured post widget in homepage it show different size,so today we are going to solve this problem by using javascript.To grab this trick just follow the steps mentioned below.

installation steps:

Step 1: Go to Blogger Dashboard >> Layout >> Add a Gadgets. And Add "Featured Post" (If you already Installed it skip to the next step)

Step 2: Now Click on Template >> Edit HTML, now find this code "FeaturedPost1" and you will see this code.
<b:widget id='FeaturedPost1' locked='false' title='Featured post' type='FeaturedPost'>
    <b:includable id='main'>
        <!-- Only display title if it's non-empty -->
        <b:if cond='data:title != &quot;&quot;'>
            <h2 class='title'><data:title/></h2>
        </b:if>
        <b:include name='content' />
        <b:include name='quickedit' />
    </b:includable>
    <b:includable id='content'>
        <div class='post-summary'>
            <b:if cond='data:showPostTitle and data:postTitle != &quot;&quot;'>
                <h3><a expr:href='data:postUrl'><data:postTitle/></a></h3>
            </b:if>
            <p>
                <data:postSummary/>
            </p>
            <b:if cond='data:showFirstImage and data:postFirstImage != &quot;&quot;'>
                <img class='image' expr:src='data:postFirstImage' />
            </b:if>
        </div>
        <style type='text/css'>
            .image {
                width: 100%;
            }
        </style>
    </b:includable>
</b:widget>
Step 3:Now replace the above code from  <b:widget...</b:widget> with the following below code.
<b:widget id='FeaturedPost1' locked='false' title='Featured post' type='FeaturedPost'>
    <b:includable id='main'>
        <!-- Only display title if it's non-empty -->
        <b:if cond='data:title != &quot;&quot;'>
            <h2 class='title'><data:title/></h2>
        </b:if>
        <b:include name='content' />
        <b:include name='quickedit' />
    </b:includable>
    <b:includable id='content'>
        <div class='post-summary'>
            <b:if cond='data:showPostTitle and data:postTitle != &quot;&quot;'>
                <h3><a expr:href='data:postUrl'><data:postTitle/></a></h3>
            </b:if>
            <p>
                <data:postSummary/>
            </p>
            <b:if cond='data:showFirstImage and data:postFirstImage != &quot;&quot;'>
                <img class='image' expr:src='data:postFirstImage' />
                <script>
                    // path: The image url
                    // replacement: The replacement string
                    function replaceSize(path, replacement) {
                        var parts = path.split('/'); // break the string to an array
                        parts[7] = replacement; // this is the path segment to replace
                        return parts.join('/'); // glue the array back into a string
                    }
                    document.getElementById("FeaturedPost1").getElementsByTagName("img")[0].src = replaceSize('<data:postFirstImage/>', 's1600');
                </script>
            </b:if>
        </div>
        <style type='text/css'>
            .image {
                width: 100%;
            }
        </style>
    </b:includable>
</b:widget>
Now Save your template,Done !
We hope this article helped you to learn How To Increase And Decrease Image Size In Blogger Official Featured Post gadget.If you liked this article please Join us on Facebook,Twitter,Google Plus.

Make visible your meta search description of blogger blog post in template
Hello Guys,Today in this article we are going to teach you very interesting trick i.e How to Show Meta Search Description Snippets Of Blog posts in blogger below title.what is the best part for SEO then I must say it is Search Description. This is a very important part of a Blog or websites SEO. SEO is an important part of any websites or blogs to get high ranking in search engine,everyone add search description about blog or websites but they never thought to add search description in blog posts which gives more impact to you page.However Search Description remain hidden inside Bloggers Blog post,whenever you add search description in your blog post it won't show on blog post but for SEO perspective search engine ROBOTS can see that description and its will be visible in search engine.
when you make any search query on google search engine or any other engine, you can see that your search results links contain small descriptions is showing up on search engine result page.That small description is called Search Description. When you add a better and unique search description then search users from search result page instantly decide whether to visit this site or not?  So always try to write a better Search Description for each blog post.

The main purpose of this tutorial to make Search Description visible inside Blog post.Now it's visible in your blog post, then readers can decide to go further to the article and they can also get the clear idea by reading search description what your blog post is all about.This will also give positive ranking to your Blogs post SEO,you will get good visibility on search engine result page.It will visible only on your blog post not in homepage.
you can see my Blog Post that I have applied this trick to make my search description visible above post footer in right side. So if you want to grab this trick follow the steps mentioned below.

how to make visible search description of blog post in blogger template:

installation steps:

Step 1. Log in to your Blogger Account and Go to your Blogger Dashboard
Step 2. Now Click on -> Template -> Edit HTML->
Step 3. Now Search for ]]></b:skin> By using Ctrl+F Keys. 
Step 4. Now Copy the below code and Paste it above/before ]]></b:skin>
/*Search Description by http://www.bloggersstand.com*/
. bsdescription{background-color:#FF0000overflow:hidden;padding:10px;font-size:15px;margin-bottom:15px}
. bsdescription p{margin:0;opacity:0.8}
customization:
  • To change the search description box background color replace #FF0000 with your hex value. you can choose colors form here,Color Wheel Picker And Color Hex Code Generator.
  • To change the font size of the widget replace 15px with your value.
Step 5. Now Copy the below code and Paste it above/before <data:post.body/>
<div class=’bsdescription'><p itemprop='description'><data:blog.metaDescription/></p></div>
Now Save your template..Done !
We hope this article helped you to learn How To Make visible bloggers blog post search description in blogger template.If you liked this article please Join us on Facebook,Twitter,Google Plus.

fixed datemodified:missing error in google structure data testing tool
Hello Folks,In previous post we have talked about how to fix datepublished:missing error required in Blogger Template. Today in this article we are going to teach you how to fix datemodified:missing and recommended error in blogger template.dateModified:recommended error evolve from Accelerated Mobile Pages (AMP) Articles.Google has introduced Accelerated Mobile Pages (AMP), the main purpose of this AMP to send f Fast,neat and clean website or blogs to Mobile traffic.You can check this error through google structure data testing tool by visting https://developers.google.com/structured-data/testing-tool/. This error comes in article rich snippets.
amp article google structure datemodified:missing and recommended error in blogger template easy to fix

This error comes because search engine not understand when you updating or publishing on your website and if robots get updates they will index your blog accordingly.For this reason your blog posts won't get higher ranking in search engine.so to fix this error follow the steps mentioned below.

Before fixing dateModified:missing and recommended error,you have to check that datePublishes:missing and required error is fixed or not ?If datepublished error is not yet fixed,first fix then only you can fix dateModified error in blogger template.

Now We Are Heading to fix dateModified:Missing and Recommended Error.

Installation steps:

Step 1. Open https://www.blogger.com and Sign in to your account
Step 2. Now From Blogger Dashboard click on ->Template ->Edit HTML 
Step 3. Now Search for the following script in your Blogger template.
<span class='post-timestamp'>
               <span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
      <b:if cond='data:post.url'>
          <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published updated' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
        </b:if>
        </b:if>
 </span>
          </span>
Step 4. Now from the above script,change itemprop='datePublished to itemprop='datePublished dateModified'

Now the outcome will look like this :
<span class='post-timestamp'>
               <span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
      <b:if cond='data:post.url'>
          <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published updated' expr:title='data:post.timestampISO8601' itemprop='datePublished dateModified '><data:post.timestamp/></abbr></a>
        </b:if>
        </b:if>
 </span>
          </span>
Step 5. Now Save your template..Done !!


After Completing above steps,again go to google structure data testing tool page and check and you will find see all datemodified:missing and recommended error is fixed in your blogger template.
blogger template datemodified:missing and recommended error fixed in google structure testing tool

We hope this article helped you to learn How To Fix dateModified:Missing and Recommended Error in Blogger Template.If you liked this article please Join us on Facebook,Twitter,Google Plus.

How to Add Page Loads Loading Image Effect In Blogger Template
Hello Folks,Today in this article we are going to explain you how to display loading image/animated effect on your blogger website or blog.This tutorial will help you to learn to use any gif animation as loading animation effect.using this feature will improve your website or blog loading experience.

how to generate a loading animation effect

First we need to create or find a matching content or beautiful loading gif image for blogger template.If you are a graphics designer then you can easily create a page loading animation gif image.But if you are not related to graphics then you don't need to worry, Now days there are many websites available over the internet where we can easily get a loading animated image and you can customize it according to your Blogger template. We have mentioned few websites to create gif page load image below,check them out.
  • http://loading.io/
  • http://www.loadinfo.net/
  • http://preloaders.net/
  • http://cssload.net/
  • www.ajaxload.info
  • http://www.chimply.com/Generator#classic-spinner,animatedCircle

How to add animated loading image effect in blogger template

Step 1. Log in to your Blogger Account and Go to your Blogger Dashboard
Step 2. Now Click on -> Template -> Edit HTML->
Step 3. Now Search ]]></b:skin> By Pressing Ctrl+F 
Step 4. Finally Now Copy the below CSS and Paste the CSS above ]]></b:skin>
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('Image URL') 50% 50% no-repeat rgb(249,249,249);
}

customization:

Change Image URL with your gif image url.

Step 5. Now Search For <body> or <body ....> and add the below tag just below <body> tag.
<div class="loader"></div>
Step 6. Now Search for </head> By Pressing Ctrl+F and copy the below Script and paste it above/before </head>.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
    $(".loader").fadeOut("slow");
})
</script>
Now Save your template..Done !

If your blogger template already contains the above jquery,then you don't need to follow the above step i.e Step 6.Just Skip !
We hope this article helped you to learn How To Add Page Loads Loading Animated Effect In Blogger Template.If you liked this article please Join us on Facebook,Twitter,Google Plus.