5 Comments

  1. Hi Matt,
    Do you have any tips on how to convert URLS going to Twitter from a FooBox share so that the url is shortened and generates a twit pic?

    1. Hi Ryan,

      When posting to twitter, the URL will automatically be shortened by twitter into a t.co URL, as can be seen in my tweet here : https://twitter.com/themergency/status/426589089458946048

      Regarding the twit pic, that is a cool idea and def something I will look into. Just off the top of my head, I think this can only be done via the API, so there might be some auth problems getting this to work on behalf of the end user, but it is worth looking into for sure

      cheers

  2. I have been checking your script but it is diferent from what is displayed at http://fooplugins.com/foobox/faq/ , There interpretation of the code is:

    jQuery(function() {
    jQuery(‘.footrigger’).click(function(e) {
    e.preventDefault();
    var div = jQuery(this).attr(‘href’);
    jQuery(div).find(‘a:first’).click();
    });
    });

    What is the difference?

    Ivan from wildatpalmas.com

    1. Ha! The difference is that mine is outdated. We’re actually updating all the Documentation at FooPlugins. Should have a really spiffy new site with super detailed info and helpful walkthroughs for FooBox really soon here. I’ve updated that section to be current with the latest versions of FooBox. Thanks for paying attention!

Leave a Reply

Your email address will not be published. Required fields are marked *