Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts
Friday, March 17, 2017
Google Rolled Out! Add New Google Badges In Blogger
Google Rolled Out! Add New Google Badges In Blogger
Adding New Google+ Badges In Blogger
So now youre going to implement these in your blog because they definitely are going to help you in many things. It is simple guys. Just follow the simple steps to implement it in blogger.
- Go To Google+ Badges

- First select the profile in the "Google+ User" area.
- Choose What you want Icon or Badge in features.
- Here in layout youve two types of layout. Portrait is vertical layout whenever landscape is horizontal. Choose which one you want.
- Choose width of the badge which may set in the area where you want to implement.
- Choose the color theme.
- In the last there some other advanced settings which you can easily set there.
- Finally, after setting the badge, Youll get the code in the right side below live demo
- Copy the code and save it in notepad.

- Now Go To Blogger >> Layout >> Add a Gadget
- Choose "HTML/JavaScript"
- Paste The Code In Content Area.

- Hit "Save Button" and Thats it.
Available link for download
Monday, January 30, 2017
Add 4 killer effects to blogger posts
Add 4 killer effects to blogger posts
Add 4 killer effects to blogger posts
Default design of the blogger posts is very boring but it can be easily customized by adding little CSS in the template code. This article is about adding stylish and very attractive effects to the blogger posts. Today we will discuss about 4 different effects, which are shadow effect, leaf effect, neon effect and rounded corners effect. All these effects are created in CSS only so they do not reduce your blogs loading speed. You can add these beautiful effects to your blogger posts in few minutes by following this easy guide.
Add shadow effect around blogger posts

This effect adds beautiful shadow around your blogger posts.
Code
.post
{
box-shadow:1px 1px 4px #dcdcdc;
-moz-box-shadow:1px 1px 4px #dcdcdc;
-webkit-box-shadow:1px 1px 4px #dcdcdc;
-goog-ms-box-shadow:1px 1px 4px #dcdcdc;
}
Leaf effect for blogger posts

Add attractive leaf effect to your blogger post
Code.post
{
border:1px solid #dcdcdc;
border-top-right-radius:50px;
-moz-border-radius-topright:50px;
-webkit-border-top-right-radius:50px;
border-bottom-left-radius:50px;
-moz-border-radius-bottomleft:50px;
-webkit-border-bottom-left-radius:50px;
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
padding-left:15px;
}
Add rounded corner effect to blogger posts

It convert normal corners of the blogger posts into stylish rounded corners
Code
.post
{
border:1px solid #dcdcdc;
border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
}
Add multicolor Neon effect to blogger posts

This effect adds multicolor neon around blogger posts according to your choice. You can change color of this neon according to your own choice.
Code
.post
{
box-shadow:1px 1px 4px #7fbf4d;
-moz-box-shadow:1px 1px 4px #7fbf4d;
-webkit-box-shadow:1px 1px 4px #7fbf4d;
-goog-ms-box-shadow:1px 1px 4px #7fbf4d;
}
Change neon color In the above code replace red colored code with your own choice of color.
How to add these effects to blogger posts ?
Step 1: Open to your blogger dashboard and Select Template option.
Step 2: Click Edit HTML option.
Step 3: In the template code find ]]></b:skin> .
Step 4: Just above it paste the code of required effect. You can select code of your choice from any of the above given 5 effects.
Step 5: Save the template and after open your blog to see the new effect in action.
Available link for download
Saturday, January 21, 2017
Add Horizontal Social Buttons Bar Below Post Title In Blogger
Add Horizontal Social Buttons Bar Below Post Title In Blogger

Horizontal Social Buttons Bar
This is the horizontal social sharing button bar which were going to share today. This looks beautiful in the design as the buttons are placed in good manner and each button is separated in squares. This social buttons bar comes with a title which will help to get more shares and four different buttons from different social sites. These four buttons are Twitters tweet button, Facebooks like button, Google Pluss +1 button and Stumble Upons stumble it button. These all buttons are from well reputed social sites which are being used widely in the world and they will definitely help you, me and other or whoever use this, will get good number of traffic towards his blog from these social sites. And there is nothing to do for receiving traffic, you just need to place those buttons on your blog and your readers will automatically do the job if youve some loyal readers. I mean, they will socialize your content which can help you to receive good traffic. Basically, these buttons are built with XML, CSS, HTML and JavaScript which are used by developers of these buttons to prepare them. Weve customized the coding of these buttons in such way that they will only load when theyre needed and it really helps in improving the page load speed of your blog and it is also important to take a note about it while implementing new things in your blog.
Adding Horizontal Social Buttons Below Post Title In Blogger
Implementing this new horizontal social bookmarking button bar below post title in blogger is not a difficult task but you might need a hint or help if youre newbie so below were going to guide you step by step on how can we do this.
- Go To Blogger >> Template >> Backup Your Template
- Click Edit HTML and Find For </head>
- Just Above </head> Paste The Following Code.
<b:if cond=data:blog.pageType == "item">
<script type=text/javascript>
(function (a, b, c){var d=a.getElementsByTagName(b)[0];if (!a.getElementById(c)){a=a.createElement(b);a.id=c;a.src="//platform.twitter.com/widgets.js";d.parentNode.insertBefore(a, d)}})(document, "script", "twitter-wjs");
// Stumbleupon
(function (){var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src="https://platform.stumbleupon.com/1/widgets.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a, b)})();
</script>
<style type=text/css>
/*Social Bar By Blogger Yard ----------------------------------- */
#SocialBar {
float: left;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
width: 610px;
margin-bottom: 20px;
margin-left: -10px;
margin-top: 10px;
}
.headingsharer h5 {
float: left;
padding-right: 20px;
padding-top: 18px;
text-transform: uppercase;
font-weight: bold;
margin: 0px;
padding-left: 10px;
}
.tweeetero, .fbwolo, .g-plusones, .stumblo {
float: left;
border-left: 1px solid #eaeaea;
padding-left: 18px;
padding-top: 15px;
padding-bottom: 10px;
}
.g-plusones {
margin-left: 20px;
}
</style>
</b:if>
- Click Save Template and Youre Half Done!
- Now Search For <div class=post-body entry-content>
- And Above It Paste The Following Code.
<b:if cond=data:blog.pageType == "item">
<div id=SocialBar>
<div class=headingsharer>
<h5>SOCIALIZE IT ?</h5>
</div>
<div class=tweeetero>
<a class=twitter-share-button expr:data-text=data:post.title expr:data-url=data:post.url href=https://twitter.com/share>Tweet</a>
</div>
<div class=fbwolo>
<iframe allowtransparency=true expr_src="//www.facebook.com/plugins/like.php?href=" + data:post.url + "&send=false&layout=button_count&width=80&show_faces=false&action=like&colorscheme=light&font&height=21" frameborder=0 scrolling=no style=border:none; overflow:hidden; width:80px; height:21px;/>
</div>
<div class=g-plusones>
<div class=g-plusone data-size=medium expr:data-href=data:post.url/>
</div>
<div class=stumblo>
<su:badge expr:location=data:post.url layout=1/>
</div>
</div>
</b:if>
- Click Save Template!
- Youre Done!
Available link for download
Wednesday, November 16, 2016
Unremovable widgets in blogger Solution
Unremovable widgets in blogger Solution
Unremovable widgets in blogger - Solution

So whats the solution, simple, HTML trumps CSS.
i.e. usually when you want to change a particular widget, you go to
your Dashboard --> Layout
then click on edit button corresponding to the widget to be changed.
Youre then redirected to a pop-up which opens up the properties.
Unlike usual widgets, they will not have a remove button.
So heres the solution, Go to Dashboard ---> Template ---> Click on Customise and proceed.
Recognize your widget name and change the parameter, locked=true to locked=false
Now try the above process for any other widget.

Option 2:
After Step 2, remove all <b:widget... to </b:widget> section then Save template.![]() |
More Tricks
|
This was an article on

Note:-As always, if you would like to leave a sensible comment, then please do so in the comments section below.
Available link for download
Labels:
blogger,
in,
solution,
unremovable,
widgets
Sunday, October 23, 2016
26 Tips For A Blogger Learn From My Journal
26 Tips For A Blogger Learn From My Journal
It would be much more, but I thought that at least this time Ill try to limit myself only to 26 tips for bloggers. Tips that I find useful and which can help you in your development as a blogger, increase traffic, online visibility, and blog monetization.
I write these tips as a result of my attempt to form some bloggers over time, so I could see some of the problems faced during the blog development.

2) How often do you write? Make a schedule and stick to it (it should be at least 2 times a week. More than two articles per week to keep up than to write one every day for 10 days, then disappear the next two months. Readers will notice your disappearance.
3) Do not ask the other bloggers for backlinks if you have not published anything on the website. It bothers me when I receive such requests. I recommend you ask for links to blogs that are at a similar level to you. Although I think the best would be to focus on writing content.
4) Do not focus on monetization if you have not posted anything on the site. Honestly, how likely do you think you will make money if you have not given anything?
5) No rattle or influencer other bloggers to give you share articles. Rather you can always ask about your articles, you can ask to give you an interview, etc. But if youre going to send emails to each of them and asking them to promote it, you risk creating a negative image. Plus, at some point they cease to help you.
6) Do not rely on traffic from another blogger (or more). Even if another blogger or influencer helps, do not count that you would pick up from this blog. I repeat: the only way to pick up a blog is to write content (articles) and striving to do better and better.
7) What do you write? Define issues that you will address and choose them as categories of the blog. Follow this strategy. If you have a blog about photography is stupid to write about the relationship of the couple and the care of cats and programming in PHP. Decide what niche you want to approach. When you feel that you are not satisfied with it then change blog direction, but do it consciously.
8) Do not overdo your share on Facebook. If you share in your articles to all Facebook pages, groups and profile of your Friends, you become annoying. Do not be naive, that you will not bring visitors, but you will create a negative image.
9) No email spam. If someone has not subscribed to your blog, do not submit articles by email.
10) Learn to write a title in a reasonably attractive way. I recommend the sites where you can read books online for free.
11) Read what you write out loud. That before publishing the article. If you think that something doesnt sounds good, rewrite the sentence. Rewrite article until you are satisfied. Usually this means to rewrite it several times. When you think its good, publish it. There might be mistakes, you can correct later. You do not have to be perfect either.
12) Help others bloggers. Give them share to articles if they are good, give a like, tweet or leave a comment with your blog in the website field. Gradually you will be noted. Be careful not to get to the other side.
13) Dont open five blogs simultaneously. Start one, choose a name that makes sense and builds it. When big enough, you can start another project.
14) Get in touch with other bloggers. Its called networking. See what events are they present and be there. Create connections with them.
15) Respect your readers. If you promise something (eg that you write every day for a month) keep your promise.
16) Invest in your blog. At first just time and energy. As you can afford and you can also invest money.
17) Make a SEO strategy. Work on it.
18) Make a SMO strategy (Social Media Optimization). Work on it.
19) Work daily on your blog. You do not have to write every day. There are other tasks you can handle.
20) Become visible both online and offline. Get involved in community projects and online or face-to-face to ensure your visibility and exposure.
21) Do not leave spam comments on another blogs.
22) Do not let your blog be just a collection of separate items. Get links from your articles where possible.
23) Optimize your blog to keep your readers for it. On this side I worked mainly on literary style and focus on the more useful content. There are hundreds of ways to optimize the experience of readers.
24) The blog is not a democracy. There are the same rights for everyone involved. If we make an analogy, the blog is more like a dictatorship. When someone is making talks beyond measure is your duty to intervene.
25) Do not count that you will live from your blog. Unlikely youll do that for quite a while, so make sure you have some source of income. You can make money from blogging, but it takes up time and work.
26) Periodically pick a day to do just administrative tasks. I usually do every Thursday and consists of tasks such as: replacement of broken links in articles, backup and database optimization, rewriting old articles, inserting links in articles (for example, take the last article and see where on the older articles you could put internal links).
There is a period (in many cases for over a year) in which you will not have any results. Most bloggers give in this time, disappointed that they do not see immediate results: traffic, website comments, likes etc. Unfortunately they do not come right away (unless you already have a very good online reputation).
I still believe that blogs (personal development blog or any niche) are a great tool and should be used extensively. The results will come, no matter how you started as a blogger.
If you already have a blog or want to make a website, give your opinion about the following topic: What problems did you encounter? What do you think should be avoided?
I write these tips as a result of my attempt to form some bloggers over time, so I could see some of the problems faced during the blog development.

Tips for a beginning blogger
1) Content is more important than design. Do not base your blog on a catchy design, if you have good content, interesting, attractive. And that can be learned.2) How often do you write? Make a schedule and stick to it (it should be at least 2 times a week. More than two articles per week to keep up than to write one every day for 10 days, then disappear the next two months. Readers will notice your disappearance.
3) Do not ask the other bloggers for backlinks if you have not published anything on the website. It bothers me when I receive such requests. I recommend you ask for links to blogs that are at a similar level to you. Although I think the best would be to focus on writing content.
4) Do not focus on monetization if you have not posted anything on the site. Honestly, how likely do you think you will make money if you have not given anything?
5) No rattle or influencer other bloggers to give you share articles. Rather you can always ask about your articles, you can ask to give you an interview, etc. But if youre going to send emails to each of them and asking them to promote it, you risk creating a negative image. Plus, at some point they cease to help you.
6) Do not rely on traffic from another blogger (or more). Even if another blogger or influencer helps, do not count that you would pick up from this blog. I repeat: the only way to pick up a blog is to write content (articles) and striving to do better and better.
7) What do you write? Define issues that you will address and choose them as categories of the blog. Follow this strategy. If you have a blog about photography is stupid to write about the relationship of the couple and the care of cats and programming in PHP. Decide what niche you want to approach. When you feel that you are not satisfied with it then change blog direction, but do it consciously.
8) Do not overdo your share on Facebook. If you share in your articles to all Facebook pages, groups and profile of your Friends, you become annoying. Do not be naive, that you will not bring visitors, but you will create a negative image.
9) No email spam. If someone has not subscribed to your blog, do not submit articles by email.
10) Learn to write a title in a reasonably attractive way. I recommend the sites where you can read books online for free.
11) Read what you write out loud. That before publishing the article. If you think that something doesnt sounds good, rewrite the sentence. Rewrite article until you are satisfied. Usually this means to rewrite it several times. When you think its good, publish it. There might be mistakes, you can correct later. You do not have to be perfect either.
12) Help others bloggers. Give them share to articles if they are good, give a like, tweet or leave a comment with your blog in the website field. Gradually you will be noted. Be careful not to get to the other side.
13) Dont open five blogs simultaneously. Start one, choose a name that makes sense and builds it. When big enough, you can start another project.
14) Get in touch with other bloggers. Its called networking. See what events are they present and be there. Create connections with them.
15) Respect your readers. If you promise something (eg that you write every day for a month) keep your promise.
16) Invest in your blog. At first just time and energy. As you can afford and you can also invest money.
17) Make a SEO strategy. Work on it.
18) Make a SMO strategy (Social Media Optimization). Work on it.
19) Work daily on your blog. You do not have to write every day. There are other tasks you can handle.
20) Become visible both online and offline. Get involved in community projects and online or face-to-face to ensure your visibility and exposure.
21) Do not leave spam comments on another blogs.
22) Do not let your blog be just a collection of separate items. Get links from your articles where possible.
23) Optimize your blog to keep your readers for it. On this side I worked mainly on literary style and focus on the more useful content. There are hundreds of ways to optimize the experience of readers.
24) The blog is not a democracy. There are the same rights for everyone involved. If we make an analogy, the blog is more like a dictatorship. When someone is making talks beyond measure is your duty to intervene.
25) Do not count that you will live from your blog. Unlikely youll do that for quite a while, so make sure you have some source of income. You can make money from blogging, but it takes up time and work.
26) Periodically pick a day to do just administrative tasks. I usually do every Thursday and consists of tasks such as: replacement of broken links in articles, backup and database optimization, rewriting old articles, inserting links in articles (for example, take the last article and see where on the older articles you could put internal links).
There is a period (in many cases for over a year) in which you will not have any results. Most bloggers give in this time, disappointed that they do not see immediate results: traffic, website comments, likes etc. Unfortunately they do not come right away (unless you already have a very good online reputation).
I still believe that blogs (personal development blog or any niche) are a great tool and should be used extensively. The results will come, no matter how you started as a blogger.
If you already have a blog or want to make a website, give your opinion about the following topic: What problems did you encounter? What do you think should be avoided?
Author Bio:
Myself Abdul from Webhostinggenius.net. I am into SEO and Internet Marketing industry since 2009 serving small scale businesses to medium scale since then.And Ive deployed all sorts SEO strategies and adword campaigns on all niches. I love to do anything related to Internet marketing and i cant imagine doing anything else. You can contact me If you are having questions related to SEO, Internet Marketing, Social Media or Web hosting.Available link for download
Friday, September 30, 2016
Embed PowerPoint Presentation in Blogger With SlideShare
Embed PowerPoint Presentation in Blogger With SlideShare
Putting something new in blog posts like giveaways, special document files, infographics, premium videos and presentations is always best thing and blog readers will not get bored by reading articles all the time. It means we should not always write articles but try to come with new way of presenting content as more as we can and thats only because blog readers should not get bored just like we get bored by eating same dish everyday on dinner. Today, Im going to show you a method which can help you to change your way of presenting content is blog posts. Were going to learn that how can we embed PowerPoint Presentations in Blogger with SlideShare.Embed PowerPoint Presentation in Blogger With SlideShare
Its not important to always embed presentation in blog posts but in some cases, bloggers may want to embed presentations in blogger platform specially, So for that, here were discussing about it. Microsoft PowerPoint is most popular tool to prepare presentation so you can use that tool to create your presentation first. By default, there is no option to upload presentation in Blogger but with SlideShare it is easy to add presentations anywhere in the webpages. In short, well use SlideShare to embed PowerPoint presentation but there are more benefits with SlideShare after this.
SlideShare is one of the most popular place or site to share PowerPoint Presentations online. On this site, everyone can upload presentation easily and theyve huge audience from all over the world which view presentation there. It means uploading our presentation at SlideShare will also help us to get traffic and viewers of that presentation/slide. The basic tips for getting high views on slide are that try to put best content in slide, decorate the slide with beautiful effects and put attractive title and description while uploading slide. Other than this you can also put link in description of the post in which youve embedded that presentation as a credit link and it can also be considered as backlink which will help you to rank higher in SERP.
SlideShare is one of the most popular place or site to share PowerPoint Presentations online. On this site, everyone can upload presentation easily and theyve huge audience from all over the world which view presentation there. It means uploading our presentation at SlideShare will also help us to get traffic and viewers of that presentation/slide. The basic tips for getting high views on slide are that try to put best content in slide, decorate the slide with beautiful effects and put attractive title and description while uploading slide. Other than this you can also put link in description of the post in which youve embedded that presentation as a credit link and it can also be considered as backlink which will help you to rank higher in SERP.
Tutorial
- Create Your PowerPoint Presentation and Save it.
- Go To SlideShare and Make Your Account There.
- Sign in To Your SlideShare Account.
- Click Upload Button at The Top Bar in Right Side.

- There You Can Easily Upload The PowerPoint Presentation and Setup It Like Adding Title and Description.
- Once It is Uploaded Then You Can Embed it in Blogger.
- Open The SlideShare Which You Want to Embed.
- Click The Embed Button at The Top.

- After Clicking Embed Button, It Will Show a Box With Embed Coding.
- Click The Copy Button to Copy That Code.

- When It Shows "Copied" Then
- Go To Blogger >> Create New Post >> HTML Tab
- Paste The Copied Code in HTML Tab.

- Now You Can Do Further Changes or Prepare The Post.
- At Last, Click "Publish" Button To Complete It.
- Thats It.
Final Words
We should try to add PowerPoint Presentations in blog posts if it suits with the blog niche because there are some advantages of it which Ive already discussed above. I hope the anyone of youve not felt any problem in understanding the tutorial if anyone has problem then feel free to ask in comments. Let us know your views in comments and also share this post with your friends. Happy Presenting!
Available link for download
Labels:
blogger,
embed,
in,
powerpoint,
presentation,
slideshare,
with
Subscribe to:
Posts (Atom)
