launch your site with jetpack!

22
Launch your site with Jetpack !

Upload: richard-archambault

Post on 08-Aug-2015

135 views

Category:

Internet


0 download

TRANSCRIPT

Page 1: Launch your site with Jetpack!

Launch your site with Jetpack!

Page 2: Launch your site with Jetpack!

@richardmtl

Happiness Engineer with Automattic

[email protected]

Richard Archambault

Montrealer, fan of metros (and Mini Metro!)

wpmtl.org

Page 3: Launch your site with Jetpack!
Page 4: Launch your site with Jetpack!

WordPress.org WordPress.com

+

What is Jetpack?

Page 5: Launch your site with Jetpack!

Connection with WordPress.com

https://signup.wordpress.com/signup/?user=1

Page 6: Launch your site with Jetpack!

Popular Features

Page 7: Launch your site with Jetpack!

Stats!

Page 8: Launch your site with Jetpack!

Custom CSS

Page 9: Launch your site with Jetpack!

Tiled Galleries

Page 10: Launch your site with Jetpack!

Related Posts

Page 11: Launch your site with Jetpack!

Widget Visibility

Page 12: Launch your site with Jetpack!

Site Management

Page 13: Launch your site with Jetpack!

Publicize

Page 14: Launch your site with Jetpack!

Tips!

Page 15: Launch your site with Jetpack!

Working with a staging environment

• It’s very important to disconnect Jetpack before cloning or copying a site from the staging environment to production or vice versa.

• If you lose your stats, don’t worry! Contact us and we’ll fix things up for you!

Page 16: Launch your site with Jetpack!

Working with client sites• There is one primary connection for each site (though other

users on a site can connect to WordPress.com as well). It’s best to use your client’s WordPress.com account to connect with. If they have a Gravatar or Akismet account, they have a WordPress.com account.

• You can also use the Jetpack Dev mode:

define(  'JETPACK_DEV_DEBUG',  true);

wp-­‐config.php:

in a pluginadd_filter(  'jetpack_development_mode',  '__return_true'  );

Page 17: Launch your site with Jetpack!

Working with client sites

• Control the modules that are activated by default:

function  my_function_only_stats()  {          return  array(  'stats'  );  }  add_filter(  'jetpack_get_default_modules',  'my_function_only_stats'  );  

Page 18: Launch your site with Jetpack!

Working with client sites

• Never show a particular module:

function  function_only_stats  (  $modules  )  {          $return  =  array();          $return['stats']  =  $modules['stats'];          return  $return;  }  add_filter(  'jetpack_get_available_modules',                            'function_only_stats'  );

Page 19: Launch your site with Jetpack!

Thanks, Jetpack Jeremy!

http://jeremy.hu/tag/jetpack/ @jeherve

Page 20: Launch your site with Jetpack!

Contribute!

github.com/Automattic/Jetpack

translate.wordpress.com/projects/jetpack/

Page 21: Launch your site with Jetpack!

Need help?

jetpack.me/support

@jetpack

Page 22: Launch your site with Jetpack!

@[email protected]

Questions?