Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor techotronic

    (@techotronic)

    Hi,
    yeah, that should work if you added the CSS class “colorbox-link”.
    At least this snippet works on my site when embedded in a post:

    <a class="colorbox-link" href="#searchbox">SEARCH</a>
    
    <div style="display:none">
    <div id="searchbox">
              <p>Search box goes here</p>
    </div>
    </div>

    Cheers,
    Arne

    If it is an external link,how i can i open it in colorbox popup?

    Plugin Contributor techotronic

    (@techotronic)

    Hi,

    that works exactly the same way:

    <a class="colorbox-link" href="http://www.google.com/">SEARCH</a>

    Cheers,
    Arne

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: jQuery Colorbox] Inline HTML for Colorbox’ is closed to new replies.