basic links instead buttons for Facebook, Twitter and Google+

Posted in: Newspaper
Post count: 4

I’d like to use basic links for Facebook, Twitter and Google+ instead of the regular buttons.

In my current theme I use this type of code elements to bring up simple links
&t=<?php urlencode(get_the_title()); ?>”><b><?php echo getFBCount(get_the_ID(), ‘total’, 24); ?></b> Facebook Shares It works fine.

Where do I have to put this code the let the Facebook Shares link be shown at the frontend? Or is there another way to make this work?

Best
Akimo

Post count: 3343

Hello,
Here is the function for that http://screencast.com/t/8cFagdU2
and here is used: http://screencast.com/t/k0hrTdkLq

Thanks

Post count: 4

Thanks.
My td_module_1.php looks different. There is no “apply-filters”
anyway…
The function only provide buttons. I’d like to use simple links instead. Right now I use a code like this to show the number of shares: php echo getFBCount(get_the_ID(), ‘total’, 24);

Where do I have to put this code in the newspaper theme?

Post count: 3343

Hello,
Delete this code http://screencast.com/t/k0hrTdkLq to remove our sharing and use your link instead.

Or use a sharing plugin if you want something else.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.