Skip to content

Commit

Permalink
Added support for 14 social networks
Browse files Browse the repository at this point in the history
Changes :
- Added Pixabay
- Added Giphy
- Added Taringa
- Added SourceForge
- Added Codepen
- Added Launchpad
- Added Photobucket
- Added Wix
- Added Crevado
- Added Carbonmade
- Added Coroflot
- Added Jimdo
- Added Repl.it
- Added Issuu

Notes:
- Unable to add Twitch, Tumblr, Big Cartel, Trello.
  • Loading branch information
greenmagenta committed Dec 29, 2018
1 parent 9b83571 commit fd11e60
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,5 +458,79 @@
"url": "https://www.quora.com/profile/{}",
"urlMain": "https://www.quora.com/",
"errorType": "status_code"
},
"Pixabay": {
"url": "https://pixabay.com/en/users/{}",
"urlMain": "https://pixabay.com/",
"errorType": "status_code"
},
"Giphy": {
"url": "https://giphy.com/{}",
"urlMain": "https://giphy.com/",
"errorType": "status_code"
},
"Taringa": {
"url": "https://www.taringa.net/{}",
"urlMain": "https://taringa.net/",
"errorType": "message",
"errorMsg": "Lo que estás buscando no está por aquí."
},
"SourceForge": {
"url": "https://sourceforge.net/u/{}",
"urlMain": "https://sourceforge.net/",
"errorType": "status_code"
},
"Codepen": {
"url": "https://codepen.io/{}",
"urlMain": "https://codepen.io/",
"errorType": "status_code"
},
"Launchpad": {
"url": "https://launchpad.net/~{}",
"urlMain": "https://launchpad.net/",
"errorType": "status_code"
},
"Photobucket": {
"url": "https://photobucket.com/user/{}/library",
"urlMain": "https://photobucket.com/",
"errorType": "status_code"
},
"Wix": {
"url": "https://{}.wix.com",
"urlMain": "https://wix.com/",
"errorType": "status_code"
},
"Crevado": {
"url": "https://{}.crevado.com",
"urlMain": "https://crevado.com/",
"errorType": "status_code"
},
"Carbonmade": {
"url": "https://{}.carbonmade.com",
"urlMain": "https://carbonmade.com/",
"errorType": "message",
"errorMsg": "You've accidentally stumbled upon Mike's super secret nap grotto."
},
"Coroflot": {
"url": "https://www.coroflot.com/{}",
"urlMain": "https://coroflot.com/",
"errorType": "status_code"
},
"Jimdo": {
"url": "https://{}.jimdosite.com",
"urlMain": "https://jimdosite.com/",
"errorType": "status_code",
"noPeriod": "True"
},
"Repl.it": {
"url": "https://repl.it/@{}",
"urlMain": "https://repl.it/",
"errorType": "message",
"errorMsg": "404"
},
"Issuu": {
"url": "https://issuu.com/{}",
"urlMain": "https://issuu.com/",
"errorType": "status_code"
}
}

0 comments on commit fd11e60

Please sign in to comment.