Sharethis Twitter Image

serveion
@serveion
10 years ago
223 posts
Hello

I have a question sharethis when i change on facebook look awesome but when I do the same on twitter i get no image of the song (song art). if this something it can be added or do i have to configure it. i have check but i cant find any answer by my self so am here bothering you guys lol

thank you.
updated by @serveion: 03/22/16 05:01:51AM
michael
@michael
10 years ago
7,799 posts
This is a custom twitter card:
    <!-- Twitter -->
    <meta name="twitter:card" value="summary"/>
    <meta name="twitter:site" value="@roughneckcity"/>
    
    <meta name="twitter:creator" value=""/>
    
    <meta name="twitter:url" value="http://roughneckcity.com/roughneck-city/poll/1/usa-oilfield-poll"/>
    <meta name="twitter:title" value="Who Do You Support For President?"/>
    <meta name="twitter:description" value="Would Donald Trump have the balls to take on Saudi Arabia? Would Hillary Clinton ban fracking? who would be the best Oil & Gas President? Vote now and see the results"/>
    <meta name="twitter:image" value="http://s3-us-west-1.amazonaws.com/facebooklg/For-President-Finished.jpg"/>
    
    <meta name="tw-line" content="Who would make the best oil and gas President?"/>

twitter needs different META data to understand what its looking at. There is plans to put that in with the share this module in the same place that facebook has its meta data, its just not done yet.

The full version would look like:
<!-- Facebook OG -->
    <meta id="ogtitle" property="og:title" content="Who Do You Support For President?"/>   
    <meta property="article:publisher" content="https://www.facebook.com/DrillingAhead"/> 
    <meta property="og:type" content="article"/>
    <meta id="ogurl" property="og:url" content="http://roughneckcity.com/roughneck-city/poll/1/usa-oilfield-poll"/>
    <meta id="ogimage" property="og:image" content="http://s3-us-west-1.amazonaws.com/facebooklg/For-President-Finished.jpg"/>
    <meta id="ogdescription" property="og:description" content="Would Donald Trump have the balls to take on Saudi Arabia? Would Hillary Clinton ban fracking? who would be the best Oil & Gas President? Vote now and see the results"/>

    <!-- Twitter -->
    <meta name="twitter:card" value="summary"/>
    <meta name="twitter:site" value="@roughneckcity"/>
    
    <meta name="twitter:creator" value=""/>
    
    <meta name="twitter:url" value="http://roughneckcity.com/roughneck-city/poll/1/usa-oilfield-poll"/>
    <meta name="twitter:title" value="Who Do You Support For President?"/>
    <meta name="twitter:description" value="Would Donald Trump have the balls to take on Saudi Arabia? Would Hillary Clinton ban fracking? who would be the best Oil & Gas President? Vote now and see the results"/>
    <meta name="twitter:image" value="http://s3-us-west-1.amazonaws.com/facebooklg/For-President-Finished.jpg"/>
    
    <meta name="tw-line" content="Who would make the best oil and gas President?"/>

Thanks to @derrickhand300 for figuring it all out.

Tags