Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor ryanv12

    (@ryanv12)

    I’m not sure what you’re asking, do you have an example?

    Thread Starter vl4d

    (@vl4d)

    check this site link
    down is one icon say show comments box

    Tom

    (@jeffreeeeey)

    Here you go: Link

    Thread Starter vl4d

    (@vl4d)

    @tom thank you..

    but how to put this code ?? i find this: disqus-comment-system/comments.php

    <div id="disqus_thread">
        <?php if (!get_option('disqus_disable_ssr') && have_comments()): ?>
            <?php
            // if (is_file(TEMPLATEPATH . '/comments.php')) {
            //     include(TEMPLATEPATH . '/comments.php');
            // }
            ?>
            <div id="dsq-content">

    and i need to replace with that

    <div id="comments" class="comments-area">
    	<div class="showDisqus">Show Comments</div>
    
            <div id="disqus_thread"></div>
    </div>

    from original code what i need to remove and to replace??

    Plugin Contributor ryanv12

    (@ryanv12)

    Keep in mind with Tom’s suggestion that it would require changing the plugin, which wouldn’t support this kind of functionality out of the box yet. If it’s important enough to you, you could always not use the plugin and integrate the universal embed code with the suggestions from the above link.

    Tom

    (@jeffreeeeey)

    Hi Ryanv12,

    The method used in the link I’ve provided doesn’t require any changes to the plugin code/files whatsoever.

    I can also confirm that this method works, because I’ve used it on a clients site. (also it’s in use on the site where the tutorial is posted)

    BR
    Tom

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘open the comment by clicking a image??’ is closed to new replies.