Hi,
How to add LinkedIn and Google+ share button under each post? http://screencast.com/t/f9aTf0sgNTBj
I tried but it doesn’t look the same way as the Facebook and Twitter sharing buttons (or they appear lower)
Thank you, Liesbeth Roos
Hi Lucian,
Unfortunately the code in above post didn’t work for me. http://screencast.com/t/I1zLISLcK42y
Do you know how to insert a google+ and LinkedIn social media share button?
Hi
Please edit td_module_single.php and replace pinterest button with linkedin: http://screencast.com/t/MJCAKIyyGGt
<a class="td-social-sharing-buttons td-social-linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=' . urlencode( esc_url( get_permalink() ) ) . '&title=' . $this->title . '&via=' . urlencode( get_bloginfo( 'name' ) ) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\');return false;"><div class="td-sp td-sp-linkedin"></div></a>
Then use this custom css in Theme Panel > Custom Css:
.td-social-linkedin {
width: 32px;
height: 32px;
background-image: url('https://media.indiacurrents.com/resources/resources/social-media/linkedin.png') !important;
background-repeat: no-repeat;
}
.td-social-sharing-buttons {
margin-right: 10px !important;
}
.td-sp-linkedin{
width: 32px;
height: 32px;
}
I’ve used an icon found on internet, but you can change it.
Result: http://screencast.com/t/fLzO6DTR
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Well, common sense would then indicate you might check:
/wp-booster/td_module_single_base.php
where that moved as of v1.6
(probably they should add a drop down to forum posts to specify WHAT version of theme people are using when asking for support … *HINT!* ) 🙂
-
This reply was modified 11 years by
simchris.
I made it but it show just like a text: http://www.screencast.com/t/SgCnZfwxv http://www.screencast.com/t/SgCnZfwxv