Showing posts with label Blogger Basic Tutorial. Show all posts
Showing posts with label Blogger Basic Tutorial. Show all posts

Friday, December 1, 2017

How to Center the Blogger Header Image

The header of a website is what distinguishes your blog; it's your identity or digital fingerprint. Whenever a visitor accesses your blog for the first time, the header is one major aspect that is used to determine who you are and the type of content that they can expect to read. Therefore, it's important to develop a header that is both prominently placed and telling of your brand name.

What would seem to be counterintuitive to that idea is the default Blogger settings for header positioning. Whenever you upload a header to the site, it will automatically be aligned to the left of the page. Some Blogger users may be okay with this setting, especially if they are using a header design that doesn't contain a background. Others may find that their background headers appear cut off, incomplete, or indistinguishable from the rest of their content.

If you find yourself in the second category of users, there is a way to adjust the positioning of your header so that it is displayed as a center Blogger header. By centering your site header, you have greater flexibility over the overall design, and it allows you to really shine light on this content. It's hard to miss a header that is placed smack dab in the middle of the screen on every page that someone navigates to.


Center Header Image with Blogger Template Designer




Making the change is relatively easy. You'll be able to make these adjustments on every page of your Blogger blog without having to change them individually. All you need to do is to modify the CSS of your blog that can be found directly through your Blogger dashboard. Even if you have little to no experience in web design or coding, you can center Blogger header by following these next few steps.

Step 1. Log in your blogger account and select your blog, then go to "Template" and click the "Customize" button on the right side.


center blogger header

Step 2. Navigate to "Advanced" > "Add CSS" tab and paste the code in the empty box:
#header-inner {
background-position: center !important;
width: 100% !important;
text-align: center;
}
#header-inner img {
margin: auto;
}
If you have a small image and you want it to become full width, add this CSS instead:
#header-inner {
 background-size: cover;
 width: 100% !important;
 text-align: center;
 }
 #header-inner img {
 width: 100%;
 height: 100%;
 }

Step 3. Hit the ENTER key after you paste the code snippet, then click the "Apply to Blog" button.


blogger header centered

Here are some other aligning options for your headers:


Align Blogger Header Banner and Text Side by Side

Image on the right and title on the left

#header-inner {
background-position: right !important;
width: 100% !important;
}
.titlewrapper, .descriptionwrapper {
float: left;
clear: both;
margin-left: 20px;
}

Image on the left and title on the right

#header-inner {
background-position: left !important;
width: 100% !important;
}
.titlewrapper, .descriptionwrapper {
float: right;
clear: both;
margin-right: 20px;
}
Note: for larger images, you may need to resize them in order to make them appear side by side with the text.


That's it!
After making the changes to the CSS and saving your modifications, you may navigate back to your homepage. Refresh the page and you'll notice that the header is now centered, instead of on the left. Click on a few of your page links and make sure that this modification has been made to every page or post on the blog.

If by chance you don't see the changes to the header, go back through the code that you modified and make sure that you have copied and pasted the information into the file exactly as instructed. Even minor modifications in the code, or a missing semicolon may fail to make the changes you are trying to achieve, or come away with different results than what's expected.

The great thing about CSS is that it is your site's central hub for all things design. From the CSS file, you can modify just about any appearance on your site to give the blog a custom look and feel. Once you're comfortable performing minor adjustments to the appearance of your site, you can start to get creative and come up with your very own modifications.

How to Create a Blogger Squeeze/Landinng Page


A squeeze page, also commonly called a landing page, is a Web page used by online entrepreneurs to generate interest or leads in a product or service. Squeeze pages are designed to entice your customers to opt into a mailing list to receive more information or a page where they can purchase your product. You can create an effective squeeze page using the Blogger platform.


  • Log into your Blogger account. If you have not already done so, create a user account on Blogger by visiting the website and signing up for one. Blogger is a free service.
  • Create a new blog by logging in to Blogger and choosing the “New Blog” button on the left-hand side of the screen. Enter the title for your squeeze page and the address you want it to have -- for example: blogspotpoint.blogspot.com.
  • Link your blog to a domain. This is an optional step. Many effective squeeze pages are hosted on their own domain name, for example, www.blogspotpoint.com rather than mysqueezepage.blogspot.com. Navigate to your Blogger dashboard and then click on “Settings” in the left-hand sidebar and then “Basic”. Under the “Publishing” header, there is an option to “Add a custom domain” to point your domain to your blog. From here you can either choose to buy a domain through Blogger for $10 per year or point your Blogger-based squeeze page to a domain name you already own.
  • Choose a template and modify your blog layout. Effective squeeze pages can come in a variety of designs. Blogger allows you to choose from a variety of premade templates and lets you make a variety of customizations. For example, you may choose to show sidebars and gadgets on your squeeze page -- or opt not to show any at all.
  • Modify your post layout. Squeeze pages often showcase a single piece of content to grab a customer's attention. To show one post on your Blogger-based squeeze page, click on “Settings” and then “Posts and comments” on the sidebar and then under the “Posts” header, choose to “Show at most” one post on the main page. Click the “Save settings” button in the top right-hand corner to commit these changes.
  • Create your post. After you have set up Blogger, create your squeeze page by posting information about your product or service. Click “Publish” to make the post show up on your Blogger-based squeeze page.

How To Add Background Music On Blogger

Blogger is one of the most popular free website building platform and I think most people use it. With blogger, you can open up a free website and it’s so simple to create the website here, just go to blogger.com and create using the site name and URL. On blogger, you also can put your own design and can make something unique.

So today we will talk about How to add background music on blogger Actually, it’s so simple and you just need to go with some simple steps and you will do ! so let’s see How to add background music on blogger. And after add background music on your blog it will play an auto music when every time you visitors visit your blog.
  • First go to www.soundcloud.com and choose a song by search or open an account to put your own sound.
  • After complete upload or choose an existing music click on the share button.
  • Now you will see the “embed” option just click on the embed.
  • After selection click on “more option” and check the “Automatic play” box.
  • Now copy the embed codes.
  • Go to your blogger blog “Layout” and add a “HTML/JavaScriptAdd” Gadget.
  • Pest the embed codes and edit the codes ( width=”0%” and height=”0″ ) as like this . Simply make the width and height 0.
And now just save the Gadget and enjoy ! you also can add this to any other platform too like wordpress or HTML site. Please let me know if you face any problem about it.

How to Fix 404 Error in Blogger


404 Error or File Not Found is occurred when any file is removed from Server or Client able to communicate with the server, but server not find what was requested. Here i will going to discuss about how to remove 404 error from your blogger, It is important to increase your site or blog rank or improve health of your sites or blog.

Steps to Remove 404 Error in Blogger

  • First Login on your webmaster tools account.
  • Choose your sites or blog (if you have more than one sites or blog).
  • Click on site dashboard
  • Click on Crawl Error.
  • Copy your 404 error.

Also you need to login on blog account and redirect 404 error url to other.
  • Login on your Blogger/Blog Account.
  • Go on DashBoard.
  • Click on Settings.
  • Click on Search preference.
  • See Custom Redirection and Edit it.
  • In first box paste copied URL (which is not indexed) and in other box paste URL where you want to redirect this error.

How to Start Blogging With A Profitable Niche

Now-A-days, Starting new blog is testing. Be that as it may, its an energy, for the most part we as a whole of have an issue, what is our blog will.You can begin a blog looking at everything and anything. How ever these sorts blog are bad at all on the off chance that you are focus for income. Since, a large portion of individuals are scan on web for one reason.Most of all are scanning for get respond in due order regarding their inquiries or Get take care of their some issue and discover data about a few things.


How to find your special field for niche blog




For instance, in the event that you need to do a form patterns you will take after a mold blog. Since, you surmise that your thoughts take care of issues for individuals who seek about mold outline or on the off chance that you need to do a blog about versatile patterns. You can expound on cell phone like android, Apple ,Sony and so on. Thus, you can take care of different issues and give data about new things individuals who don't have the foggiest idea. In this way, record something you can do well .Then you will love it. It gives you a genuine duplicate of extent of the field you pick.

My thoughts is, list down all of thing you can,things you like, things you appreciate, etc.It can be a major or little rundown. take as much time as is needed and experience every subject and think. to what extent you can expound on every subjects. As an illustration. In the event that you have a thought regarding cooking. There are part of formulas accessible to talk. You can do investigate for new formulas too. So the theme degree is high. Blogging is constantly about substance you can compose. So pick a correct point for your pleasant blog.

Be confident for your nice blog  topic

When you found a decent theme, you can discard other point and center to your specialty subject. Try not to backpedal once you chose a subject, simply ensure you can do this. compose a decent article and endeavor to offer something to other. At that point you will get appreciate of composing. you can assemble a decent fan for your blog.

I hope you got a idea to find a niche blog to your blog. Next article we will talk about how to find a best keyword for your blog. We will talk about full series about blogging until get a good revenue monthly. so keep in touch. 

15 Best Ways To Get Traffic To Your Blog

Do you want a huge traffic on your blog?
Haha! That's a silly question,right?
Who don't want that? Everyone want to be a popular blogger,don't they?According to data referenced in a recent piece in the New York Times, titled “Blogs Falling in an Empty Forest”, approximately 95% of blogs fail; the piece, that analyzed several failed and “retired” bloggers, to understand why they quit, came to the conclusion that many blogs fail due to lack of readership.
In this article we will learn how you can get a huge traffic on your blog.Its not much hard but not so easy also.Lets find the 15 Best Ways To Get Traffic To Your Blog.



15 Best Ways To Get Traffic To Your Blog
Here’s what I implemented and, what I think, contributed to the increase in traffic.
  1. Participate on social media platforms – If you haven’t jumped on the social media bandwagon, it’s time. The old adage, “Out of sight, out of mind,” applies when it comes to social media. Be active and involved.
  2. Create interactive blog posts – Content is king, queen, and everything else royal these days. Your content needs to be interactive. Ask questions that allude to a problem and its solution. The more the reader can relate, the better your chances of them sticking around.
  3. Include keywords throughout your site – If you are not familiar with keywords, the best place to start is with a good keyword tool. There are many out there. My preference is the Google Keyword Tool. There’s also ToolFeast for powerful longtail keywords. Both of these are free, you just need to create an account.
  4. Link you posts on social networks like StumbleUpon, Quora, Reddit – These social networks acts as a type of search engine called a discovery engine. For example, StumbleUpon uses individual readers’ preferences, likes, and dislikes, etc., to tailor search results by finding or discovering even the most obscure content the reader wants and likes. It’s popular among marketers for a variety of reasons, which include the ability to rate posts, share pictures, and add videos too.
  5. Make your website search engine friendly – Your website content should relate to the needs and wants of your target market. While visitors will share website posts and other info, search engines play the most prominent role in your success. Keep them happy by beginning with a quality website theme or template. Poorly coded or outdated themes can do more harm than good. 
  6. Create engaging headlines – Make sure your blog posts have well-crafted titles and headlines as well as sub-headings, when applicable. Your titles and headlines should be engaging, contain power words to encourage action, peak curiosity, and when possible, allude to the solution of a problem.
  7. Include links to relevant posts – Links are important, both incoming and outgoing links. Make it a priority to link related posts on your site to each other. This is often referred to as “internal” linking. In addition, occasionally link to related content on expert sites (“external” linking). Linking to expert or authority sites can help to elevate your authority standing. When a website refers to and links to your site, it is referred to as an “incoming” link.
  8. Ask questions in your headlines – When you create a headline question, it’s important that your target market can identify with the question. The more your reader can relate to the topic or problem, the more likely he, or she is to click through to find the answer. Here is a good example – “How Are Negative Thoughts Limiting Your Paycheck?”
  9. Participate on topic related sites – Make time to interact on similar sites and in groups that discuss topics such as the ones covered on your website. Your visibility and consistently knowledgeable contributions can create curiosity about your website and encourage others to visit. Make sure you add a link to your site in your profile or the website area, when possible. As search engines index these other sites, you may find that your site moves up on search result pages and you get more traffic.
  10. Keep writing fresh, new content – Don’t write a few blog posts or articles and stop. Your readers and search engines are hungry for your information. Add new content on a regular basis to keep them both happy and returning to your website Niche Starter Packs provides high quality PLR (Private Label Rights) packs to people who need more content. They have a wide array of topics. 
  11. Collect and review traffic data – Learn how to collect and use traffic data to analyze your web traffic, marketing endeavors, and advertising campaigns. Keeping track of where your traffic comes from, what actions visitors take, and where they go, enables you to identify what works, what doesn’t work, and what you can do to draw more targeted traffic to your website. I use Google Analytics for tracking my site.
  12. Add text to your website images – The Google bot cannot “see” a photo so add tags, descriptions, and other meta-data to images along with text for site visitors. This encourages visitors and search engines to come back repeatedly. I use Canva which is pretty easy to use and it’s totally free!
  13. Join Facebook groups relevant to your niche – When you want to draw traffic to your website, it’s important to join several different groups on Facebook and become active in them. Once you gain trust, make friends, and gain followers, you can promote your business appropriately in these groups. FB groups also may help with any questions or concerns you may have about blogging in general.
  14. Create a Pinterest Business Account – Pinterest is my #1 traffic driver to my blog.
  15. Create a free printable worksheet or challenges to visitors – I created a squat challenge since my blog’s focus is also fitness. The challenge went viral on Pinterest which attracted a lot of traffic.
And there you have it. In order to get the best results, give it some time and be patient. Find what works best for you and, most importantly, for your audience and the results will follow!
Be sure to let me know how much your blog traffic grows by!

How To Create A Free Blog On Blogspot Platform



Would you like to begin a free blog ? Your answer would be Yes. How might i begin it? Beginning online journal is not hard thing as you think. You know,These days, there are part of stages accessible to begin possess blog. Yet, blogger/blogspot is the most mainstream stage to begin a free blog. Since there are a larger number of offices you can get than different stages and it is anything but difficult to deal with it on the off chance that you are families with it. That is the reason the vast majority of individuals are utilizing blogger stage to begin their blogging. As a newber, I figure you are think about how to begin a blogging in blogger. Today we will control you to how to begin a free blog in blogspot. Simply take after our instruction.Lets begin this.

Create A Free Blog Using Blogspot Video Tutorial

As a novice learning How to begin a free blog is quite simple. You can begin few web journals not just one. Be that as it may, make a point to compose it all around organized. Compose for your perusers. at that point they will return to peruse your next article. It shows signs of improvement failing as well. When you have great guests, you can begin adapt blog and begin gaining. In the event that you have any inquiry in regards to begin a free blog in blogspot, don't hesitate to comment below.
If you find the information in this post useful, please share this post with your friends.

Sunday, October 1, 2017

How To Embed Facebook Videos In Blogger Posts


Videos, either they are on youtube, dailymotion or facebook. Everybody wants it to be popular and shared so that it could get millions of views. Specially vloggers(Youtube Earners) wants alot of views to get maximum of their videos. So in this post I will show you how to embed Facebook videos in blogger. You might be thinking why should I embed Facebook videos in my blog if I can embed them directly from my youtube channel. Well because if you embed Facebook videos in your blog, you will not only get views but also Facebook likes. So its beneficial for your Facebook page as well as your youtube channel.

How To Embed Facebook Videos In Blogspot?

Follow below steps to embed Facebook videos in your blog post or layout.

Step 1: Go to Facebook Video Embed Page.

Step 2: Replace video URL with your Facebook video URL.

Step 3: Set width of the video in the input beside the video url.

Optionally, if you want to include full post along with video then simply check the Include full post checkbox.

Step 4: Finally click on Get Code button.

You will find two codes, one is the Javascript SDK code and other is Video code. Now you have the option to add a simple <iframe> code instead of the Javascript SDK. So switch to it as its simple and easy.

Step 5: Go to your post in which you want to add the Facebook video.

Step 6: Switch to "Html Post Editor".

Step 7: Paste your video code in the Html Post Editor and publish your post.

You are done successfully, You can use the same code in Layout and show your video in sidebar or in footer or in header of your blog.

Sunday, September 3, 2017

How To Add PayPal Donate Button On Blogger

Adding PayPal Button really worthy for you if you are working for the charitable organization. You might be seen PayPal Button on many Blogger blogs. And if you wanna know how to make and add PayPal Button on Your Blogger Blog then this is the right place for you. Because in this post I am gonna teach you on how to add Donation Button On your Blogger blog. So let's start by generating a Button from PayPal.


How To Make PayPal Donation Button For Blogger Blog?

  1. So, first of all, go the PayPal.com and log in your account. 
  2. Now Go To PayPal Button creation Page.
  3. From choose button select Donations.  
  4. Into the organization, box enters your site name.  
  5. You can also customize your button style by clicking on Customize text or appearance link. 
  6. After filling the form click on the create Button.
  7. Now You will See a code copy this code.  

There are also other options available for selecting currency, contribution amount.

Now you are ready for the next step which is adding Paypal Donate button On Blogger. Which is really easy just follow the below steps to easily add PayPal donation button in Blogger Blog.

Add PayPal Donate Button On Blogger


  1. Go to the Blogger.com and log in your account.
  2. Select your blog where you want to show PayPal Donate Button.
  3. From your blog dashboard click on the layout tab.
  4. Now click on the add gadget button from the section where you wanna show this button.
  5. Select HTML/javascript gadget and paste the code that you have copied from PayPal.
  6. Click on the save Button and visit your Blog you will see the PayPal Donation Button on Blogger Blog.

That's it thanks for reading my this post and keep visiting for more useful Blogger tricks, Blogger tutorials, Blogger widgets, Blogging tips, and responsive templates for WordPress and Blogger. If you have any question about this post feel free to ask me by dropping your comment below.

Wednesday, August 23, 2017

Why You Should Start Your Blog On Blogger Blogspot

Blogger is the best platform hosted by Google to start Blogging. And also It's free It's mean you don't need to pay anything If you want to start Blogging with Blogger. The control of your blogger blog is in your hand. You can also make money with your blogger blog. With Your blog, you can earn as much as you can. And it's all free of cost. In this post, you will read why you should start your blog on Blogger Blogspot.



I have seen so many bloggers moving from blogger to WordPress or other blogging platforms. Because on those platforms they have better control over options and ads networks. But that platforms are not free. It's mean if you want to use those platform then you have to make more money than you are spending.

Why You should Start Your Blog On Blogger

Blogger also has so many features that you can use to make your blog looks better. With Blogger anyone can easily create his/her own blog in just ten minutes. Also, you don't need to worried about Bandwidth Because Bandwidth is unlimited with Blogger. Blogger blog also has a mobile version so the mobile user can also access your blog.

Custom Domains

So you want to start a blog with your own domain name. But don't want to pay for the hosting. And someone told you that blogger didn't let you use your own domain (URL). Then be happy because you can start your blog with the custom domain without spending money on hosting. Yes, Blogger allows you to use Custom Domain for your Blogger blog. It's mean on Blogger you can easily start your blog with a domain name that you like.

You Are Free To Move Your Blog On another host

Blogger also allows you to move your all blog posts, archived, feed comments and everything that you want to move. No matter how much contents your blog has. You can completely move your Blogger blog to the other host.

Customizing You Blog Style

There are so many themes for Blogger that you can use to customize your Blogger blog. You have seen a navbar that appears on all blogger blogs that are not customized. But this navbar can be removed by using the custom template or doing a little bit setting. Blogger has several default themes that you can apply on your blog. And also you can upload your own theme.

Making Money With Blog

There is Also earning option available in Blogger blog dashboard. With this option, you can monetize your blogger blog with Google Adsense. And also you can use any other advertisement company ads on your blogger blog. Thre are so many ways to make money with your blog. And can easily make money with your blog.

That's why you should start your blog on blogger.Thanks for reading my this post. Keep visiting for more useful posts. If you have any question about this post you can ask me by dropping your comment below.

Friday, August 11, 2017

How to Make Money From Blogger Blog




Maybe you've heard about bloggers or website owners who make a nice profit every month from people visiting their sites. They can write about topics they enjoy and make some money doing it. The goal might seem insurmountable, but it's not. With a few tips, you can look into harnessing the power of Internet traffic, too.


Generate the Traffic

Before you can profit from Internet traffic, you have to get visitors to your website or blog. You want to keep good SEO practices in mind when designing your website or writing your blog. Although these techniques can evolve over time, some basic rules of thumb apply. For example, don't duplicate content from other sites as this could get you dinged by search engines like Google. Make your site easy to navigate and keep fresh content and articles up that have useful information. You'll also want to create social media pages related to your site, on places like Facebook and Twitter. Post links to your blog updates there so people can easily share your content.


Affiliate Marketing Plans

One way to make money from web traffic is by participating in an affiliate marketing program, like Amazon's. With this program, you can sell or advertise someone else's products on your website and get a percentage of the sales. For example, if you review a book sold on Amazon, you can include an affiliate link on your blog that visitors can use to buy the book.
PPC and CPM Advertising
Pay Per Click and Cost Per Mille are two popular types of advertising you can use to make money off your website. With PPC, you get paid every time a visitor clicks on an ad on your site. With CPM, you get paid every time a visitor sees an ad on your site. For both, you'll need to sign up with an advertising network such as Google AdSense and paste advertising HTML code onto your website. The network creates the ads that visitors see.

Sponsored Blog Posts

You can earn money through sponsored blog posts after you've gained a good following to your site. This involves getting paid to post a blog review about a product. Services such as PayPerPost and Sponsored Reviews let you look through a number of available topics and choose the ones that interest you.

Selling Products on Your Site

A simple and direct method to make money from people who visit your blog or website is by selling them products. For example, if you're an expert in a certain field, you can write an ebook about it and sell the ebook on your site. If you're not a skilled writer, you can hire a writer to put together the ebook for you and then sell the book on your website.