Skip to content

Commit

Permalink
Merge pull request #51 from alex/tooters
Browse files Browse the repository at this point in the history
Refs #47 -- added twitter info for more sites
  • Loading branch information
benjaminp committed Jan 21, 2015
2 parents 3ea1571 + 7c778d4 commit dfbd086
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions config/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,33 @@
"sites": [
{
"name": "LinkedIn",
"domain": "www.linkedin.com"
"domain": "www.linkedin.com",
"twitter": "LinkedIn"
},
{
"name": "Facebook",
"domain": "www.facebook.com"
"domain": "www.facebook.com",
"twitter": "facebook"
},
{
"name": "Twitter",
"domain": "twitter.com"
"domain": "twitter.com",
"twitter": "twitter"
},
{
"name": "Pintrest",
"domain": "www.pinterest.com"
"domain": "www.pinterest.com",
"twitter": "Pinterest"
},
{
"name": "Tumblr",
"domain": "www.tumblr.com"
"domain": "www.tumblr.com",
"twitter": "tumblr"
},
{
"name": "Instagram",
"domain": "instagram.com"
"domain": "instagram.com",
"twitter": "instagram"
},
{
"name": "Reddit",
Expand Down

0 comments on commit dfbd086

Please sign in to comment.