Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Monday, 20 July 2015

Tagged under:

5 Basic Tactics To Grow Traffic From Twitter. Number 2 is Quite Peculiar.

In case you’ve been studying Social Media Marketing for at least a while, you should have noticed that the amount of tactics just doesn’t seem to end.

There are hundreds of SMM experts who feel obliged to update their blogs every week and so they just keep coming up with new “tips & tricks” to teach their readers.

And so you end up reading something like: “Tip #138 – Order a few dozen air balloons with your Twitter username printed on them and go give them out in the nearest shopping center.” Nonsense.

So in this article I’d like to focus on a few fundamental things. I don’t care if you’ve heard them before, but I can give you my word that they are the ones that drive you real traffic from Twitter. Everything else is just fluff.


1. Ask and you shall receive!

Believe it or not, but the easiest way to get traffic from Twitter is to ask someone for a tweet. You will be surprised by how many people are likely to oblige just because you asked nicely.

This can be your friends, your blog readers or even well known bloggers who you’ve decided to reach out to

Once you finish your article, don’t forget to ask your readers for a tweet. You’ve just given them some cool information for free and many of them will feel obliged to return you the favour.

5 Basic Tactics To Grow Traffic From Twitter. Number 2 is Quite Peculiar.

Making other people tweet your content is the most fundamental strategy of Twitter Marketing.

2. Motivate your readers to tweet.

Ask yourself: “What would motivate me to post something to Twitter?”


Studies have shown that people love sharing things that make them look good in the eyes of their following. And thus they mostly tweet things that are:


  1. smart;
  2. valuable;
  3. funny.

Unfortunately tweeting your article might not feel this way. But what if you fill your article with short smart and valuable takeaways that could be tweeted? People might want to share them with their followers.


Lots of bloggers already use this tactic and they try to put at least one “tweetable quote” to every new article that they publish. And their followers are happy to get a cool sound bite that they can send to their Twitter feed.

In case you’re wondering how to create those quotes that can be tweeted with a click, I suggest you take a look at ClickToTweet online service and TweetDis plugin for WordPress. Whichever is more convenient for you.

3. Tell me who your friends are.

Irrespective of what industry you are in, there are bound to be plenty of Twitter influencers. These are the people who have thousands of followers and whose recommendations can really help drive traffic to you.

Engage with these Twitter influencers, talk about them in blog posts, set up interviews and group interviews with them, be a part of industry roundups, and when you do talk about them, let them know using @mention.

Sooner or later you’re going to make friends with some of them. And they will be happy to share your content with their Twitter following just like you’re sharing their content with yours.

4. Make Retweeting Easy

Most users on social media sites don’t want to waste too much time trying to figure out how to share a post or article. Make it easy for them!

Have a tweet button floating at their site all the time as they read through the article. You never know which paragraph will make them want to share your work on Twitter. You can use any social sharing plugin from our collection.

If your content is worth its salt and you are making it easy for people to retweet it, it will start spreading on its own and get you plenty of traffic from Twitter.

5. Write Evergreen Content

Twitter is a real-time social media sharing website. So you should focus all your attention on creating blog posts about current events, right? Not necessarily.

There is something to be said about creating evergreen content that will be relevant for at least a year or more. By choosing the right topics and giving sensible advice, you may be able to create content that will pay dividends for a long time to come.

5 Basic Tactics To Grow Traffic From Twitter. Number 2 is Quite Peculiar.

Keep generating traffic toward your evergreen posts by scheduling tweets using WordPress plugins like Revive Old Post or simply scheduling your tweets with Hootsuite.
It doesn’t get simpler than that – create valuable content (evergreen or current), fill it with tweetable quotes, ask people to tweet them in a straightforward manner, and get Twitter influencers and authorities to vouch for you!
The crucial thing is to focus on getting more people to tweet your articles which drives traffic from Twitter, and not focus only on the number of your followers.
What are the strategies you’re following to grow traffic from Twitter?

Sunday, 19 July 2015

Tagged under:

How to Add Chat Emoticons in Blogger Comments

How to Add Chat Emoticons in Blogger Comments

Due to increase in the use of social media platform people have a habit of using funny Smileys along with their comments. Recently, one of our user asked us that how to add chat emoticons in blogger comments? Today in this article, we will show you how to add chat emoticons in blogger comments.

Why to Add Chat Emoticon in Blogger?

Action speaks louder than words. Similarly, chat emotions are a way to show your mood. Whenever a user leaves a comment on your site, you don’t have any idea about how he is feeling. However, if the same comment has a Angry, happy, or confused emotion image then you can easily understand that mood of the commenter. This is the reason why, a lot of commenting systems are adding emotions to there platform. And the same thing can be added to Blogger custom commenting system as well.

How to Add Chat Emoticons in Blogger?

First of all, Sign in to Blogger and then select your Blog.

After that, you need to Click on Template From left bar and then Click on Edit HTML.

Now, Press Ctrl+F and then you’ll have search bar and then search for </body> tag using that search bar.  Ones you found the </body> tag, then paste the following code above it.


<script src='https://78f4de3676ac34c79dbc2146065980a0e371905b.googledrive.com/host/0B6AQ0cwAMPNQfnZBck56QnZHT0pSbFY1dmtWcFFwUjJWVlNMMFg3ZW1QSmJFT2l3RmVtTXc/js/netoops-whatapp-smileys-blogger-posts-comments.min.js'/><script type='text/javascript'>//bloggersmileys.init();</script>


That it, after adding the above link emoticons can be used in comments. However, if you want to display emoticons short codes to help users to use them efficiently in their comments, then continue following the tutorial.



Again in the Template, search for <div class='post-footer-line post-footer-line-3'> then look for </b:includable> tag and just above it paste the following script.


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='noopsmile' id='noopsmile' style='background-color:#E0F7FF;background:#eee; border-radius: 7px;width:634px; padding:10px; border:1px solid #ddd'>
<img src='https://78f4de3676ac34c79dbc2146065980a0e371905b.googledrive.com/host/0B6AQ0cwAMPNQfnZBck56QnZHT0pSbFY1dmtWcFFwUjJWVlNMMFg3ZW1QSmJFT2l3RmVtTXc/imgs/comment-section1.png'/><a style='display:none;' href='www.netoopsblog.com' >bloggerwidgets</a><div align='right' id='close' style='font: bold 13px arial;margin-top: -14px; cursor: pointer;'> Close [x] </div></div><div id='open' style='background-color:#eee; border-radius: 7px; padding:10px;width: 87px;cursor: pointer;display:none;left: 582px;position: fixed;top: 1%;z-index:999;font-weight:bold;'> Open Emoticions</div>
 </b:if>
After that, you need to add the CSS coding of Smileys in order to make them look as appealing as Whatsapp, facebook or any other popular social platform. Search for ]]></b:skin> tag and paste the following code above it.

.post-body img.noops-smly {
  padding: 0 !important;
  margin-top: -2px !important;
}
Afterwards, simply hit the Save Template button and start using those awesome smileys on your blog.

We hope this article have helped you in learning how to add chat emotions in blogger comments. We are sure it would have been proven helpful for you. If you are facing any difficulty while applying this, then lend your queries in the comment box. Any of our team members will get back to your queries.