Skip to main content

AddThis Social Sharing Sidebar for your Site


AddThis Sharing Sidebar


AddThis sharing sidebar is a very common gadget for social sharing. Smart developers or bloggers often use AddThis tools in their webpages. Because it looks nice and thus attracts many visitors to share your contents in their networks. And I also like it because it's small in size and loads faster. 


If you would like to design your own sharing buttons, then it's okay. But if you're thinking of third party tool, then I recommend AddThis. It's very easy to setup. You've to register in AddThis website. There you will get a dashboard which provides your sharing analytics!


Limitation

AddThis has both paid and free tools. Of course the paid users get more benefits. Suppose if you're a free user, then you will not have button counts in your gadget. 


Registration/ Sign Up

First you've to create an account in AddThis. Creating an account is very easy here. You can sign up via Google, Facebook or Twitter. Or you can simply create an account through your email ID. The link below is the account opening page:


After completing the sign up process, sign in to your account and go to the Dashboard. Here you will get Analytics and Tools menu. Go to the tools menu to check available tools for your site. 


Choosing the Right Tool for your Site

As mentioned earlier, you will get several paid and free tools in the tools page. And you know I always focus on free tools. There are different types of tools such as - Sharing Tools, Follow Tools, Recommended Contents etc. 

Hopefully you already know which tool is used for which work. And their setup system is almost same. So, I will just talk about Sharing Sidebar. Have a look at the sample:


AddThis Social Sharing Sitebar


Have you noticed the behavior of the above sidebar? When someone visits your site, the sidebar will be displayed in the left or right as you've configured. And the visitors can vanish the sidebar anytime by pressing a small arrow which will be located below the bar.

I think it's very handy for the visitors. Because if they can't read something in the page due to the sharing bar, then they can hide it. And if the readers like your article and would like to share it, then they can get the bar back! 



How to Setup?

Setting up the code is also very easy. Simply follow the steps below:
  1. Go to the Tools page.
  2. Then move to the Share Tools > Sharing Sidebar > Setup.
  3. Choose a side - Left or Right.
  4. Choose your site theme i.e. Dark, White, Transparent etc.
  5. Enter your Title if necessary (It appears above the bar).
  6. Choose number of buttons to be shown. You can also choose which buttons will appear.
  7. Hit on the Show more options if you need to adjust more.
  8. Hit on the Activate button.

Your code is now active. But in order to appear the sidebar on your page, you must place the code (The code which you get at the bottom of your settings page) in your page source. This is my code:

<!-- Go to www.addthis.com/dashboard to customize your tools --><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54caee1f0a654417" async="async"></script>

You have to place this code in your site's source code/ HTML in the <body> section. If you're using blogger, then you can place the code through HTML/JavaScript gadget


For other websites, place the code in the <body> section. 






Stay with Marks PC Solution to get more interesting IT topics!


Comments

Popular posts from this blog

GTA San Andreas Cheat Code (PDF)

After Vice City, San Andreas is the most popular game released by Grand Theft Auto (GTA). Usually GTA releases role playing game. San Andreas is such a game where you can act like a person. You can do everything. You have to take part in missions and complete them.  To make your missions easier, there are lots of cheat codes. If you can properly apply these codes, the tough parts of the game will be easier. Cheat codes are somewhat like keyboard shortcuts of computer programs.  I've shared 63 cheat codes below. There were more cheat codes in my collection, but I've omitted the less important cheats. Effects or result of the cheats are on the left side, and the codes are on the right side.  You can copy the following codes in your PC. And for your convenience, I've also uploaded a PDF file of these codes. You will find the download link at the bottom.  Effect Cheat Code Adrenaline Mode MUNASEF All Cars Explode ALL...

Joining Texts from Multiple Cells in Excel

  Programs like MS Excel is full of functions. There are many useful functions that we don't use or we don't know about. One of them is CONCATENATE. It means joining or linking. With this function you can join texts from multiple cells. Let's see how . . . Suppose you're working in an Excel Worksheet where you need to combine texts from different cells. I'm gonna show you an example. Let's consider the image below -    What do you see ? I've imputed First Name and Last Name. In Full Name column I've used the formula i.e. CONCATENATE. And in the last column I've added Mr. with the full name.    So how do you use this formula ? Here it is -  =CONCATENATE(A2," ",B2) Observe it carefully. You can add more than 02 cells with this functions. Here I've just used 02 cells. You may think what is this " " for ? You may notice that there is a space between the two i.e. " & ".  If you don't use " " then you...

Running Total/ Cumulative Sum in Excel

  Hey Guys! You should have noticed that I'm writing on MS Excel for last few days! To be honest I'm trying to learn some simple and useful tricks of Excel. And I'm also trying to share my knowledge with you. In this post I've come with such a little trick which maybe very useful if you face such situation. Let's begin . . .    Running Total/ Cumulative Sum It means the summation of numbers in a list and it will be updated each time when a number is added or changes. Look at the image below -    Look at the image. There are two columns with numbers. The first one is simply the number list. But the 2nd one is the summation of the list. Each time a new number is added to the first column the second one shows the summation. How to do this?  It's not a magic. Very simple sum formula is used to perform this task. But there is a little trick. You just need to lock the first cell and then every time it will update the running total list.  Here is my list. Sim...