WordPress

Handle WordPress Remote Requests with OOP

WordPress remote functions are great to handle requests with other services. If you have various APIs which you want to access using WordPress, you can use those functions for everything. They can become a little cumbersome with all those settings, but with object oriented programming we can make our requests easier and even more readable.

Read More

Image for Sharing Buttons similar to Jetpack
WordPress

How to Create Sharing Buttons similar to Jetpack

Have you ever used Jetpack Sharing module? This is a great module that displays sharing buttons at your will with enough settings to customise which social media you want to use and how will the buttons be displayed. In this tutorial we will create the sharing functionality similar to Jetpack.

Read More