Call: (209) 560-6611

HTML facebook

Date: June 5, 2012 Author: ang Category: Affordable Web Design Internet Tips Social Media Social Networking Tutorials Tags: , , Comments: 0

You can use certain html markup and short code on Facebook using the Notes app. There isn't really a way to use HTML Facebook wall posts, but there is a way to have HTML formatting appear once people click on the wall post links to view the full post. You'll see what I mean once you use Notes on Facebook.

How to set up Notes on Facebook

  1. Log into Facebook.com.
  2. With your mouse hover over the 'Apps' column title on the left side of the page.

    Notice how the 'More' link appears.
  3. Click on the 'More' link.
  4. You should see a bigger list of apps including the 'Notes' app. Click on the 'Notes' app icon.

Now you can use basic HTML markup in your posts. The HTML won't appear in the timeline, but when people click on the post, they will be directed to a version of the post where the HTML is visible.

How to access your notes app, so you can use HTML in your timeline posts

  1. Click on 'Home' at the top of the page.
  2. Click on the 'Notes' icon under your 'APPS' column.

    If you don't see the 'Apps' icon in the preview list, click the Apps column title to view the full list.
  3. Next click the 'Write a Note' button at the top of the screen.
  4. Make your note, code your HTML and press the 'Publish' button.

HTML allowed using the Notes app

  1. Bold  
     Javascript |  copy code |? 
    1
    <b>bold</b>
  2. Italics
     Javascript |  copy code |? 
    1
    <i>italics</i>
  3. Underline 
     Javascript |  copy code |? 
    1
    underline
  4. Big size 
     Javascript |  copy code |? 
    1
    Big size
  5. Small size 
     Javascript |  copy code |? 
    1
    Small size
  6. An em-dash—see? 
     Javascript |  copy code |? 
    1
    An em-dash—see?
  7. Hyperlink to Facebook
     Javascript |  copy code |? 
    1
    Hyperlink to <a href="http://facebook.com">Facebook</a>
  8. A unordered bullet List
     Javascript |  copy code |? 
    1
    <ul>
    2
    <li>tree</li>
    3
    <li>rock</li>
    4
    </ul>
  9. A ordered bulleted list 
     Javascript |  copy code |? 
    1
    <ol>
    2
    <li>tree</li>
    3
    <li>rock</li>
    4
    </ol>
  10. Special block quote
     Javascript |  copy code |? 
    1
    <blockquote>Quotes are rationalization and oversimplify.</blockquote>

Leave a Reply

Your email address will not be published. Required fields are marked *

Before you post, please prove you are sentient.

What is 3 multiplied by 6?

Before you post, please prove you are sentient.

What is 9 times 8?