SlideShare une entreprise Scribd logo
1  sur  57
Télécharger pour lire hors ligne
Social Media
Matthew Gerrior @MatthewGerrior
Lead Software Engineer @greanetree
Twitter
Twitter
Tweet Button
● Allows users to share your content or tell
their friends about your content without
having to navigate away from your site
● Include your Twitter account in the Tweet
using the "via" parameter, driving people to
visit your Twitter account
● Recommend up to two additional Twitter
accounts that the user may be interested in
following
Twitter
Tweet Button
Twitter
Tweet Button

Make your own: http://bit.ly/12Noi1R
Twitter
Embedded Tweets
● Allows you to embed a specific Tweet in any
given page, maintaining the Twitter look and
feel if desired
● Provides the same rich media experience
that users would find in their Timeline
● Allows users to follow the Tweeter, reply,
retweet, and favorite the Tweet all without
leaving your site
Twitter
Embedded Tweets
Additional Information:
http://bit.ly/YZWl2q
Twitter
Embedded Timelines
● Embed a timeline of your own tweets, or
those of any public user
● Embed a timeline of your favorite tweets, or
the favorite tweets of any public user
● Embed a timeline of tweets from a list of
users (great for a site that wants to promote
many local businesses)
● Embed a timeline for hashtags or other
search results
Twitter
Embedded Timelines
Create your own:
http://bit.ly/10GcYH1
Additional Information
/ Customization:
http://bit.ly/17n4d3q
Twitter Cards
● Allow rich media from your website to be
embedded directly in Tweets
● Approval required for specific cards
● Implemented by adding metadata to the
page markup.
Twitter Cards
What is metadata?
Metadata is data about data.
Example:
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
Twitter Cards
●
●
●
●
●
●
●

Summary Card
Large Image Summary Card
Photo Card
Gallery Card
App Card
Player Card
Product Card
Twitter Cards
Summary Card
● Great for Blog Posts and Articles
● Allows users to preview your content without
having to leave their timeline
● Allows for site and content creator attribution
within the Tweet, increasing number of users
viewing your Twitter Account
Twitter Cards
Summary Card
Desktop

Mobile
Twitter Cards
Summary Card
Example Metadata

<!-- Card Type (optional for summary cards) -->
<meta name="twitter:card" content="summary">
<!-- Twitter Account for Website (optional) -->
<meta name="twitter:site" content="@nytimes">
<!-- Twitter Account for Content Creator (optional) -->
<meta name="twitter:creator" content="@SarahMaslinNir">
<!-- Title (required) -->
<meta name="twitter:title" content="Parade of Fans for Houston’s Funeral">
<!-- Description (required) -->
<meta name="twitter:description" content="NEWARK - The guest list and parade of limousines with
celebrities emerging from them seemed more suited to a red carpet event in Hollywood or New York than
than a gritty stretch of Sussex Avenue near the former site of the James M. Baxter Terrace public housing
project here.">
<!-- Image (optional) -->
<meta name="twitter:image" content="http://graphics8.nytimes.com/images/2012/02/19/us/19whitneyspan/19whitney-span-article.jpg">

Additional Information: http://bit.ly/ZAoHVR
Twitter Cards
Large Image Summary Card
● Similar to Summary Card, but provides more
emphasis on the image
● Requirements are the same as the Summary
Card, except images should be at least
280px wide and 150px tall
Twitter Cards
Large Image Summary Card
Desktop

Mobile
Twitter Cards
Large Image Summary Card
Example Metadata:
<!-- Card Type (required) -->
<meta name="twitter:card" content="summary_large_image">
<!-- Title (required) -->
<meta name="twitter:title" content="Parade of Fans for Houston’s Funeral">
<!-- Description (required) -->
<meta name="twitter:description" content="NEWARK - The guest list and parade of limousines with
celebrities emerging from them seemed more suited to a red carpet event in Hollywood or New York
than than a gritty stretch of Sussex Avenue near the former site of the James M. Baxter Terrace public
housing project here.">
<!-- Image (optional) -->
<meta name="twitter:image" content="http://graphics8.nytimes.
com/images/2012/02/19/us/19whitney-span/19whitney-span-articleLarge.jpg">

Additional Information: http://bit.ly/ZTx3Cv
Twitter Cards
Photo Card
● Use when your image should be the center
of attention
● Useful for image sharing sites such as Flickr
and Instagram
● Useful for photography studios or other
businesses where the main content is
photographs
Twitter Cards
Photo Card
Desktop

Mobile
Twitter Cards
Photo Card
Example Metadata:
<!-- Card Type (required) -->
<meta name="twitter:card" content="photo">
<!-- Title (optional) -->
<meta name="twitter:title" content="Good Morning, San Francisco">
<!-- Description (optional) -->
<meta name="twitter:description" content="Great view this morning">
<!-- Image (required) -->
<meta name="twitter:image" content="http://example.com/photo/a/image.jpg">
<!-- Image Width (recommended) -->
<meta name="twitter:image:width" content="610">
<!-- Image Height (recommended) -->
<meta name="twitter:image:height" content="610">

Additional Information: http://bit.ly/14ljALK
Twitter Cards
Gallery Card
● Similar to Photo Card but allows you to
display four photos in the Tweet
● Great for Blog Posts or Articles that revolve
around a group of photos
Twitter Cards
Gallery Card
Desktop

Mobile
Twitter Cards
Gallery Card
<!-- Card Type (required) -->

Example Metadata:

<meta name="twitter:card" content="gallery">
<!-- Title (optional) -->
<meta name="twitter:title" content="Hack Week">
<!-- Description (optional) -->
<meta name="twitter:description" content="A look at Hack Week at Twitter HQ (@twoffice) and all of
our offices around the world.">
<!-- First Photo in Gallery (required) -->
<meta name="twitter:image0" content="http://farm9.staticflickr.
com/8236/8383176221_44f50afaba_b.jpg">
<!-- Second Photo in Gallery (required) -->
<meta name="twitter:image1" content="http://farm9.staticflickr.
com/8186/8393798794_3a3d27a621_c.jpg">
<!-- Third Photo in Gallery (required) -->
<meta name="twitter:image2" content="http://farm9.staticflickr.
com/8189/8384260164_511782a797_c.jpg">
<!-- Fourth Photo in Gallery (required) -->
<meta name="twitter:image3" content="http://farm9.staticflickr.
com/8188/8383177259_f927f13d81_b.jpg">

Additional Information: http://bit.ly/120pOtJ
Twitter Cards
App Card
● Use to embed mobile app descriptions
directly in user Timelines
● Allow users to spread the word about your
application, driving the number of installs
● Gathers all pertinent information ( # of
reviews, # of stars, etc) from app stores for
you
Twitter Cards
App Card
Twitter Cards
App Card
Example Metadata:
<!-- Card Type (required) -->
<meta name="twitter:card" content="app">
<!-- Additional Description (optional) -->
<meta name="twitter:description" content="The perfect for grabbing a nearby taxi. Try it by
downloading today.">
<!-- App ID for iPhone App (required)-->
<meta name="twitter:app:id:iphone" content="306934135">
<!-- Appi ID for iPad App (required, can be same as iPhone App) -->
<meta name="twitter:app:id:ipad" content="306934135">
<!-- App ID for Google Play (required) -->
<meta name="twitter:app:id:googleplay" content="com.example.app">

Additional Information: http://bit.ly/182CIL5
Twitter Cards
Product Card
● Allow potential customers to view your
products directly in their timeline
● Increased word of mouth about your
products
● Allow your users to advertise for you
Twitter Cards
Product Card
Desktop

Mobile
Twitter Cards
Product Card
Example Metadata:
<!-- Card Type (required) -->

<meta name="twitter:card" content="product">
<!-- Title (required) -->
<meta name="twitter:title" content="Logo Mug">
<!-- Description (required) -->
<meta name="twitter:description" content="The perfect pick-me-up. Enjoy your favorite blend with this
coffee mug featuring the Twitter logo. Make every work day good to the lastdrop.">
<!-- Image (required) -->
<meta name="twitter:image" content="https://twitter.siglercompanies.com/graphics/00000001/mugnew.jpg">
<!-- Value of First Additional Detail (required) -->
<meta name="twitter:data1" content="$3">
<!-- Label of First Additional Detail (required) -->
<meta name="twitter:label1" content="Price">
<!-- Value of Second Additional Detail (required) -->
<meta name="twitter:data2" content="Black">
<!-- Label of Second Additional Detail (required) -->
<meta name="twitter:label2" content="Color">
Additional Information: http://bit.ly/Z00DqF
Twitter Cards
Player Card
● Allows users to view your video content
directly in their timeline
● Can drastically increase the number of
people that your video will reach
● Provides a consistent viewing experience for
all major platforms
Twitter Cards
Player Card
Desktop

Mobile
Twitter Cards
Player Card
Do not:
● Automatically play content.
● Require users to sign-in to your experience.
● Commingle sharing features from other networks inside
your player.
Twitter Cards
Player Card
Example Metadata:
<!-- Card Type (required) -->
<meta name="twitter:card" content="player">
<!-- Title (required) -->
<meta name="twitter:title" content="Example Video">
<!-- Description (required) -->
<meta name="twitter:description" content="This is a sample video from example.com">
<!-- Preview Image (required) -->
<meta name="twitter:image" content="http://example.com/keyframe/a.jpg">
<!-- URL to Player iFrame (required) -->
<meta name="twitter:player" content="https://example.com/embed/a">
<!-- Player Width (required) -->
<meta name="twitter:player:width" content="435">
<!-- Player Height (required) -->
<meta name="twitter:player:height" content="251">
<!-- Video Stream (recommended) -->
<meta name="twitter:player:stream" content="https://example.com/raw-stream/a.mp4">
<!-- Video Stream Format (required if specifying a video stream) -->
<meta name="twitter:player:stream:content_type" content="video/mp4; codecs=&quot;avc1.42E01E1, mp4a.40.2&quot;"
>

Additional Information: http://bit.ly/15Xzcox
Twitter Cards
Deep Linking
Drive users to install your application right from
their timeline.
Allow users to open Tweet content within your
application, directing traffic from Twitter to your
application.
Twitter Cards
Deep Linking
Twitter Cards
Deep Linking
Twitter Cards
Deep Linking
Example Metadata:
<!-- Name of iPhone App -->
<meta name="twitter:app:name:iphone" content="Example App"/>
<!-- App Store ID for iPhone App -->
<meta name="twitter:app:id:iphone" content="306934135"/>
<!-- URL to open tweet in iPhone App -->
<meta name="twitter:app:url:iphone" content="example://action/5149e249222f9e600a7540ef"/>
<!-- Name of iPad App -->
<meta name="twitter:app:name:ipad" content="Example App"/>
<!-- App Store ID for iPad App (can be same as iPhone) -->
<meta name="twitter:app:id:ipad" content="306934135"/>
<!-- URL to open tweet in iPad App -->
<meta name="twitter:app:url:ipad" content="example://action/5149e249222f9e600a7540ef"/>
<!-- Name of Google Play App -->
<meta name="twitter:app:name:googleplay" content="Example App"/>
<!-- ID of Google Play App -->
<meta name="twitter:app:id:googleplay" content="com.example.app"/>
<!-- URL to open tweet in Google Play App -->
<meta name="twitter:app:url:googleplay" content="http://example.com/action/5149e249222f9e600a7540ef"/>

Additional Information: http://bit.ly/10GAuDy
Facebook
Facebook
Like Button
● Allow users to like the page they are on,
useful for blog posts or articles, or allow
users to like your Facebook Page
● Powerful analytics available through
Facebook about user demographics.
Facebook
Like Button
Create your own:
http://bit.ly/13A50Mb
Facebook
Follow Button
Allow users to follow your public updates
without leaving your site.
Create your own:
http://bit.ly/ZpUfMX
Facebook
Follow Button
Facebook
Comments
● Drop-in solution for commenting which
doesn't require users to register with your
site to comment.
● Powerful moderation tools including
blacklisting words, banning users, and
enabling grammar filters.
Facebook
Comments
● Promotes socially relevant content from
friends and friends of friends, allowing users
to receive more targeted content.
● Allows wide spread distribution of comments
made on your page. Users can interact with
and post additional comments from their
newsfeed when their friends comment.
Facebook
Comments
Build your own:
http://bit.ly/17nbGj2
Facebook
Like Box
Allows users to:
● View the number of people who liked your
Facebook Page
● See which friends liked your Facebook Page
● View recent activity from your Facebook
Page
● Like your Facebook Page
Facebook
Like Box
Create your own:
http://bit.ly/ZSiZKe
Facebook
Open Graph
Any page can be turned into an object by
adding metadata in accordance with the Open
Graph Protocol: http://bit.ly/17s2gmv
Specifying objects in this manner allows
Facebook to create a rich user experience
around your content, allowing users to do
things like stream your videos in their Timeline.
Facebook
Open Graph
Allows for custom actions and objects to be
created by applications.
Allow users to tell a story through their timeline
by taking action on these objects.
Facebook
Open Graph
Standard Objects and Actions:
Music: Listen, Create a Playlist
Movies & Television: Watch, Rate, Wants to
Watch
Books: Rate, Read, Quote, Wants to Read
Fitness: Bike, Walk, Run
General: Like, Recommend, Follow
Facebook
Open Graph
Allows actions to be tagged with locations,
creating location based posts in the timeline:
API
API
What's an API?
An Application Programming Interface is used
to interact with services such as Facebook and
Twitter to provide additional functionality for
users.
API
What can be done using APIs?
Build applications that use APIs to make social networking
easier, e.g. Buffer http://bit.ly/ZYSZfs
Provide unique experiences for every user that enters your
site by extracting data from their social networks, e.g.
Books, Movies, etc. More info: http://bit.ly/ZYTOok
Examples
Thank you:

Contact Information:

All Good Bakers
Cohoes Music Hall
SMBTV
Greane Tree Technology

Matthew Gerrior
mgerrior@greanetree.com
518-380-6500

Contenu connexe

Similaire à SMBTV Presentation

Social Developers London - Twitter Cards Update
Social Developers London - Twitter Cards UpdateSocial Developers London - Twitter Cards Update
Social Developers London - Twitter Cards UpdateAngus Fox
 
New social media
New social mediaNew social media
New social mediakrazy123
 
Adaptive Cards in Bots, Windows, Outlook and your own applications
Adaptive Cards in Bots, Windows, Outlook and your own applicationsAdaptive Cards in Bots, Windows, Outlook and your own applications
Adaptive Cards in Bots, Windows, Outlook and your own applicationsMicrosoft Tech Community
 
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Jim Osowski
 
$DBW Social Amplification in Publishing Webinar v1.5
$DBW Social Amplification in Publishing Webinar v1.5$DBW Social Amplification in Publishing Webinar v1.5
$DBW Social Amplification in Publishing Webinar v1.5Murray Izenwasser
 
DBW Social Amplification in Publishing Webinar v1.3
DBW Social Amplification in Publishing Webinar v1.3DBW Social Amplification in Publishing Webinar v1.3
DBW Social Amplification in Publishing Webinar v1.3Murray Izenwasser
 
Estudio 34 Presents Social structured data is your friend brighton SEO april2...
Estudio 34 Presents Social structured data is your friend brighton SEO april2...Estudio 34 Presents Social structured data is your friend brighton SEO april2...
Estudio 34 Presents Social structured data is your friend brighton SEO april2...William Renedo
 
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}lusiamanas
 
SEO and Social Media for Multilingual and Multidevice Sites
SEO and Social Media for Multilingual and Multidevice SitesSEO and Social Media for Multilingual and Multidevice Sites
SEO and Social Media for Multilingual and Multidevice Sitesluckyboost
 
CiL O8: Digital Convervgence & People Apps
CiL O8: Digital Convervgence & People AppsCiL O8: Digital Convervgence & People Apps
CiL O8: Digital Convervgence & People AppsBeth Gallaway
 
I pv6+at+caribbean+sector
I pv6+at+caribbean+sectorI pv6+at+caribbean+sector
I pv6+at+caribbean+sectormax Firmin
 
PHP Experience 2016 - [Palestra] Experiências e casos de uso com as APIs Twitter
PHP Experience 2016 - [Palestra] Experiências e casos de uso com as APIs TwitterPHP Experience 2016 - [Palestra] Experiências e casos de uso com as APIs Twitter
PHP Experience 2016 - [Palestra] Experiências e casos de uso com as APIs TwitteriMasters
 
Microservices: Utilizando o Twitter como Plataforma
Microservices: Utilizando o Twitter como PlataformaMicroservices: Utilizando o Twitter como Plataforma
Microservices: Utilizando o Twitter como PlataformaJuliana Chahoud
 
Facebook.html
Facebook.htmlFacebook.html
Facebook.htmladmin999
 
zynga-online.facebook.html
zynga-online.facebook.htmlzynga-online.facebook.html
zynga-online.facebook.htmladmin999
 
Facebook.html
Facebook.htmlFacebook.html
Facebook.htmladmin999
 
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to BootstrapRon Reiter
 
World wide web with multimedia
World wide web with multimediaWorld wide web with multimedia
World wide web with multimediaAfaq Siddiqui
 

Similaire à SMBTV Presentation (20)

Social Developers London - Twitter Cards Update
Social Developers London - Twitter Cards UpdateSocial Developers London - Twitter Cards Update
Social Developers London - Twitter Cards Update
 
New social media
New social mediaNew social media
New social media
 
Adaptive Cards in Bots, Windows, Outlook and your own applications
Adaptive Cards in Bots, Windows, Outlook and your own applicationsAdaptive Cards in Bots, Windows, Outlook and your own applications
Adaptive Cards in Bots, Windows, Outlook and your own applications
 
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)
 
$DBW Social Amplification in Publishing Webinar v1.5
$DBW Social Amplification in Publishing Webinar v1.5$DBW Social Amplification in Publishing Webinar v1.5
$DBW Social Amplification in Publishing Webinar v1.5
 
DBW Social Amplification in Publishing Webinar v1.3
DBW Social Amplification in Publishing Webinar v1.3DBW Social Amplification in Publishing Webinar v1.3
DBW Social Amplification in Publishing Webinar v1.3
 
Estudio 34 Presents Social structured data is your friend brighton SEO april2...
Estudio 34 Presents Social structured data is your friend brighton SEO april2...Estudio 34 Presents Social structured data is your friend brighton SEO april2...
Estudio 34 Presents Social structured data is your friend brighton SEO april2...
 
Contoh link feed burner yang baik
Contoh link feed burner yang baikContoh link feed burner yang baik
Contoh link feed burner yang baik
 
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
 
SEO and Social Media for Multilingual and Multidevice Sites
SEO and Social Media for Multilingual and Multidevice SitesSEO and Social Media for Multilingual and Multidevice Sites
SEO and Social Media for Multilingual and Multidevice Sites
 
Backlinkblogadr
BacklinkblogadrBacklinkblogadr
Backlinkblogadr
 
CiL O8: Digital Convervgence & People Apps
CiL O8: Digital Convervgence & People AppsCiL O8: Digital Convervgence & People Apps
CiL O8: Digital Convervgence & People Apps
 
I pv6+at+caribbean+sector
I pv6+at+caribbean+sectorI pv6+at+caribbean+sector
I pv6+at+caribbean+sector
 
PHP Experience 2016 - [Palestra] Experiências e casos de uso com as APIs Twitter
PHP Experience 2016 - [Palestra] Experiências e casos de uso com as APIs TwitterPHP Experience 2016 - [Palestra] Experiências e casos de uso com as APIs Twitter
PHP Experience 2016 - [Palestra] Experiências e casos de uso com as APIs Twitter
 
Microservices: Utilizando o Twitter como Plataforma
Microservices: Utilizando o Twitter como PlataformaMicroservices: Utilizando o Twitter como Plataforma
Microservices: Utilizando o Twitter como Plataforma
 
Facebook.html
Facebook.htmlFacebook.html
Facebook.html
 
zynga-online.facebook.html
zynga-online.facebook.htmlzynga-online.facebook.html
zynga-online.facebook.html
 
Facebook.html
Facebook.htmlFacebook.html
Facebook.html
 
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to Bootstrap
 
World wide web with multimedia
World wide web with multimediaWorld wide web with multimedia
World wide web with multimedia
 

Dernier

Aryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxAryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxtegevi9289
 
Call Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCRCall Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCRSapana Sha
 
How to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsHow to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsssuser4571da
 
CALL ON ➥8923113531 🔝Call Girls Hazratganj Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Hazratganj Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Hazratganj Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Hazratganj Lucknow best sexual service Onlineanilsa9823
 
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Richard Ingilby
 
Unraveling the Mystery of the Hinterkaifeck Murders.pptx
Unraveling the Mystery of the Hinterkaifeck Murders.pptxUnraveling the Mystery of the Hinterkaifeck Murders.pptx
Unraveling the Mystery of the Hinterkaifeck Murders.pptxelizabethella096
 
Major SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain DigitalMajor SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain DigitalBanyanbrain
 
personal branding kit for music business
personal branding kit for music businesspersonal branding kit for music business
personal branding kit for music businessbrjohnson6
 
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO SuccessBrighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO SuccessVarn
 
What is Google Search Console and What is it provide?
What is Google Search Console and What is it provide?What is Google Search Console and What is it provide?
What is Google Search Console and What is it provide?riteshhsociall
 
Defining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerDefining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerAmirNasiruog
 
The Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfThe Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfVWO
 
Labour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptxLabour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptxelizabethella096
 
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...ChesterYang6
 

Dernier (20)

No Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found OnlineNo Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found Online
 
Aryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxAryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptx
 
Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...
Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...
Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...
 
Call Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCRCall Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCR
 
How to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsHow to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setups
 
Creator Influencer Strategy Master Class - Corinne Rose Guirgis
Creator Influencer Strategy Master Class - Corinne Rose GuirgisCreator Influencer Strategy Master Class - Corinne Rose Guirgis
Creator Influencer Strategy Master Class - Corinne Rose Guirgis
 
CALL ON ➥8923113531 🔝Call Girls Hazratganj Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Hazratganj Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Hazratganj Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Hazratganj Lucknow best sexual service Online
 
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
 
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
 
Unraveling the Mystery of the Hinterkaifeck Murders.pptx
Unraveling the Mystery of the Hinterkaifeck Murders.pptxUnraveling the Mystery of the Hinterkaifeck Murders.pptx
Unraveling the Mystery of the Hinterkaifeck Murders.pptx
 
Major SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain DigitalMajor SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain Digital
 
personal branding kit for music business
personal branding kit for music businesspersonal branding kit for music business
personal branding kit for music business
 
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO SuccessBrighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
 
What is Google Search Console and What is it provide?
What is Google Search Console and What is it provide?What is Google Search Console and What is it provide?
What is Google Search Console and What is it provide?
 
The Future of Brands on LinkedIn - Alison Kaltman
The Future of Brands on LinkedIn - Alison KaltmanThe Future of Brands on LinkedIn - Alison Kaltman
The Future of Brands on LinkedIn - Alison Kaltman
 
Defining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerDefining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotler
 
The Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfThe Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdf
 
Labour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptxLabour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptx
 
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
 
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
 

SMBTV Presentation

  • 1. Social Media Matthew Gerrior @MatthewGerrior Lead Software Engineer @greanetree
  • 3. Twitter Tweet Button ● Allows users to share your content or tell their friends about your content without having to navigate away from your site ● Include your Twitter account in the Tweet using the "via" parameter, driving people to visit your Twitter account ● Recommend up to two additional Twitter accounts that the user may be interested in following
  • 5. Twitter Tweet Button Make your own: http://bit.ly/12Noi1R
  • 6. Twitter Embedded Tweets ● Allows you to embed a specific Tweet in any given page, maintaining the Twitter look and feel if desired ● Provides the same rich media experience that users would find in their Timeline ● Allows users to follow the Tweeter, reply, retweet, and favorite the Tweet all without leaving your site
  • 8. Twitter Embedded Timelines ● Embed a timeline of your own tweets, or those of any public user ● Embed a timeline of your favorite tweets, or the favorite tweets of any public user ● Embed a timeline of tweets from a list of users (great for a site that wants to promote many local businesses) ● Embed a timeline for hashtags or other search results
  • 9. Twitter Embedded Timelines Create your own: http://bit.ly/10GcYH1 Additional Information / Customization: http://bit.ly/17n4d3q
  • 10. Twitter Cards ● Allow rich media from your website to be embedded directly in Tweets ● Approval required for specific cards ● Implemented by adding metadata to the page markup.
  • 11. Twitter Cards What is metadata? Metadata is data about data. Example: <meta name="keywords" content="HTML,CSS,XML,JavaScript">
  • 12. Twitter Cards ● ● ● ● ● ● ● Summary Card Large Image Summary Card Photo Card Gallery Card App Card Player Card Product Card
  • 13. Twitter Cards Summary Card ● Great for Blog Posts and Articles ● Allows users to preview your content without having to leave their timeline ● Allows for site and content creator attribution within the Tweet, increasing number of users viewing your Twitter Account
  • 15. Twitter Cards Summary Card Example Metadata <!-- Card Type (optional for summary cards) --> <meta name="twitter:card" content="summary"> <!-- Twitter Account for Website (optional) --> <meta name="twitter:site" content="@nytimes"> <!-- Twitter Account for Content Creator (optional) --> <meta name="twitter:creator" content="@SarahMaslinNir"> <!-- Title (required) --> <meta name="twitter:title" content="Parade of Fans for Houston’s Funeral"> <!-- Description (required) --> <meta name="twitter:description" content="NEWARK - The guest list and parade of limousines with celebrities emerging from them seemed more suited to a red carpet event in Hollywood or New York than than a gritty stretch of Sussex Avenue near the former site of the James M. Baxter Terrace public housing project here."> <!-- Image (optional) --> <meta name="twitter:image" content="http://graphics8.nytimes.com/images/2012/02/19/us/19whitneyspan/19whitney-span-article.jpg"> Additional Information: http://bit.ly/ZAoHVR
  • 16. Twitter Cards Large Image Summary Card ● Similar to Summary Card, but provides more emphasis on the image ● Requirements are the same as the Summary Card, except images should be at least 280px wide and 150px tall
  • 17. Twitter Cards Large Image Summary Card Desktop Mobile
  • 18. Twitter Cards Large Image Summary Card Example Metadata: <!-- Card Type (required) --> <meta name="twitter:card" content="summary_large_image"> <!-- Title (required) --> <meta name="twitter:title" content="Parade of Fans for Houston’s Funeral"> <!-- Description (required) --> <meta name="twitter:description" content="NEWARK - The guest list and parade of limousines with celebrities emerging from them seemed more suited to a red carpet event in Hollywood or New York than than a gritty stretch of Sussex Avenue near the former site of the James M. Baxter Terrace public housing project here."> <!-- Image (optional) --> <meta name="twitter:image" content="http://graphics8.nytimes. com/images/2012/02/19/us/19whitney-span/19whitney-span-articleLarge.jpg"> Additional Information: http://bit.ly/ZTx3Cv
  • 19. Twitter Cards Photo Card ● Use when your image should be the center of attention ● Useful for image sharing sites such as Flickr and Instagram ● Useful for photography studios or other businesses where the main content is photographs
  • 21. Twitter Cards Photo Card Example Metadata: <!-- Card Type (required) --> <meta name="twitter:card" content="photo"> <!-- Title (optional) --> <meta name="twitter:title" content="Good Morning, San Francisco"> <!-- Description (optional) --> <meta name="twitter:description" content="Great view this morning"> <!-- Image (required) --> <meta name="twitter:image" content="http://example.com/photo/a/image.jpg"> <!-- Image Width (recommended) --> <meta name="twitter:image:width" content="610"> <!-- Image Height (recommended) --> <meta name="twitter:image:height" content="610"> Additional Information: http://bit.ly/14ljALK
  • 22. Twitter Cards Gallery Card ● Similar to Photo Card but allows you to display four photos in the Tweet ● Great for Blog Posts or Articles that revolve around a group of photos
  • 24. Twitter Cards Gallery Card <!-- Card Type (required) --> Example Metadata: <meta name="twitter:card" content="gallery"> <!-- Title (optional) --> <meta name="twitter:title" content="Hack Week"> <!-- Description (optional) --> <meta name="twitter:description" content="A look at Hack Week at Twitter HQ (@twoffice) and all of our offices around the world."> <!-- First Photo in Gallery (required) --> <meta name="twitter:image0" content="http://farm9.staticflickr. com/8236/8383176221_44f50afaba_b.jpg"> <!-- Second Photo in Gallery (required) --> <meta name="twitter:image1" content="http://farm9.staticflickr. com/8186/8393798794_3a3d27a621_c.jpg"> <!-- Third Photo in Gallery (required) --> <meta name="twitter:image2" content="http://farm9.staticflickr. com/8189/8384260164_511782a797_c.jpg"> <!-- Fourth Photo in Gallery (required) --> <meta name="twitter:image3" content="http://farm9.staticflickr. com/8188/8383177259_f927f13d81_b.jpg"> Additional Information: http://bit.ly/120pOtJ
  • 25. Twitter Cards App Card ● Use to embed mobile app descriptions directly in user Timelines ● Allow users to spread the word about your application, driving the number of installs ● Gathers all pertinent information ( # of reviews, # of stars, etc) from app stores for you
  • 27. Twitter Cards App Card Example Metadata: <!-- Card Type (required) --> <meta name="twitter:card" content="app"> <!-- Additional Description (optional) --> <meta name="twitter:description" content="The perfect for grabbing a nearby taxi. Try it by downloading today."> <!-- App ID for iPhone App (required)--> <meta name="twitter:app:id:iphone" content="306934135"> <!-- Appi ID for iPad App (required, can be same as iPhone App) --> <meta name="twitter:app:id:ipad" content="306934135"> <!-- App ID for Google Play (required) --> <meta name="twitter:app:id:googleplay" content="com.example.app"> Additional Information: http://bit.ly/182CIL5
  • 28. Twitter Cards Product Card ● Allow potential customers to view your products directly in their timeline ● Increased word of mouth about your products ● Allow your users to advertise for you
  • 30. Twitter Cards Product Card Example Metadata: <!-- Card Type (required) --> <meta name="twitter:card" content="product"> <!-- Title (required) --> <meta name="twitter:title" content="Logo Mug"> <!-- Description (required) --> <meta name="twitter:description" content="The perfect pick-me-up. Enjoy your favorite blend with this coffee mug featuring the Twitter logo. Make every work day good to the lastdrop."> <!-- Image (required) --> <meta name="twitter:image" content="https://twitter.siglercompanies.com/graphics/00000001/mugnew.jpg"> <!-- Value of First Additional Detail (required) --> <meta name="twitter:data1" content="$3"> <!-- Label of First Additional Detail (required) --> <meta name="twitter:label1" content="Price"> <!-- Value of Second Additional Detail (required) --> <meta name="twitter:data2" content="Black"> <!-- Label of Second Additional Detail (required) --> <meta name="twitter:label2" content="Color"> Additional Information: http://bit.ly/Z00DqF
  • 31. Twitter Cards Player Card ● Allows users to view your video content directly in their timeline ● Can drastically increase the number of people that your video will reach ● Provides a consistent viewing experience for all major platforms
  • 33. Twitter Cards Player Card Do not: ● Automatically play content. ● Require users to sign-in to your experience. ● Commingle sharing features from other networks inside your player.
  • 34. Twitter Cards Player Card Example Metadata: <!-- Card Type (required) --> <meta name="twitter:card" content="player"> <!-- Title (required) --> <meta name="twitter:title" content="Example Video"> <!-- Description (required) --> <meta name="twitter:description" content="This is a sample video from example.com"> <!-- Preview Image (required) --> <meta name="twitter:image" content="http://example.com/keyframe/a.jpg"> <!-- URL to Player iFrame (required) --> <meta name="twitter:player" content="https://example.com/embed/a"> <!-- Player Width (required) --> <meta name="twitter:player:width" content="435"> <!-- Player Height (required) --> <meta name="twitter:player:height" content="251"> <!-- Video Stream (recommended) --> <meta name="twitter:player:stream" content="https://example.com/raw-stream/a.mp4"> <!-- Video Stream Format (required if specifying a video stream) --> <meta name="twitter:player:stream:content_type" content="video/mp4; codecs=&quot;avc1.42E01E1, mp4a.40.2&quot;" > Additional Information: http://bit.ly/15Xzcox
  • 35. Twitter Cards Deep Linking Drive users to install your application right from their timeline. Allow users to open Tweet content within your application, directing traffic from Twitter to your application.
  • 38. Twitter Cards Deep Linking Example Metadata: <!-- Name of iPhone App --> <meta name="twitter:app:name:iphone" content="Example App"/> <!-- App Store ID for iPhone App --> <meta name="twitter:app:id:iphone" content="306934135"/> <!-- URL to open tweet in iPhone App --> <meta name="twitter:app:url:iphone" content="example://action/5149e249222f9e600a7540ef"/> <!-- Name of iPad App --> <meta name="twitter:app:name:ipad" content="Example App"/> <!-- App Store ID for iPad App (can be same as iPhone) --> <meta name="twitter:app:id:ipad" content="306934135"/> <!-- URL to open tweet in iPad App --> <meta name="twitter:app:url:ipad" content="example://action/5149e249222f9e600a7540ef"/> <!-- Name of Google Play App --> <meta name="twitter:app:name:googleplay" content="Example App"/> <!-- ID of Google Play App --> <meta name="twitter:app:id:googleplay" content="com.example.app"/> <!-- URL to open tweet in Google Play App --> <meta name="twitter:app:url:googleplay" content="http://example.com/action/5149e249222f9e600a7540ef"/> Additional Information: http://bit.ly/10GAuDy
  • 40. Facebook Like Button ● Allow users to like the page they are on, useful for blog posts or articles, or allow users to like your Facebook Page ● Powerful analytics available through Facebook about user demographics.
  • 41. Facebook Like Button Create your own: http://bit.ly/13A50Mb
  • 42. Facebook Follow Button Allow users to follow your public updates without leaving your site. Create your own: http://bit.ly/ZpUfMX
  • 44. Facebook Comments ● Drop-in solution for commenting which doesn't require users to register with your site to comment. ● Powerful moderation tools including blacklisting words, banning users, and enabling grammar filters.
  • 45. Facebook Comments ● Promotes socially relevant content from friends and friends of friends, allowing users to receive more targeted content. ● Allows wide spread distribution of comments made on your page. Users can interact with and post additional comments from their newsfeed when their friends comment.
  • 47. Facebook Like Box Allows users to: ● View the number of people who liked your Facebook Page ● See which friends liked your Facebook Page ● View recent activity from your Facebook Page ● Like your Facebook Page
  • 48. Facebook Like Box Create your own: http://bit.ly/ZSiZKe
  • 49. Facebook Open Graph Any page can be turned into an object by adding metadata in accordance with the Open Graph Protocol: http://bit.ly/17s2gmv Specifying objects in this manner allows Facebook to create a rich user experience around your content, allowing users to do things like stream your videos in their Timeline.
  • 50. Facebook Open Graph Allows for custom actions and objects to be created by applications. Allow users to tell a story through their timeline by taking action on these objects.
  • 51. Facebook Open Graph Standard Objects and Actions: Music: Listen, Create a Playlist Movies & Television: Watch, Rate, Wants to Watch Books: Rate, Read, Quote, Wants to Read Fitness: Bike, Walk, Run General: Like, Recommend, Follow
  • 52. Facebook Open Graph Allows actions to be tagged with locations, creating location based posts in the timeline:
  • 53. API
  • 54. API What's an API? An Application Programming Interface is used to interact with services such as Facebook and Twitter to provide additional functionality for users.
  • 55. API What can be done using APIs? Build applications that use APIs to make social networking easier, e.g. Buffer http://bit.ly/ZYSZfs Provide unique experiences for every user that enters your site by extracting data from their social networks, e.g. Books, Movies, etc. More info: http://bit.ly/ZYTOok
  • 57. Thank you: Contact Information: All Good Bakers Cohoes Music Hall SMBTV Greane Tree Technology Matthew Gerrior mgerrior@greanetree.com 518-380-6500