Drupal Technical
[Drupal Colorbox] How to launch an external URL in Colorbox?
Many Drupal users have wanted to know how to launch an external URL present in a node in Colorbox. If you are looking for a method to launch an external URL in Colorbox then read on to find out the exact method on how to do that.
Here is the method to do that.
- Enable Colorbox Load in Colorbox configurations.
- Use the following examples as templates for writing the URL of your choice within a node.
<a class="colorbox-load" href="http://google.com/?width=950&height=500&iframe=true">open Google in Colorbox (iframe)</a>
<a class="colorbox-load" href="http://google.com/?iframe=true">open Google in Colorbox (iframe)</a>
Hope that helps.
The easiest way to solve a Drupal issue is to hand it to the Drupal experts. We can provide a wide range of Drupal services to help you maintain and manage your Drupal websites. Get in touch with us to know more.
Reference:chttp://drupal.org/node/1214692