Share Count and mobile share

Posted in: Newsmag
Post count: 3

Hi guys

Is it possible to add a share count at the top of the posts? Next to the share buttons.

Also, on the desktop version, it says SHARE next to the buttons but not on the mobile version. Most of our visitors are using mobiles so I’d like to do more to encourage them to share posts. Can we add SHARE to the mobile version? Or can we change the button text to Say SHARE ON FACEBOOK etc?

Any help would be great 🙂

Post count: 6535

Hi

Unfortunately the theme does not have a share counter and there is not an easy way of doing this. You could try a plugin with a similar functionality but we din’t made any tests and I can’t say how or if they will work with our theme.

You could use this css to display SHARE on mobiles: http://screencast.com/t/glvG5KZCafNB

@media (max-width: 767px){
.td-post-share-title {
display: inline-block;
}
}

Hope this helps.
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.