Skip to content

Commit 25431f5

Browse files
author
Rafael J. Staib
committed
Add twitter meta tags and additional meta tags for the open graph
1 parent 717cddf commit 25431f5

File tree

10 files changed

+90
-18
lines changed

10 files changed

+90
-18
lines changed

add-remove.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1212

1313
<!-- Required for Open Graph -->
14-
<meta property="og:title" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
15-
<meta property="og:site_name" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
14+
<meta property="og:title" content="jQuery Steps">
15+
<meta property="og:description" content="jQuery Steps - A powerful jQuery wizard plugin that supports accessibility and HTML5.">
1616
<meta property="og:type" content="website">
1717
<meta property="og:url" content="http://rstaib.github.io/jquery-steps">
18+
<meta property="og:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
19+
20+
<!-- Required for Twitter -->
21+
<meta property="twitter:card" content="summary">
22+
<meta name="twitter:creator" content="@RafaelStaib">
23+
<meta property="twitter:title" content="jQuery Steps">
24+
<meta name="twitter:description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
25+
<meta name="twitter:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
1826

1927
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
2028
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">

advanced-form.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1212

1313
<!-- Required for Open Graph -->
14-
<meta property="og:title" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
15-
<meta property="og:site_name" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
14+
<meta property="og:title" content="jQuery Steps">
15+
<meta property="og:description" content="jQuery Steps - A powerful jQuery wizard plugin that supports accessibility and HTML5.">
1616
<meta property="og:type" content="website">
1717
<meta property="og:url" content="http://rstaib.github.io/jquery-steps">
18+
<meta property="og:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
19+
20+
<!-- Required for Twitter -->
21+
<meta property="twitter:card" content="summary">
22+
<meta name="twitter:creator" content="@RafaelStaib">
23+
<meta property="twitter:title" content="jQuery Steps">
24+
<meta name="twitter:description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
25+
<meta name="twitter:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
1826

1927
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
2028
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">

async.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1212

1313
<!-- Required for Open Graph -->
14-
<meta property="og:title" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
15-
<meta property="og:site_name" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
14+
<meta property="og:title" content="jQuery Steps">
15+
<meta property="og:description" content="jQuery Steps - A powerful jQuery wizard plugin that supports accessibility and HTML5.">
1616
<meta property="og:type" content="website">
1717
<meta property="og:url" content="http://rstaib.github.io/jquery-steps">
18+
<meta property="og:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
19+
20+
<!-- Required for Twitter -->
21+
<meta property="twitter:card" content="summary">
22+
<meta name="twitter:creator" content="@RafaelStaib">
23+
<meta property="twitter:title" content="jQuery Steps">
24+
<meta name="twitter:description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
25+
<meta name="twitter:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
1826

1927
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
2028
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">

basic-form.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1212

1313
<!-- Required for Open Graph -->
14-
<meta property="og:title" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
15-
<meta property="og:site_name" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
14+
<meta property="og:title" content="jQuery Steps">
15+
<meta property="og:description" content="jQuery Steps - A powerful jQuery wizard plugin that supports accessibility and HTML5.">
1616
<meta property="og:type" content="website">
1717
<meta property="og:url" content="http://rstaib.github.io/jquery-steps">
18+
<meta property="og:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
19+
20+
<!-- Required for Twitter -->
21+
<meta property="twitter:card" content="summary">
22+
<meta name="twitter:creator" content="@RafaelStaib">
23+
<meta property="twitter:title" content="jQuery Steps">
24+
<meta name="twitter:description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
25+
<meta name="twitter:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
1826

1927
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
2028
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">

basic.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1212

1313
<!-- Required for Open Graph -->
14-
<meta property="og:title" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
15-
<meta property="og:site_name" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
14+
<meta property="og:title" content="jQuery Steps">
15+
<meta property="og:description" content="jQuery Steps - A powerful jQuery wizard plugin that supports accessibility and HTML5.">
1616
<meta property="og:type" content="website">
1717
<meta property="og:url" content="http://rstaib.github.io/jquery-steps">
18+
<meta property="og:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
19+
20+
<!-- Required for Twitter -->
21+
<meta property="twitter:card" content="summary">
22+
<meta name="twitter:creator" content="@RafaelStaib">
23+
<meta property="twitter:title" content="jQuery Steps">
24+
<meta name="twitter:description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
25+
<meta name="twitter:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
1826

1927
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
2028
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">

iframe.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1212

1313
<!-- Required for Open Graph -->
14-
<meta property="og:title" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
15-
<meta property="og:site_name" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
14+
<meta property="og:title" content="jQuery Steps">
15+
<meta property="og:description" content="jQuery Steps - A powerful jQuery wizard plugin that supports accessibility and HTML5.">
1616
<meta property="og:type" content="website">
1717
<meta property="og:url" content="http://rstaib.github.io/jquery-steps">
18+
<meta property="og:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
19+
20+
<!-- Required for Twitter -->
21+
<meta property="twitter:card" content="summary">
22+
<meta name="twitter:creator" content="@RafaelStaib">
23+
<meta property="twitter:title" content="jQuery Steps">
24+
<meta name="twitter:description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
25+
<meta name="twitter:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
1826

1927
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
2028
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">

images/social.png

5.08 KB
Loading

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1212

1313
<!-- Required for Open Graph -->
14-
<meta property="og:title" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
15-
<meta property="og:site_name" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
14+
<meta property="og:title" content="jQuery Steps">
15+
<meta property="og:description" content="jQuery Steps - A powerful jQuery wizard plugin that supports accessibility and HTML5.">
1616
<meta property="og:type" content="website">
1717
<meta property="og:url" content="http://rstaib.github.io/jquery-steps">
18+
<meta property="og:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
19+
20+
<!-- Required for Twitter -->
21+
<meta property="twitter:card" content="summary">
22+
<meta name="twitter:creator" content="@RafaelStaib">
23+
<meta property="twitter:title" content="jQuery Steps">
24+
<meta name="twitter:description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
25+
<meta name="twitter:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
1826

1927
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
2028
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">

tabs.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1212

1313
<!-- Required for Open Graph -->
14-
<meta property="og:title" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
15-
<meta property="og:site_name" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
14+
<meta property="og:title" content="jQuery Steps">
15+
<meta property="og:description" content="jQuery Steps - A powerful jQuery wizard plugin that supports accessibility and HTML5.">
1616
<meta property="og:type" content="website">
1717
<meta property="og:url" content="http://rstaib.github.io/jquery-steps">
18+
<meta property="og:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
19+
20+
<!-- Required for Twitter -->
21+
<meta property="twitter:card" content="summary">
22+
<meta name="twitter:creator" content="@RafaelStaib">
23+
<meta property="twitter:title" content="jQuery Steps">
24+
<meta name="twitter:description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
25+
<meta name="twitter:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
1826

1927
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
2028
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">

test.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1212

1313
<!-- Required for Open Graph -->
14-
<meta property="og:title" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
15-
<meta property="og:site_name" content="jQuery Steps, a powerful jQuery wizard plugin that supports accessibility and HTML5.">
14+
<meta property="og:title" content="jQuery Steps">
15+
<meta property="og:description" content="jQuery Steps - A powerful jQuery wizard plugin that supports accessibility and HTML5.">
1616
<meta property="og:type" content="website">
1717
<meta property="og:url" content="http://rstaib.github.io/jquery-steps">
18+
<meta property="og:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
19+
20+
<!-- Required for Twitter -->
21+
<meta property="twitter:card" content="summary">
22+
<meta name="twitter:creator" content="@RafaelStaib">
23+
<meta property="twitter:title" content="jQuery Steps">
24+
<meta name="twitter:description" content="A powerful jQuery wizard plugin that supports accessibility and HTML5.">
25+
<meta name="twitter:image" content="http://rstaib.github.io/jquery-steps/images/social.png">
1826

1927
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet2.css" media="screen">
2028
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">

0 commit comments

Comments
 (0)