a




a




a




a




Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label Blogger's Tricks. Show all posts
Showing posts with label Blogger's Tricks. Show all posts

How To maintenance Blog

How To maintenance Blog


Two years back, I depended on this service. I used to manage others blogs from content creation to monetizing.
This is an effective way of making money blogging even if you’re not an expert in your niche.
You need to show your clients some social proof that you can bring results to their blogs.
How can you do that?
Use your content. If your content is attractive, no doubt, many people leave comments, shares and links to your posts.
What else could be the BEST social proof than your content?
But what exactly is blog maintenance?
It typically contains;
 Content creation
 Idea generation for blog posts
 Traffic generation
 Bringing more leads
 Monetizing the blogs
All you’ve to do is to find few clients’ sites and keep posting on their blogs for certain period of time.
How much money can you make?
It depends on your offer. If you “sell the results” you can demand more money (say $3000 for 3 months). But again, you’ve to bring the results. After all, blogging is a business, not a charity.

Seo Help How to sell eBooks successfully

Seo Help How to sell eBooks successfully


Here are few ways to increase your eBook sales.

1.Offer few copies for free for a limited time
And ask for a testimonial in return.
Why giveaway first few copies for free?
If you’re just starting out, no one knows about your expertise. No one believes in your products, so no sales.
By using this sneaky tip (giving away first copies, let’s say 100 for free), you can boost your sales and testimonials from real people.
When you get testimonials, you can showcase them as a “social proof” which again increases your eBook downloads. A win/win approach.
2. Start with a small price
This is another tactic to make more sales in the beginning.
Don’t overprice your eBooks if you’re just starting out. No one buys an eBook for $47 if you’re niche is limited and no one knows your name online.
Let’s say if your product is of $97, charge just $27. If the people see the value in your eBooks, they will definitely make a sale.
3. Create a dedicated page
Most eBooks sellers suck at this. They either create poor landing pages or don’t create at all.
Landing pages are golden.
They have specific goals i.e. to increase your sales by giving less distraction to the user.
So consider using a landing page. But how can you create one?
You can either hire a designer or use premium tools like Premise, OptimizePress etc.
Note: Glenn Allsoop from ViperChill is providing free landing page templates on his blog. Go and grab it now!
And remember…
Appealing design and format is essential.
Without proper design, you might not see any growth on your sales. If you’re in confusion, give your readers less options.
4. Attract affiliates
The ultimate way to increase your eBook sales is to attract affiliates.
Why?
You need more online visibility to get boost your eBooks sales.
And the BIGGEST reason to attract affiliates is because it’s an extremely effective channel you can use to increase your product’s visibility and add to your revenue.
Although most affiliates won't bother giving 50% commission, and 60% is standard and it’s becoming necessary to offer as much as 85% to get attention from the affiliates.

How to add Blogger Poll Widget To Posts


How to add Blogger Poll Widget To Posts


The Blogger poll widget results are stored on Google servers and even when you delete the Poll widget from your sidebar the results will still remain stored forever. What I often do is that once the polling is done, I remove the poll widget from the sidebar and then add it to a post and discuss the poll results.  See this poll results as an example,


Copy The Poll Widget Code From your Source File

  1. Visit your Blog and press Ctrl + U
  2. Next press Ctrl + F and search for this
http://www.google.com/reviews/polls

3.   You will find a code that starts with iframe and ends with iframe, something like this,

<iframe allowtransparency='true' frameborder='0' height='180' name='poll-widget-1533663100889025859' src='http://www.google.com/reviews/polls/ display/-1533663100889025859/blogger_template/run_app?hideq=true&purl=http%3A%2F%2F www.mybloggertricks.com%2F' style='border:none; width:100%;'></iframe>

4.   Simply copy that code and paste it wherever you want in your blog post!
    5.   That's it!

Awesome Recent Comments Widget for Blogger


Awesome Recent Comments Widget for Blogger



There are many changes made to Blogger Commenting System. At earlier time the basic commenting System was used then it changed to Threaded Comments (Others can reply to one comment), it can be change back to basic blogger Commenting System. All Blogger blogs are using Threaded Comments System. Now another type of commenting System was introduced in Blogger Blogs, Google+ commenting System.
The Recent Comments Widget also inspire your blog visitors to post a comment. Your visitors may be interested to see their names in other blogs. If their comment is good ,it will catch other visitors eyes and they also may have wish to do comment.
The Recent Comment Widget shows the Commentators name with Profile link followed by the Post nameand followed by their Comment. This Widget can be added to Sidebar or Footer or anywhere which catches the visitors eyes. This Widget was coded using JavaScript and you can also change the style of Widget according to your template.


Sign In to Blogger Dashboard

Select Layout -> Click on Add a Gadget

Take HTML/Javascript from the list

Give the Title and Copy the below code to it and Save


<script style=text/javascript src="http://netoopscodes.googlecode.com/svn/branches/Js files/recent_comments_netoopsblog_min.js"></script><script style=text/javascript >var a_rc=5;var m_rc=false;var n_rc=true;var o_rc=100;</script><script src=http://netoopsblog.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments ></script>

<a style="display:none" href=http://netoopsblog.blogspot.com>Recent Comments Widget</a><style type=text/css>
.rcw-comments a {text-transform: capitalize;}
.rcw-comments {border-bottom: 1px solid #666; padding-top: 6px!important; padding-bottom: 6px!important;}
</style>

Change the Blue highlighted with your blog name

Go to Layout -> Click on Add a Gadget

Select Feed from the list and give the following URL

http://computer-help24.blogspot.com/feeds/comments/default

Change the BLUE marked portion with your Blog URL
A Window will appear and shows demo,there are some options, you can select the options for adding comment date, commenter name etc.. Using this method you have only limited options.

Click Save


Add Comment count Blogger

Add Comment count Blogger


You noticed the number of comments displayed in comments section inside each posts. It is placed under the post. It is not noticeable to visitors. Do you want to add it to header to inspire your visitors to comment. The visitors only see the comment count when they reach at the end of the post. if the visitor not scroll to footer part , the comment count will not see.
Do you think about displaying comment count on the top of post will be better? Then here we are showing a technique to add comment count with beautiful backgrounds to the header part of the post, not only inside the post but also it will display to homepage.


After adding his trick the comment count will be displayed with post titles , if more comments on the post, it will encourage the users to comment and also helps to jump to comment section.

  • Sign In to Blogger Dashboard

  • Go to Template -> Edit HTML

  • Find (Ctrl+F) ]]></b:skin> and copy the below code above it

.comment-count {
float : right;
width : 48px;
height : 48px;
background : url(  IMAGE URL  );
background-repeat: no-repeat;
font-size : 18px;
position:absolute;
margin-top : -15px;
margin-right : 2px;
text-align : center;

Copy the URL of image you want by right clicking and select Copy image Location or Copy Image URL.

Replace the Blue marked portion above with the image URL


 Find the following code 


<h2 class='post-title entry-title' itemprop='name'>
 
or

 class='post-title entry-title'

 Add the following code below it
<b:if cond='data:post.allowComments'>
<a class='comment-count' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:post.numComments/></a>
</b:if>

 Save Template
And you will be done!!!

Make Money By Blogging

Make Money By Blogging


1.Affiliate marketing: Selling other people’s products for them and earning a commission on each sale. My Amazon story is an example of this. I’m also starting to see some fruit from promoting other products I believe in.

2.using advertising programs:
These are more advertising program options for blogging for money than ever before. Here are just four of the ever-expanding possibilities for making money from your blog by putting ads on your pages:


3.Market your own services: If selling stuff makes your skin crawl, you can use a blog to build an online presence and brand and then use it to land consulting or freelance services. (I’ve had several people contact me about things like writing an eBookSEO, and other topics I’ve written about.)

4.using affiliate programs: With affiliate marketing, a company agrees to pay you a commission for helping to sell their products. Visitors see the company's ad on your Web pages and, if they click through to the company's Website and do a particular thing, you'll get paid. The particular thing the visitor has to do varies; some affiliate programs pay per click while others pay per lead or even per sale. These are four of the biggest (and most established) affiliate programs on the 'Net that you can use for blogging for money:

5.Product sales: Sell your own products (eBooks, webinars, iPhone apps, whatever). I’m working on a few of these myself. The trick is delivering value and only giving your community what they want.

Top Blogging Tips

Top Blogging Tips

1.Getting started. Choosing a blogging platform is your first challenge. There are lots of free options out there including Wordpress, Tumblr, TypePad and Blogger. All of them offer free design themes so you can customise your own blog so it's very easy to get started. And if you're not sure how to use them? There's plenty of online video tutorials to be found on the web – for example, Wordpress has its very own lesson list to help get you started.


2. Great writing.  Duh? For the most part, blogging is a WRITING based media.  Sure, some folks have photo blogs or blogs that are just otherwise much more photo or video heavy, but MOST blogs are centered around writing and the way the blogger is able to weave a tale or communicate information.   Even the most mundane of lives or topics can be written about in an entertaining, humorous, or insightful way if the blogger writes truly well.  And I’m not saying this to exclude all those who weren’t born with that natural aptitude for writing, but I am saying this to
insert a little dose of reality. 

3.Planning. Is where you get everything down on paper. Without a solid plan to build upon, you’re going on guess work. Plan out what your tutorial is going to be about and what will be included. Work out the process for creating your product and how you’re going to promote it and sell it


4.Focus on marketing. You won't get anywhere if you just launch a blog and hope that people will come without any marketing effort. You have to actively market your blog and you can do that through a variety of ways. You can start chatting with other bloggers by leaving valuable comments on other people's blog posts – this will help draw people back to your own site. Or you can make use of the search engines and write about topics that are popular in the searches, like this very feature. Or you could even offer to contribute to influential e-zines or blogs to help raise your profile. Whatever you choose to do, just get out there and market yourself like mad. There's really no excuse not to



5.Images, images and more images.People love images. Some of the most popular arts and creative blogs in the world include a lot of imagery. This is partly because people love to quickly scan through web pages and they enjoy seeing photographs and pictures that help to break up text and add visual interest. When writing a creative blog, images are essential so provide as many as possible and give your audience lots of things to enjoy


6. Time.  Now THIS is where we might lose some folks.  Seriously, even if you write like a pro on an aesthetically pleasing blog and offer readers something of value in your own unique voice, your blog’s following will STILL grow slowly if you aren’t willing or able to put TIME into networking with other bloggers and interacting with your readers.  When I first started this blog, I would spend a few hours at a time EVERY DAY visiting, commenting on, and following dozens of blogs – leaving a trail of my link all over the blogosphere.  You simply CANNOT expect people to find you if you don’t put your link out there whenever possible! (and by link, I just mean your profile – when you comment, you’re giving others the opportunity to click on your profile and find your blog!)



Bangla blog site list

Bangla blog site list

Here Some Bangla blog site list.We update this list next time.This help bangladeshi user to find helpfull bangla blog site .

prothom-aloblog     http://prothom-aloblog.com/

sachalayatan          http://www.sachalayatan.com/

amarblog                http://www.amarblog.com/index.php

choturmatrik          http://www.choturmatrik.com/

muktoblog              http://www.muktoblog.com/index.php

shobdoneer            http://www.shobdoneer.com/

sonarbangladesh        http://sonarbangladesh.com/blog/

ekusheyblog         http://ekusheyblog.net/

lotakambal             http://www.lotakambal.com/lotakambal/index.php

shoily            http://shoily.com/

amarbornomala             http://www.amarbornomala.com/index.php

nirmaaan         http://www.nirmaaan.com/blog/

amrabondhu        http://amrabondhu.com/

opest              http://opest.net/

mukto-mona         http://mukto-mona.com/banga_blog

cadetcollegeblog        http://www.cadetcollegeblog.com/

bishorgo              http://www.bishorgo.com/

American Blog Site List

       American Blog Site List

Here you can find good number of american blog site address.We update this list time to time.All this american blog sites are very helpfull for you.If you have more than blog list please comment all list you have.Thank you.

spectator            http://spectator.org/


amctv                  http://blogs.amctv.com/


blog.twitter            http://blog.twitter.com/

slog.thestranger.com     http://slog.thestranger.com/blogs/slog/

aflcio                      http://www.aflcio.org/

azcardinals           http://blog.azcardinals.com/

americanduchess            http://americanduchess.blogspot.com/

duffelblog            http://www.duffelblog.com/

pinkisthenewblog           http://www.pinkisthenewblog.com/

polyvore            http://blog.polyvore.com/

americanpreppersnetwork              http://americanpreppersnetwork.com/

allmusic               http://blog.allmusic.com/

nationalgeographic            http://adventureblog.nationalgeographic.com/

msnbc              http://maddowblog.msnbc.com/

thedisneyblog            http://thedisneyblog.com/

usreligion            http://usreligion.blogspot.com/

nytimes              http://artsbeat.blogs.nytimes.com/

theprophetblog          http://www.theprophetblog.net/

bizjournals           http://www.bizjournals.com/

sports.yaho              http://sports.yahoo.com/blogs/ncaab-the-dagger/

stylemepretty                http://www.stylemepretty.com/

rjkoehler              http://www.rjkoehler.com/

dallasmorningviewsblog            http://dallasmorningviewsblog.dallasnews.com/

thebuddhistblog          http://thebuddhistblog.blogspot.com/

blogs.state     http://blogs.state.gov/

heritage            http://blog.heritage.org/

theamericanconservative        http://www.theamericanconservative.com/

thebestamericanpoetry              

                        http://thebestamericanpoetry.typepad.com/the_best_american_poetry/

mjsbigblog          http://www.mjsbigblog.com/

he-american-interest           http://blogs.the-american-interest.com/wrm/

theamericanconservative      http://www.theamericanconservative.com/blog/

american         http://american.com/

aei-ideas        http://www.aei-ideas.org/

How to Add Facebook Like Box into Blogger Blog


Facebook fan Page are a great way to promote your blog or website and facebook like box is widely used social plugin from Facebook developers.This box also displays face of the "Likers"On your blog.Before creating a like box you should alredy have a Fan page or not make this first.

  • Find your fanpage url by visiting on your page copy the url on address bar.you can see the screenshot: