Introduction
In this article we will create a very unique and useful web app. The important thing to note here is that we will not write a single line of code. Yeah! You read it correctly, no coding at all! What we are creating is a web app that checks our blog each fifteen minutes and if any new post is made on the blog then it will be uploaded to our DropBox folder automatically. So let's create it.
Understanding "This"
In this application "This" is our WordPress blog and all the posts that will be posted on it will fire a trigger. The trigger can be fired for each post or for a specific category. For this article i'm choosing a trigger that will be fired for each post.
Understanding "That"
In our web app "That" is our dropbox account. Whenever any trigger is fired from WordPress we will create a new file in a DropBox folder and add the post content into that file. This will serve as a backup tool for our blog.
Creating A Web App


















Comments
Join the conversation! Your thoughts help the community grow.