Throughout the project, I encountered a lot of technical problems. In this blog, I will explain in details how I solved the problems.
In one of my blogs titles "Statement of Intent", I was required to upload a PDF document onto the page. I tried to upload the PDF using only the embed link but it didn't allow me to resize the image, which caused a difficulty. Despite this, the method worked just fine when I uploaded a presentation onto Blogger.
I went into my teacher's blogger for guidance and looked on his post where he explained how to embed the link correctly so that the image of the document could be resized.
How?
- Upload the PDF to Google Drive
- Click "Share" and copy the link of the PDF document
- Make sure that "Anyone with the link" has access
- In the blogger page, open up "HTML View"
- Paste the link
- Remove "usp=sharing" and change "view" to "preview"
- Add the code <iframe src=" " width="640" height="480"></iframe> and instert the PDF link into the src=" "
- Publish
- Click on the file option on the top left of the page
- Click 'View settings'
- Click 'Add guides'
- Choose the custom option
- Apply the border size to your liking
Reflection: Turns out this task wasn't as difficult as I thought it would be. The video that my teacher uploaded on his Blogger as a tutorial was very simple and easy to understand. I usually have difficulties in understanding topics and actions relating to coding but I realize that as long as I find the right resources, it will be easier to do things rather than just trying to do it on my own without any research. I've noted down the instructions on the video so that I could refer back to it when I face difficulties like this in the future without having to rewatch the whole video again. This also applies to all the other problems that I faced.
No comments:
Post a Comment