add a link to caption with fancybox

add a link to caption with fancybox

In fancy box not sure how I would add another href link within the caption. I am adding regular text this way. Already linking to the larger image though, but would like to link within the data-caption if possible.

  1. $(document).ready(function() {
  2.  $('.fancybox').fancybox({
  3.   beforeShow : function(){
  4.    this.title =  $(this.element).data("caption");
  5.   }
  6.  });
  7. }); // ready
  8. <a title="website" data-caption="data caption yo!" href="img/portfolio/GSI_web_large.png" width="776" height="494" alt="website" class="fancybox"><i class="fa fa-plus fa-2x"></i></a>