Pages - Menu

Monday, 2 February 2015

Add Linkedin Button to your Blogger template

In this article I'll show you how to add the button to your model Linkedin blogger.
There are three types of Linkedin button:


To add these buttons to your blogger blog, follow the steps listed below:
1- Login to blogger, then go to Edit >> Overview >> HTML code check gadgets Develop models.



 

2 Find the following line: <div class = 'post-header-line-1' /> and just after that line add the following code:

If you did not find <div class = 'post-header-line-1' /> search for the next <data: post.body /> set just before copy / paste the code below:

Vertical Count button
<Script type = "text / javascript" src = "http://platform.linkedin.com/in.js"> </ script> <script type = "en / share" data-counter = "top"> </ script>

or

Count horizontal button
<Script type = "text / javascript" src = "http://platform.linkedin.com/in.js"> </ script> <script type = "en / share" data-counter = "right"> </ script>

or

None button count
<Script type = "text / javascript" src = "http://platform.linkedin.com/in.js"> </ script> <script type = "en / share"> </ script>

And appointments more information here

No comments:

Post a Comment