Mitchell McKenna - tagged with jetpack http://mitchmckenna.com/feed en-us http://blogs.law.harvard.edu/tech/rss LifePress mitchellmckenna@gmail.com Jetman Dubai : Young Feathers 4K http://mitchmckenna.com/post/15493/jetman-dubai-young-feathers-4k

Oh man, i know these jetpacks are probably dangerous and need lots of training, but it seems like it would be totally worth it based on this video.

We mark a new milestone in the chapter of human flight. Join Jetman Yves Rossy and his protege, Jetman Vince Reffet as they explore the limits in the city of dreams.

]]>
Tue, 12 May 2015 14:37:00 -0400 http://mitchmckenna.com/post/15493/jetman-dubai-young-feathers-4k/jetman-dubai-young-feathers-4k
Fix WordPress' Jetpack Publicize Not Using Correct URL Structure in Permalink http://mitchmckenna.com/post/15187/fix-wordpress-jetpack-publicize-not-using-correct-url-structure-in-permalink

Jetpack's Publicize can be a handy feature to automatically share your post to various social network's like facebook, twitter and google plus.

One of the annoying features is when it shares it on those social networks it posts a http://wp.me... short link. You can fix that by deactivating "WP.me Shortlinks" in Jetpack settings.

Another annoying thing is even if "WP.me Shortlinks" is disabled, it will share the url in the classic http://domain.com/?p=123 permalink structure. In order to fix this, add the following to your theme's functions.php file:

function tweakjp_cust_shortlink() {
    global $post;

    if (!$post) {
        return;
    }

    return get_permalink($post->ID);
}
add_filter( 'get_shortlink', 'tweakjp_cust_shortlink' );


This solution was posted by the Publicize plugin author here: https://wordpress.org/support/topic/publicize-full-url-to-twitter

]]>
Tue, 17 Feb 2015 03:35:50 -0500 http://mitchmckenna.com/post/15187/fix-wordpress-jetpack-publicize-not-using-correct-url-structure-in-permalink/fix-wordpress-jetpack-publicize-not-using-correct-url-structure-in-permalink
Ray flys Martin Jetpack for a VIP http://mitchmckenna.com/post/6666/ray-flys-martin-jetpack-for-a-vip

The Martin Jetpack is clean and has full panels on for a flight demo for a VIP - Ray puts on his "standard" display for our guest - www.martinjetpack.com

]]>
Wed, 10 Mar 2010 14:13:00 -0500 http://mitchmckenna.com/post/6666/ray-flys-martin-jetpack-for-a-vip/ray-flys-martin-jetpack-for-a-vip