Integrate With Your Static Site
Last updated
Last updated
In this tutorial you will learn how to embed query results from UseSQL into your static site. This will be very similar to the methods used in the Ghost tutorial. If anything is unclear feel free to reach out for assistance.
You have a couple of options to streamline the creation of your queries. The one we will use in this tutorial will be using your standbox. We will be submitting the following query to the sandbox to generate our API request.
Which generates the following request
Note: You can try this out for yourself if you are logged in here. If you don't have an account you can also use the demo interface here.
After this you just need to either add a new key or use an existing key.
At this point you can see your results. The demo can be seen here with the styling from step 4, and the source can be seen here.
It's pretty easy to secure our key. To add these restrictions we need to login, and navigate to our dashboard clicking on the domains link for the key that we want to add the restriction to shown below.
After that the domain for the static site needs to be entered. For the purposes of the tutorial the domain in this example is entered below. To add more than one domain you just need to seperate it by a comma.
The table is returned without any styling applied so in order to apply additional styles we just need to embed the styles applying them using the id we applied earlier to our sql-result. Take a look at the static site source to see how we applied the style below here.
At this point you can take a look at the static site example we built through this tutorial here, and its source here.