1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Title of Web Page

Discussion in 'HTML & Website Design' started by solofish, Mar 15, 2017.

  1. #1
    I am new to web design. When I copy a link from my website and paste it in Face Book, how do i control the title that appears? Does it come from the title attribute in the head section or from elsewhere, because what is actually appearing is an old Title.
     
    solofish, Mar 15, 2017 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #2
    You need open graph meta tags like this

    <meta property="og:type" content="website" />
    <meta property='og:image' content='http://example.com/images/hummus.jpg' />
    <meta property="og:title" content="Where I buy hummus" />
    <meta property="og:site_name" content="My Fabulous Life" />
    Code (markup):
     
    sarahk, Mar 15, 2017 IP
  3. Patricia Ann Lee

    Patricia Ann Lee Active Member

    Messages:
    1,190
    Likes Received:
    73
    Best Answers:
    1
    Trophy Points:
    95
    #3
    Before, facebook allows you to edit the title and description of the link you are pasting on your wall. But now, I don't think it is still the same.
    However for wordpress site, there is an SEO plugin where you can optimize the title and description of your link.
     
    Patricia Ann Lee, Mar 15, 2017 IP
  4. Rob Schneider

    Rob Schneider Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #4
    It's in the meta tags of your website that holds the property to display the title and description which appears when you paste the url.
     
    Rob Schneider, Apr 7, 2017 IP