SlideShare a Scribd company logo
1 of 57
Social Media
Matthew Gerrior @MatthewGerrior
Lead Software Engineer @greanetree
Twitter
• 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
Twitter
Tweet Button
Make your own: http://bit.ly/12Noi1R
• 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
Twitter
Embedded Tweets
Additional Information:
http://bit.ly/YZWl2q
• 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
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
• 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
Summary Card
Twitter Cards
Summary Card
Desktop Mobile
Example Metadata
Additional Information: http://bit.ly/ZAoHVR
Twitter Cards
Summary Card
<!-- 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/19whitney-
span/19whitney-span-article.jpg">
• 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
Twitter Cards
Large Image Summary Card
Desktop Mobile
Example Metadata:
Twitter Cards
Large Image Summary Card
<!-- 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
• 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
Twitter Cards
Photo Card
Desktop Mobile
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
Photo 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
Twitter Cards
Gallery Card
Desktop Mobile
Example Metadata:
Twitter Cards
Gallery Card
<!-- Card Type (required) -->
<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
• 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:
Twitter Cards
App Card
<!-- 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
• 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
Twitter Cards
Product Card
Desktop Mobile
Example Metadata:
Twitter Cards
Product Card
<!-- 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/mug-
new.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
• 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
Twitter Cards
Player Card
Desktop Mobile
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:
Twitter Cards
Player Card
<!-- 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
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
<!-- 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"/>
Twitter Cards
Deep Linking
Example Metadata:
Additional Information: http://bit.ly/10GAuDy
Facebook
• 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
Facebook
Like Button
Create your own:
http://bit.ly/13A50Mb
Allow users to follow your public updates
without leaving your site.
Create your own:
http://bit.ly/ZpUfMX
Facebook
Follow Button
Facebook
Follow Button
• 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
Facebook
Comments
Build your own:
http://bit.ly/17nbGj2
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
Facebook
Like Box
Create your own:
http://bit.ly/ZSiZKe
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:
Facebook
Open Graph
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:
All Good Bakers
Cohoes Music Hall
SMBTV
Greane Tree Technology
Contact Information:
Matthew Gerrior
mgerrior@greanetree.com
518-380-6500

More Related Content

Similar to Social Media: Matt Gerrior

An Introductory Look at Social Mark-Up
An Introductory Look at Social Mark-UpAn Introductory Look at Social Mark-Up
An Introductory Look at Social Mark-UpBuiltvisible
 
The Mechanics of Social Media
The Mechanics of Social MediaThe Mechanics of Social Media
The Mechanics of Social MediaMatthew Gerrior
 
エコーワークス【a-blogcms in KANAZAWA】
エコーワークス【a-blogcms in KANAZAWA】エコーワークス【a-blogcms in KANAZAWA】
エコーワークス【a-blogcms in KANAZAWA】Akira Nozaki
 
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
 
WordCamp Manchester 2014 - How to make your website more shareable
WordCamp Manchester 2014 - How to make your website more shareableWordCamp Manchester 2014 - How to make your website more shareable
WordCamp Manchester 2014 - How to make your website more shareableCarolyn Jones
 
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
 
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
 
$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
 
Creating More Engaging Content For Social
Creating More Engaging Content For SocialCreating More Engaging Content For Social
Creating More Engaging Content For SocialEric T. Tung
 
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Jim Osowski
 
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
 
Social structured data is your friend brighton seo april 2013
Social structured data is your friend   brighton seo april 2013Social structured data is your friend   brighton seo april 2013
Social structured data is your friend brighton seo april 2013Alex Moss
 
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
 
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
 
Twitter Cards 101
Twitter Cards 101 Twitter Cards 101
Twitter Cards 101 Tom Edwards
 
Development of Twitter Application #2 - Twitter for Websites
Development of Twitter Application #2 - Twitter for WebsitesDevelopment of Twitter Application #2 - Twitter for Websites
Development of Twitter Application #2 - Twitter for WebsitesMyungjin Lee
 
Social Metadata 2014 Visualizer Tool
Social Metadata 2014 Visualizer ToolSocial Metadata 2014 Visualizer Tool
Social Metadata 2014 Visualizer Toolunfunnel
 

Similar to Social Media: Matt Gerrior (20)

An Introductory Look at Social Mark-Up
An Introductory Look at Social Mark-UpAn Introductory Look at Social Mark-Up
An Introductory Look at Social Mark-Up
 
The Mechanics of Social Media
The Mechanics of Social MediaThe Mechanics of Social Media
The Mechanics of Social Media
 
エコーワークス【a-blogcms in KANAZAWA】
エコーワークス【a-blogcms in KANAZAWA】エコーワークス【a-blogcms in KANAZAWA】
エコーワークス【a-blogcms in KANAZAWA】
 
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
 
WordCamp Manchester 2014 - How to make your website more shareable
WordCamp Manchester 2014 - How to make your website more shareableWordCamp Manchester 2014 - How to make your website more shareable
WordCamp Manchester 2014 - How to make your website more shareable
 
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...
 
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
 
$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
 
Creating More Engaging Content For Social
Creating More Engaging Content For SocialCreating More Engaging Content For Social
Creating More Engaging Content For Social
 
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)
 
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
 
Contoh link feed burner yang baik
Contoh link feed burner yang baikContoh link feed burner yang baik
Contoh link feed burner yang baik
 
Social structured data is your friend brighton seo april 2013
Social structured data is your friend   brighton seo april 2013Social structured data is your friend   brighton seo april 2013
Social structured data is your friend brighton seo april 2013
 
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
 
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
 
Twitter Cards 101
Twitter Cards 101 Twitter Cards 101
Twitter Cards 101
 
Development of Twitter Application #2 - Twitter for Websites
Development of Twitter Application #2 - Twitter for WebsitesDevelopment of Twitter Application #2 - Twitter for Websites
Development of Twitter Application #2 - Twitter for Websites
 
Social Metadata 2014 Visualizer Tool
Social Metadata 2014 Visualizer ToolSocial Metadata 2014 Visualizer Tool
Social Metadata 2014 Visualizer Tool
 

More from SMBTechValley

Danika Atkins SMBTV #15 Presentation on Client Agency Management
Danika Atkins SMBTV #15 Presentation on Client Agency ManagementDanika Atkins SMBTV #15 Presentation on Client Agency Management
Danika Atkins SMBTV #15 Presentation on Client Agency ManagementSMBTechValley
 
Ellis medicine Social Media Strategy - Presenter Matt Van Pelt
Ellis medicine   Social Media Strategy - Presenter Matt Van PeltEllis medicine   Social Media Strategy - Presenter Matt Van Pelt
Ellis medicine Social Media Strategy - Presenter Matt Van PeltSMBTechValley
 
The History of Social Media
The History of Social MediaThe History of Social Media
The History of Social MediaSMBTechValley
 
The Overlap of Social Media with the National Labor Relations Act- Michael Bi...
The Overlap of Social Media with the National Labor Relations Act- Michael Bi...The Overlap of Social Media with the National Labor Relations Act- Michael Bi...
The Overlap of Social Media with the National Labor Relations Act- Michael Bi...SMBTechValley
 
People hacking with social media
People hacking with social media People hacking with social media
People hacking with social media SMBTechValley
 
Infographic- Curtis Canham
Infographic- Curtis CanhamInfographic- Curtis Canham
Infographic- Curtis CanhamSMBTechValley
 
Striking a Balance- Kevin Richardson
Striking a Balance- Kevin RichardsonStriking a Balance- Kevin Richardson
Striking a Balance- Kevin RichardsonSMBTechValley
 

More from SMBTechValley (7)

Danika Atkins SMBTV #15 Presentation on Client Agency Management
Danika Atkins SMBTV #15 Presentation on Client Agency ManagementDanika Atkins SMBTV #15 Presentation on Client Agency Management
Danika Atkins SMBTV #15 Presentation on Client Agency Management
 
Ellis medicine Social Media Strategy - Presenter Matt Van Pelt
Ellis medicine   Social Media Strategy - Presenter Matt Van PeltEllis medicine   Social Media Strategy - Presenter Matt Van Pelt
Ellis medicine Social Media Strategy - Presenter Matt Van Pelt
 
The History of Social Media
The History of Social MediaThe History of Social Media
The History of Social Media
 
The Overlap of Social Media with the National Labor Relations Act- Michael Bi...
The Overlap of Social Media with the National Labor Relations Act- Michael Bi...The Overlap of Social Media with the National Labor Relations Act- Michael Bi...
The Overlap of Social Media with the National Labor Relations Act- Michael Bi...
 
People hacking with social media
People hacking with social media People hacking with social media
People hacking with social media
 
Infographic- Curtis Canham
Infographic- Curtis CanhamInfographic- Curtis Canham
Infographic- Curtis Canham
 
Striking a Balance- Kevin Richardson
Striking a Balance- Kevin RichardsonStriking a Balance- Kevin Richardson
Striking a Balance- Kevin Richardson
 

Recently uploaded

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

Social Media: Matt Gerrior

  • 1. Social Media Matthew Gerrior @MatthewGerrior Lead Software Engineer @greanetree
  • 3. • 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
  • 5. Twitter Tweet Button Make your own: http://bit.ly/12Noi1R
  • 6. • 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
  • 8. • 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
  • 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 • 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 Summary Card
  • 15. Example Metadata Additional Information: http://bit.ly/ZAoHVR Twitter Cards Summary Card <!-- 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/19whitney- span/19whitney-span-article.jpg">
  • 16. • 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
  • 17. Twitter Cards Large Image Summary Card Desktop Mobile
  • 18. Example Metadata: Twitter Cards Large Image Summary Card <!-- 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. • 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
  • 21. 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 Photo Card
  • 22. • 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
  • 24. Example Metadata: Twitter Cards Gallery Card <!-- Card Type (required) --> <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. • 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
  • 27. Example Metadata: Twitter Cards App Card <!-- 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. • 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
  • 30. Example Metadata: Twitter Cards Product Card <!-- 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/mug- new.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. • 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
  • 33. 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
  • 34. Example Metadata: Twitter Cards Player Card <!-- 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. 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
  • 38. <!-- 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"/> Twitter Cards Deep Linking Example Metadata: Additional Information: http://bit.ly/10GAuDy
  • 40. • 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
  • 41. Facebook Like Button Create your own: http://bit.ly/13A50Mb
  • 42. Allow users to follow your public updates without leaving your site. Create your own: http://bit.ly/ZpUfMX Facebook Follow Button
  • 44. • 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
  • 45. • 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
  • 47. 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
  • 48. Facebook Like Box Create your own: http://bit.ly/ZSiZKe
  • 49. 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
  • 50. 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
  • 51. 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
  • 52. Allows actions to be tagged with locations, creating location based posts in the timeline: Facebook Open Graph
  • 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: All Good Bakers Cohoes Music Hall SMBTV Greane Tree Technology Contact Information: Matthew Gerrior mgerrior@greanetree.com 518-380-6500