Wednesday, 15 February 2017

ICT EX 3

CREATION OF BLOG ON BLOGGER.COM
BLOG is a discussion or informational website published on the World Wide Web consisting of discrete, often informal diary-style text entries ("posts"). Posts are typically displayed in reverse chronological order, so that the most recent post appears first, at the top of the web page. 


  • SIGNING UP FOR BLOGGER


STEP 1: Go to www.blogger.com
STEP 2: Enter your Google Email and password into the Sign In box on the right side of the screen.
STEP 3: Click Sign In. If you do not want your name on your blog, click Switch to a limited Blogger Profile
Signing Up for Blogger
STEP 4: Confirm Profile by clicking the Continue to Blogger button at the bottom of the screen.



  • NAME YOUR NEW BLOG


STEP 1: Enter the blog name and corresponding domain name (to precede '.blogspot.com') in the spaces provided.    
STEP 2: Select a “Blog title” and an available URL for your blog. You can check if the URL you are considering is available by clicking "Check Availability"
NOTE:  If it is unavailable try adding more letters and don't use things like hyphens, under scores, colons etc.                                    


STEP 3: Choose a starter template, which will act as the basic design/layout of your blog.                                         
STEP 4: Click create blog


STEP 6: Your New Blog is Active. You can add new posts and write content to it.

  • WRITE YOUR FIRST POST

STEP 1: You can create new blog posts, edit posts, and edit pages from under the “Posting” tab.
                               


STEP 2:  The title of your post goes in the text box next to “Title”.
                              
STEP 3: The body of your post will get entered into the “Compose” text editor, where you will also be able to access basic text editor functions such as font size, text color, the ability to insert links.
                                        


STEP 4: You can now either select “Save Now” to save your post, “Preview” to preview your post before publishing to your blog, or “Publish Post” to publish your post directly to your newly created blog.
           


  • BASIC SETTINGS OPTIONS


STEP 1: If you want to adjust other settings such as who is able to view, contribute to, or comment on your blog etc, click the “Settings” tab.
                                


STEP 2: You can adjust publishing, comments, archiving, permissions, and all other settings from within the sub-tabs located under the main “Settings” tab.
                             

STEP 3:  You can add new authors that are able to contribute to and edit your blog by clicking the “Settings” tab> “Permissions” sub-tab, and selecting “Add Authors”.
                                            




Sunday, 12 February 2017


how to add video in blog

How To Add A Video To Your Blog
by Scott Chow | July 4, 2016
In Step #3 of the tutorial I show you how to easily add an image to a WordPress post (or page).  But what if you want to add a video?
This is really easy to do as well, but the process is a bit different.  Adding a video to a post is known as “embedding” a video.  For the purposes of this tutorial I am going to show you how to embed a YouTube video in your WordPress blog, but the process is similar for other videos as well (Vimeo, Facebook videos, etc.).
Option #1: The Easy Way
The easiest way to add a YouTube video is to simply copy and paste the URL of the video into the blog post editor.
First, you will need to login to your WordPress dashboard and either create a new post or edit an existing one.  Once you are on the post editor screen make sure the “Visual” tab on the top right is selected (circled in the image below).
how-to-embed-video-wordpress-blog-1
Then you just need to find the video that you want to embed and copy the URL from your address bar.  It should look something like this: https://www.youtube.com/watch?v=FDZ7xhArTr4
When you do that, the video should appear in your post editor screen immediately.  Just click “Publish” and the video will be added to your post!

Option #2: The Personalized Way
While the first option is very easy to use, it doesn’t let you customize the way the video is embedded into your post.
To have access to the customization options we need use a slightly different process.  We need to get the “embed code” for the video instead of the URL.  To do that, go to the YouTube video you want to embed and click on the “Share” button below the video.
how-to-embed-video-wordpress-blog-2
Then you are going to want to click “Embed” and copy the link.
how-to-embed-video-wordpress-blog-3
Then you need to go to the post editor of your blog and click the “Text” tab at the top right.
how-to-embed-video-wordpress-blog-4
You are then going to paste this link into the text editor of your WordPress blog post. It should look something like this:
how-to-embed-video-wordpress-blog-5
In that code that are attributes called “width” and “height”. You can change those numbers to resize the video. For example, width=”280″ height=”157″
If you want to add a border around the video you can do that by changing the number next to “frameborder” in the code.
If you want to make your video centered you will need to do a little HTML coding.  Before the embed code add this:
<p align=”center”>
And after the embed code add this:
</p>
When you’re done it will look something like this:
how-to-embed-video-wordpress-blog-6
That’s it!  Two ways to add a video to your blog post!
Share This Post
 2 


Comments
1.            http://0.gravatar.com/avatar/3de46ffca85a9875fb3ce8594d682035?s=33&d=mm&r=g
Robert Bates says:July 12, 2016
HI Scott. At one point I was trying to put up videos without using You Tube embed, but just
embedding from my root directory. When the “Brick Wall” finally fell on me, I realized that
it was foolish to not get the extra exposure that You Tube provides.
For some reason it never dawned on me to just put in the URL. I usually used the “Embed” code
put put in videos. Thanks for the information.


No comments:

Post a Comment