Showing posts with label SOCIAL MEDIA. Show all posts
Showing posts with label SOCIAL MEDIA. Show all posts

Facebook Groups: Drive Massive Traffic To Your Blog

| |
0 comments



A social networking site Facebook started for chatting, viewing pictures etc. Few days later used for other purposes, present time more than social networking. We all are aware of Facebook and the number of users it has. We also have many tutorials on "How to get traffic from Facebook" etc. but now we are not going on Facebook Pages nor on Profiles. We are now attacking the Facebook groups. Which will definitely bring you a good amount of traffic. 
I just found this few days back, some people were posting links on open groups of Facebook, so I too was going to start posting links on open groups, but the people using the groups did not like the links they posted, so I dropped off the idea. After few days, I came to know about the groups in which people only post links to their blog. I was amazed to see that, and got a new way of traffic. Lets discuss deep.

Here are some words on Facebook groups and their uses-

1. No one crying:

The groups I explained above, do not have any person who are not aware of Blogging. These groups are only for the people who own a blog and can post their blog post link freely without any objection. These are also open groups but only for Blogger's, not like other open groups which disallow you to post your links.

2. New blogs, new friends:

As these blogs have many links to many blogs, you can find many interesting blogs over the world, some may be related to your niche. You can ask Ideas about your next post, or how should you improve your blog etc. In this way you can explore new blogs and fine new friends who can help you in blogging.

3. Massive traffic:

You can earn a lot of traffic from these groups, as everyone viewing the group may be interested to click on your blog. And if you post every link of your blog there will be nothing more better as you can get daily readers/visitors. This is something like free advertising of your blog.

Where can we find these types of groups?
This is a common question. Of course you will find them on Facebook :D.
Well I am listing some names and links here:
You can find more by yourself. Take care good bye, keep reading more articles on Blogger Tricks Hut. Happy Blogging.
Read More

How To Make Money With YouTube

| |
1 comments
The most important thing on this earth is money. Without money nothing is done. Today's post will not be on blogger but, something related to your blog upgrade. People need money for various things(if you're a blogger, you may need money for buying templates, advertising etc.) so they find different ways to earn money. So many go for making money online it is the simplest and best. But only some be successful on this, because of scams etc. So today's post is on how to make money with YouTube.

What is YouTube?

YouTube is the world's leading online video site, as a product of Google. Now we can earn a lot of money, or some money for filling your pocket through YouTube. This is not a great work to do, but a good thing to earn. You can just upload videos to earn money. 

Why will YouTube pay you money for uploading videos?

YouTube earns money through ads. You may have seen ads on YouTube videos while watching. When you click on those ads, YouTube earns money, as a publisher.

Will I directly get ads on my video? 

No, you need to apply for YouTube Partnership Program



Things needed when applying for YouTube partnership program
-Have own channel
-Number of videos
-Good amount of views


After you have all the above, you can visit YouTube partner page and submit information, then wait for approval. 


This is what the way you can make money with YouTube. Keep in mind be legal. Do not copy. Be safe. Use your money for good things, dont waste it.




Read More

Auto Share Your Blog Posts To Facebook Timeline

| |
0 comments


While you are a part time blogger, then the biggest problem is time. While we blog, we need to write good articles which needs much time. But still we can manage to do, but after posting on your blog and again on social networks is very big deal. So to make it easy I am going to introduce an application that posts all your blog posts onto your Facebook Timeline and your fan page's timeline. Using this saves most of the time. While you publish your post on your blog, the app publishes a link to the post you have published. And we all know how publishing links on our blog's fan page affects the traffic. So to make our work convenient lets get on to RSS Graffiti.

What is RSS Graffiti?

RSS Graffiti is an app on Facebook, this is a free application that posts all your blog posts to your Facebook Fan Page's timeline and your profile timeline. Not only your blog posts but also your Twitter Updates, YouTube Videos and many other. You can use RSS Graffiti absolutely free without any limitations. This is simple and very effective. 

Why should you use RSS Graffiti?

As I have explained the need of time at the starting, this application simply posts all out updates on our timeline which was a really boring manual work and not only boring but also time taking. So RSS Graffiti saves time. Nothing in this world is free, but RSS Graffiti is. You are free to use this super cool app for free. 

How to use RSS Graffiti?

There is nothing to do in this case. This is an application that does not make your work easy but does not give you work at all. This app is automatic, all the work is done by the app.

How to setup RSS Graffiti?

There is nothing great about setting the app, you may just go to the app page and follow the instructions. 
Read More

Pinterest Buttons With Counters For Blogger

| |
0 comments
The Pinterst now became the social media network of 2012 with more than 10.4 million registered users and 50 million blog posts. Daily Pinterest users have increased by over 145 percent from the beginning of 2012. This is a new networking site but is emerging amongst the existing popular social network giants like - Facebook, Twitter, Google Plus and LinkedIn. So now the task comes grabbing traffic to our blog from Pinterest. As other sites, Pinterest provides a button called "Pin It". These buttons help in increasing the traffic, similar to the buttons like - "Share", "Like" and "Tweet". So lets start our work on adding these buttons to our blog. 

How To Add Pinterest Buttons To Blogger?

1. Go To "BLOGGER" > "TEMPLATE".
2. Backup your template.
3. Click on "EDIT HTML"
4. Click "PROCEED"
5. Check the "EXPAND WIDGET TEMPLATES" box
6. Search for this code :

<data:post.body/> 
Now if you want to add the button, below your post titles then paste the codes provided just before/above the above code(<data:post.body/>). If you wish to add the button below your post then paste the provided codes just below/after the above(<data:post.body/>) code.

Horizontal Count
horizontal pin it

 <a class='pin-it-button' count-layout='horizontal' expr:href='&quot;http://pinterest.com/pin/create/button/?url=&quot; + data:post.url'>Pin It Now!</a>
<a href='javascript:void(run_pinmarklet())' style='margin-left:-93px; width:43px; height:20px; display:inline-block;'/>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>
<script type='text/javascript'>
function run_pinmarklet() {
var e=document.createElement(&#39;script&#39;); e.setAttribute(&#39;type&#39;,&#39;text/javascript&#39;);
e.setAttribute(&#39;charset&#39;,&#39;UTF-8&#39;);
e.setAttribute(&#39;src&#39;,&#39;http://assets.pinterest.com/js/pinmarklet.js?r=&#39; + Math.random()*99999999);
document.body.appendChild(e);
}
</script>

Vertical count 
<a class='pin-it-button' count-layout='vertical' expr:href='&quot;http://pinterest.com/pin/create/button/?url=&quot; + data:post.url'>Pin It now!</a>
<a href='javascript:void(run_pinmarklet())' style='margin-left:-46px; width:43px; height:20px; display:inline-block;'/>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>
<script type='text/javascript'>
function run_pinmarklet() {
var e=document.createElement(&#39;script&#39;); e.setAttribute(&#39;type&#39;,&#39;text/javascript&#39;);
e.setAttribute(&#39;charset&#39;,&#39;UTF-8&#39;);
e.setAttribute(&#39;src&#39;,&#39;http://assets.pinterest.com/js/pinmarklet.js?r=&#39; + Math.random()*99999999);
document.body.appendChild(e);
}
</script>

Today you have learned to add a pinterest button to your blog and how to promote your blog with it. We will be posting more such posts on pinterest and others. Stay tuned to blogger tricks hut. Don't forget to pin this post. 



Read More

PunchTab - Make Your Readers Come Again And Again

| |
0 comments
This is a company which rewards your readers for visiting your blog, liking your blog's page or tweeting or +1ing about your blog. Users can unlock badges for doing these activities. Users also win points for liking, tweeting, visiting, +1ing and commenting. This makes your readers visit your blog again and again inorder to gain more points and badges. Your readers will have a good competition in earning points. They can redeem their points, whenever they reach a particular stage with some good amount of points. This ofcourse promotes your blog and for promoting your blog, your readers get their   rewards.So lets install Punch Tab on our blogs.


How to install Punch Tab on Blogger?

1. Go to PunchTab and register.
2. Login to your account.
3. You will be taken to your dashboard.
4. Click on achievement program(on the main menu).
5. Choose a platform.(Click on the blogger icon).
6. Choose the position of Badges on your blog.
7. Then click on Install Achievement Program button.
8. Now install its widget on your blog.a
9. After you install the widget, you will see the badges on your blog.
10. Click on the badges banner, and register through facebook.
11. You are ready to earn points.


So today we have learned what is PunchTab and how to install it on your blog.
In future we will go more on it. Till then keep attached to Blogger Tricks Hut. Happy Blogging. Don't forget to subscribe and share.(To earn points :) )




Read More

Slide Out Egg Bookmarking Gadget For Blogger

| |
3 comments
Presenting a cute egg shaped fixed position on hover slide open bookmarking gadget for your blog. This is a normal bookmarking gadget but is dressed-up in a cute way. This stays at a fixed position on your blog. This contains Facebook, Twitter, Google +, Blogger, LinkedIn, Stumble Upon, Email buttons and the Share This Icon Offers hundreds more bookmarking choices. This widget is created by Paul Crowe. First you must check out the screenshot before you add this cute gadget to your blog. I have a tutorial below specially made for you for adding this widget to your blog. So lets go on to the tutorial



How to add slide out egg bookmarking gadget to blogger?

1. Go to "TEMPLATE" and click on "EDIT HTML".
2. In the "HTML EDITOR" find(CTRL+F) for </head> 
3. Just before/above </head> paste the following code:
<!-- Start Heart Bookmarking Gadget Code From http://bloggertrickshut.blogspot.com/ --><script src='http://w.sharethis.com/gallery/shareegg/shareegg.js' type='text/javascript'/><script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/><script type='text/javascript'>stLight.options({publisher: &quot;bea50586-2b9f-448d-947a-01385f28e305&quot;, onhover:false}); </script><link href='http://w.sharethis.com/gallery/shareegg/shareegg.css' media='screen' rel='stylesheet' type='text/css'/><!-- End Heart Bookmarking Gadget Code From http://bloggertrickshut.blogspot.com/ -->
4. Now find for </body> (Use CTRL+F to find codes)
5. Just before/above </body> paste the following code:
<!-- Start Heart Share Code From http://bloggertrickshut.blogspot.com/ --><div style='position: fixed; bottom: 2%; left: 2%;'><div class='shareEgg' id='shareThisShareEgg'/></div><script type='text/javascript'>stlib.shareEgg.createEgg(&#39;shareThisShareEgg&#39;, [&#39;facebook&#39;,&#39;twitter&#39;,&#39;googleplus&#39;,&#39;linkedin&#39;,&#39;blogger&#39;,&#39;stumbleupon&#39;,&#39;sharethis&#39;], {title:&#39; <data:blog.pageTitle/>&#39;,url:&#39;<data:blog.url/>&#39;,theme:&#39;shareegg&#39;});</script><a href="http://bloggertrickshut.blogspot.com/ ">Blogger Widgets</a><!-- End Heart Share Code From http://bloggertrickshut.blogspot.com/ -->

Customizing the position of the gadget/widget!

This is an easy customizable widget. You don't need to customize any big thing in this widget/gadget. Just you need to change the position of the widget. Well, it is optional because if the position fits your blog you may continue without customizing the position. So all just you need is to change the highlighted text in the above code. The code says: bottom: 2% and left:2%. This means the widget will float 2% away from the bottom and left. You can change those percents to change the position of your widget. 

After all, we have added a new cute sharing widget to our blog. I will be posting many other coll and cute bookmarking gadgets and more. Don't forget to subscribe to Blogger Tricks Hut. Happy Blogging. Comments are welcome. 
Read More

How To Get Free Facebook Likes?

| |
4 comments
Today's post will be away from blogger but useful for your blog. Today we will be learning how to get free likes to your Facebook page. All just you need to do is like Facebook pages. Just searching to get Facebook likes to Blogger Tricks Hut's Facebook Page, I came through YouLikeHits.Com. on a post of Stylify Your Blog, so I wanted to share this great website to you.  You can also get Google Circles and Twitter Followers
Read More

Sliding Facebook Like Box Pop Out For Blogger

| |
0 comments


Today I am presenting a Facebook Like Box that scrolls with you & slides on hover. You can view a demo of this on the right of this blog. To add this to your blog, you just need to add a gadget. You might also be like my previous post on CSS Slide Buttons. This effect is supported in all browsers & uses JQUERY and CSS. So now lets start the tutorial.



Read More
Powered by Blogger.