How to use Jetpack in Local (Video Tutorial)

jetpack It is a plugin that we use more and more in the development of our websites made in WordPress.

With the problem that we find is that if we want to use it locally, it tells us what threads, which we cannot, we find a message of this type when we want to connect it:

jetpack-site_inaccessible

Of course, this is a problem if we are creating our website locally before uploading it to the server.

But do not worry Jetpack provides us with a solution, and this solution is to let them know that we are creating the web in development.
How do we notify you? adding the following line in the wp-config.php file of our website:

define ('JETPACK_DEV_DEBUG', true);

Once we add the previous code we can see that in the Jetpack configuration screen it tells us that we are in development but lets us use it:

jetpack-development-mode

If you want to see the video tutorial here it is:

Subscribe to my channel:  

I hope you liked it 😉
regards
Oscar

Leave a comment