LinkedIn and Google+ share button post

Posted in: Newsmag
Post count: 23

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

Post count: 6600

Hi,

You can try this: https://forum.tagdiv.com/topic/linkedin/

Thanks

Post count: 23

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?

Post count: 7909

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!

Post count: 3

I couldn’t find any inputs inside td-Module_Single

only the below lines:

<?php

/**
* Class td_module_single
*/

class td_module_single extends td_module_single_base {

}

Post count: 9544

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.
Post count: 7909

Hi,

Here you can find social share for posts: http://screencast.com/t/zuNj5gqXM5Ye

Thanks!

Post count: 42

I made it but it show just like a text: http://www.screencast.com/t/SgCnZfwxv http://www.screencast.com/t/SgCnZfwxv

  • This reply was modified 10 years by agidulyan.
  • This reply was modified 10 years by agidulyan.
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.