Mobile app version of vmapp.org
Login or Join
Moriarity557

: Problem with Twitter Cards: "Your Tweet was over 140 characters. You'll have to be more clever." Recently I've read about Twitter Cards and tried to use it on one page of my site. Problem:

@Moriarity557

Posted in: #Html #MetaTags #Seo #TwitterCard

Recently I've read about Twitter Cards and tried to use it on one page of my site.

Problem: When I put on Tweet tab I see the notification "Your Tweet was over 140 characters. You'll have to be more clever." What is the problem?

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@EliteWritings">
<meta name="twitter:title" content="Capstone Project Help">
<meta name="twitter:description" content="If you need valuable Capstone project help, you should get in touch with our trustworthy company | Our skilled experts will produce exclusive papers for you">
<meta name="twitter:image:src" content="http://elitewritings.com/media/articles/42-vU7WLv04uS.jpg">

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Moriarity557

1 Comments

Sorted by latest first Latest Oldest Best

 

@Odierno851

Twitter has it's 140 character limit. That's why you're getting this error. It looks like your description is not automatically truncated to 140 characters.

I would suggest using Open Graph Tags, which are automatically picked up by Facebook, Twitter and Google Plus.

Like this:

<meta property="og:url" content="https://example.com/your-page-url/" />
<meta property="og:title" content="Your Page Title" />
<meta property="og:description" content="Your Long Description" />
<meta property="og:image" content="https://example.com/my-pic.jpg" />

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme