Postingan

Menampilkan postingan dengan label blogger posts

How to Hide Posts from Blogger Homepage

Gambar
The point of blogging is to make your blog posts visible to your target audience as well as to search engines. However, there are times when you need to hide certain blog posts from homepage. For instance, one post may contain outdated information, so you don't want it to be seen by your audience but you also want to keep it on your site for records purposes. Or perhaps you want a certain post to still be seen on your blog, but you don't want it to show in the home page . Either way, you have to find ways to hide certain blog posts. Fortunately, if you're using Blogger, you can easily do so by taking a few simple steps. You can use this guide to get started. Backdate Blogger Posts Let's discuss this technique first since it's simple and doesn't require you to deal with any lines of code. Basically, the only thing you need to do is to change the publishing date of the post you want to hide; specifically, you need to backdate it to the oldest possible date. Doing ...

Share Blogger Post Automatically to Facebook using IFTTT

Gambar
Automatically posting a blog post to Facebook used to be a challenge. The idea was simple, which is to notify Facebook that you have a blog you want posted on your wall, and the social media will do as you command. The implementation, however, was more complicated than that. Even with Facebook's post-by-email feature, only the blog name and title will appear on the wall, leaving behind the content or link. There are other plugins available, but they don't work as straightforward as they're supposed to be. There is always something missing. How to Share Blogger post automatically to Facebook using IFTTT Here is an online utility IFTTT (If This, Then That), which is capable of moving social postings between sites. Setting it up is fairly easy, and just as easy to use. So, let's see how we can share Blogger posts automatically to Facebook using IFTTT. Step 1. Sign up for a free IFTTT account Visit IFTTT.com and set up an account by creating a username and password. Now, I...

Customizable Related Posts Widget for Blogger

Gambar
We already posted a few tutorials on how to add related posts widget with thumbnails in Blogger with summaries or only titles, which can be compiled into a single All-In-One Widget with powerful options. This new customizable related posts widget for Blogger integrates all the features we've seen before and more, such as thumbnails (square or round), post dates, excerpts, display only titles / thumbnails. Now let's see what this related posts blogger widget has to offer. Related Posts Widget Features: 9 attractive styles to match your needs Show Title, excerpt & thumbnails Display simple related posts with titles / summaries / post date Choose whether to display the post thumbnails or not Ability to control the thumbnail image size Option to choose square or round thumbnails Show post text excerpts Control the length of the post excerpt / title Determine the number of related posts to display Requirements: The related posts widget recognizes post thumbnails uploaded throug...

Add Load More Posts or Infinite Scrolling to Blogger

Gambar
You might have seen the implementation of infinite scrolling at Facebook, Twitter or Google+. Instead of showing Older / Newer posts links , we can load posts dynamically whenever a "Load more posts" button is clicked, or by scrolling down the page. This tutorial will show you how to implement Ajax based loading script that will add Load More Posts or Infinite Scrolling to Blogger, so that visitors can easily navigate without reloading the page. How it works? - You have the option to add a 'Load More Posts' button or load automatically the older posts as visitors scroll down the page. - Once implemented, Load More Posts / Infinite Scrolling applies to all Blogger posts on index pages (homepage, archive, label pages). It can't be added on individual posts. Demo To see it live, check out the demo below. When you scroll down to the bottom of the page, you will see the "Load More Posts" button. Once you click it, the next 3 posts set to display will load bel...