Tag: embed

Embedding a photo

There are many ways to insert a photo into your blog post. If you are looking for a high quality image, like we wanted for the artist statement blog posts that we were working on this week at Cpastal Taranaki School, then embedding the photo is a good way to go. This will give you a higher quality image (less fizzy) than other options, such as uploading a screenshot into the media folder.

Here’s how:

  • Click on the photo you would like to embed to open it.
  • Click on the three vertacle dots (skinny snowman) in the top right corner.
  • If the option to ’embed item’ shows up, go ahead and click it. If not your may need to  select ‘open in another window’ and then repeat the process so that the embed option shows up.
  • Select and copy the embed code.
  • On a new tab, open your new post on Edublogs. Click the ‘text’ tab, and paste in the code.

And you’re done! When you click back onto the visual tab, you should see your embedded photo in all it’s high quality glory.

Here’s an example of an embedded photo:

And here is the same photo inserted as a screenshot instead:

Do you notice any difference in the quality between these two pictures?

Creative writing competition – how to embed a doc

To embed the doc: File – Share – publish to the web – Embed and click publish. Copy the code and paste it into the text tab on your post.

Write a reflection: Write a short summary of your story, tell us why you have written it and what you have learnt. Add a question at the end to encourage feedback (comments) from your readers.

To change the embed code so that your doc takes up the whole screen:

Add sizing into the HTML

Original HTML: <iframe src=”https://docs.google.com/document/d/e/2PACX-1vRV8nj8HA-RzgZ0_SdWznaJjEn24j1QO4MBcf1XDS6w6mVdZB260LGmfZGIuMYx-nxjCbzjF4kL_ZKq/pub?embedded=true”></iframe>

Remove the end of the HTML </iframe>

Add width=”840″ height=”880″>

Your new embed code will look something like this:

<iframe src=”https://docs.google.com/document/d/e/2PACX-1vRV8nj8HA-RzgZ0_SdWznaJjEn24j1QO4MBcf1XDS6w6mVdZB260LGmfZGIuMYx-nxjCbzjF4kL_ZKq/pub?embedded=true”width=”840″ height=”880″>