Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Facebook OG and twitter meta stuff to head, for easier sharing. #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
ga('create', 'UA-87332256-1', 'auto');
ga('send', 'pageview');
</script>
<meta property="og:url" content="http://www.nationofmakers.us/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Nation of Makers" />
<meta property="og:description" content="A nonprofit organization dedicated to helping makers by supporting maker organizations; through advocacy, the sharing of resources and the building of community within the maker movement and beyond." />
<meta property="og:image" content="http://www.nationofmakers.us/images/adam-savage.png" />

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@NationOfMakers">
<meta name="twitter:title" content="Nation of Makers">
<meta name="twitter:description" content="A nonprofit organization dedicated to helping makers by supporting maker organizations; through advocacy, the sharing of resources and the building of community within the maker movement and beyond.">
<meta name="twitter:image" content="http://www.nationofmakers.us/images/adam-savage.png">

</head>
<body>

Expand Down