How to get share counters if have post ID?
-
Hi!
At first thanks for a great plugin!Please help me to find solution.
I open posts in popup using Ajax.
All post data I get by post ID
I mean:$ajax_post = get_post( $_POST['post_id'] );
then I get title, thumb and content such way:
$ajax_post->post_title $ajax_post->post_content get_the_post_thumbnail( $ajax_post->ID , 'full' )
than I use shortcode:
[Sassy_Social_Share url="'. get_permalink( $ajax_post->ID ) .'" title="'. $ajax_post->post_title .'" count=1]
All working, but share counters does not show… (PS: with single.php all working fine )
Maybe I should set one more parameter or smth else?
e.g. for facebook counter I have
<ss class="heateor_sss_square_count heateor_sss_facebook_count"> </ss>
- The topic ‘How to get share counters if have post ID?’ is closed to new replies.