Likes not in Sync
-
When I like a blog post in the BP activity stream it does not show up under the blog post in that actual blog post page.
When I like a blog post in that blog post page itself, the Likes for it in the Activity stream is not shown or incremented.
I am using WP 4.1.1 and BP 2.2.1 – Multisite
I am also using Buddypics by modemlooper from wp org plugin repo.
It has nice and useful Favorit sync – that is you can like a photo post in the Activity stream – it will show up under the photo / photo post in that actual page. Again you can Favorit by clicking on the Favorit button in the photo page itself – it will show up in the Activity stream.It uses code like this in its comment.php
<?php if ( is_user_logged_in() ) : ?> <?php if ( !bp_get_activity_is_favorite() ) : ?> <a href="<?php bp_activity_favorite_link(); ?>" class="fav" title="<?php _e( 'Mark as Favorite', 'buddypress' ) ?>"><?php _e( 'Favorite', 'buddypress' ) ?></a> <?php else : ?> <a href="<?php bp_activity_unfavorite_link(); ?>" class="unfav" title="<?php _e( 'Remove Favorite', 'buddypress' ) ?>"><?php _e( 'Remove Favorite', 'buddypress' ) ?></a> <?php endif; ?> <?php endif;?>Can you please enable “sync” in WP U Like so that it is meaningful for the user – so that they can do a proper actual 2 way liking as in any social net ? Thanks a lot.
The topic ‘Likes not in Sync’ is closed to new replies.