Check out my YouTube Channel for some ‘How to…’ videos on maths and economics. I also post each podcast episode there as an audio file only but there are some videos of interviews I did for the podcast on it too such as the episode with Professor Greg Mankiw.
As I learn new things for podcasting, whether it’s for setting up Skype or for working with my website, I find it useful to record what I learned. This is useful for me if I need to go back over something but it’s great to share it with others like you.
Here’s an example of one of these ‘How to…’ videos that I created after having been frustrated by how the images of books appeared on my website. I discovered how to place them side-by-side and created a video for us as a resource to go to:
How to Place Amazon Book Images Side by Side in WordPress
The link to the code required to place these books side-by-side is no longer available on YouTube but you’ve come to the right place to get it.
Just copy the following code and paste it into the Text element of your WordPress site and problem solved:
<div style=”text-align: center;”>
<div style=”display: inline-block; margin-right: 5px;”>YOUR AMAZON CODE HERE</div>
<div style=”display: inline-block; margin-right: 5px;”>YOUR AMAZON CODE HERE</div>
<div style=”display: inline-block; margin-right: 5px;”>YOUR AMAZON CODE HERE</div>
</div>
Note:
- Keep on repeating for as many book/CD/Kindle titles as you like.
- Also, make sure to end it with </div> as above.