• Hello πŸ™‚
    I was searching very long time and it was the worst time of my life πŸ˜€
    I got one, quite big problem with redirecting. When i click on the comment – on the sidebar, widget – i got redirect to the POST, not to the COMMENT. I know that comment ID from wordpress and comment ID from disqus are different. I don’t know how should i change it.

    <div class="tab-item-inner group">
    <?php $str=explode(' ',get_comment_excerpt($comment->comment_ID)); $comment_excerpt=implode(' ',array_slice($str,0,11)); if(count($str) > 11 && substr($comment_excerpt,-1)!='.') $comment_excerpt.='...' ?>
    <div class="tab-item-name"><strong><?php echo esc_attr( $comment->comment_author ); ?></strong> <?php _e('says:','hueman'); ?></div>
    <div class="tab-item-comment"><a href="<?php echo esc_url(get_comment_link($comment->comment_ID)); ?>"><i><?php echo esc_attr( $comment_excerpt ); ?></i></a></div>
    </div>

    Here!
    My site: lisiepismo.pl
    Try to hit comment from widget and than copy that comment address from disqus. Different sites. (I’m using DISQUS)
    If this is wrong place to that topic, i’m sorry but i’m upset because of that. I’m sorry for my english too. It’s hard to explain the problem when you can’t talk – perfectly – in language.

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[PLUGIN: Disqus]Redirect to my comment’ is closed to new replies.