1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Added more providers to social-share shortcode. Now works independently from Font-Awesome.

This commit is contained in:
Cameron
2014-01-25 05:18:31 -08:00
parent 02bf58c5c7
commit f4cb7f94d1
8 changed files with 164 additions and 15 deletions

View File

@@ -97,7 +97,7 @@ $sc_style['MODERATE']['post'] = '</div>';
$COMMENT_TEMPLATE['form'] = "
{SETIMAGE: w=100}
{SETIMAGE: w=60}
<div class='media comment-box comment-box-form clearfix'>
<div class='comment-box-left media-object pull-left' >
{COMMENT_AVATAR}

89
e107_plugins/social/css/fontello.css vendored Normal file
View File

@@ -0,0 +1,89 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?47486947');
src: url('../font/fontello.eot?47486947#iefix') format('embedded-opentype'),
url('../font/fontello.woff?47486947') format('woff'),
url('../font/fontello.ttf?47486947') format('truetype'),
url('../font/fontello.svg?47486947#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?47486947#fontello') format('svg');
}
}
*/
[class^="e-social-"]:before, [class*=" e-social-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.e-social-mail:before { content: '\e820'; } /* '' */
.e-social-instagram-filled:before { content: '\e818'; } /* '' */
.e-social-thumbs-up:before { content: '\e81f'; } /* '' */
.e-social-export:before { content: '\e824'; } /* '' */
.e-social-foursquare:before { content: '\e822'; } /* '' */
.e-social-share:before { content: '\e823'; } /* '' */
.e-social-spread:before { content: '\e81b'; } /* '' */
.e-social-delicious:before { content: '\e813'; } /* '' */
.e-social-flattr:before { content: '\e81c'; } /* '' */
.e-social-gplus:before { content: '\e800'; } /* '' */
.e-social-stumbleupon:before { content: '\e801'; } /* '' */
.e-social-pinterest:before { content: '\e802'; } /* '' */
.e-social-digg:before { content: '\e803'; } /* '' */
.e-social-reddit:before { content: '\e804'; } /* '' */
.e-social-blogger:before { content: '\e805'; } /* '' */
.e-social-dribbble:before { content: '\e806'; } /* '' */
.e-social-flickr:before { content: '\e81d'; } /* '' */
.e-social-google:before { content: '\e819'; } /* '' */
.e-social-mail-alt:before { content: '\e821'; } /* '' */
.e-social-linkedin:before { content: '\e807'; } /* '' */
.e-social-rss:before { content: '\e81a'; } /* '' */
.e-social-skype:before { content: '\e808'; } /* '' */
.e-social-twitter:before { content: '\e809'; } /* '' */
.e-social-youtube:before { content: '\e80a'; } /* '' */
.e-social-vimeo:before { content: '\e80b'; } /* '' */
.e-social-yahoo:before { content: '\e80c'; } /* '' */
.e-social-email:before { content: '\e80d'; } /* '' */
.e-social-dropbox:before { content: '\e80e'; } /* '' */
.e-social-facebook:before { content: '\e80f'; } /* '' */
.e-social-github-circled:before { content: '\e810'; } /* '' */
.e-social-tumblr:before { content: '\e811'; } /* '' */
.e-social-yelp:before { content: '\e812'; } /* '' */
.e-social-acrobat:before { content: '\e814'; } /* '' */
.e-social-blogger-rect:before { content: '\e816'; } /* '' */
.e-social-linkedin-rect:before { content: '\e815'; } /* '' */
.e-social-instagram-1:before { content: '\e817'; } /* '' */
.e-social-instapaper:before { content: '\e81e'; } /* '' */

View File

@@ -0,0 +1,10 @@
<?php
if(USER_AREA)
{
e107::css('social', 'css/fontello.css');
}
?>

View File

@@ -75,25 +75,27 @@ class social_shortcodes extends e_shortcode
$title = varset($parm['title'], deftrue('e_PAGETITLE'). " | ". SITENAME ) ;
$description = varset($parm['title'], e107::getUrl()->response()->getMetaDescription());
$media = "";
$label = varset($parm['label'], $tp->toGlyph('icon-share')." ".defset('LAN_SHARE',"Share"));
$label = varset($parm['label'], $tp->toGlyph('e-social-spread')." ".defset('LAN_SHARE',"Share"));
$size = varset($parm['size'],'md');
//TODO LANS ie. "Share on [x]"
$providers = array(
'email' => array('icon' => 'fa-envelope-o', 'title'=>"Email to someone", 'url' => "mailto:EMAIL_RECIPIENT?subject=[t]&body=Check out this link: [u]"),
'facebook-like' => array('icon' => 'fa-thumbs-o-up', 'title'=>"Like on Facebook", 'url' => "http://www.facebook.com/plugins/like.php?href=[u]"),
'facebook-share' => array('icon' => 'fa-facebook', 'title'=>"Share on Facebook", 'url' => "http://www.facebook.com/sharer.php?u=[u]&t=[t]"),
'twitter' => array('icon' => 'fa-twitter', 'title'=>"Share on Twitter", 'url' => "http://twitter.com/share?url=[u]&text=[t]"),
'google-plus1' => array('icon' => 'fa-google-plus', 'title'=>"+1 on Google", 'url' => "https://apis.google.com/_/+1/fastbutton?usegapi=1&size=large&hl=en&url=[u]"),
'email' => array('icon' => 'e-social-mail', 'title'=>"Email to someone", 'url' => "mailto:EMAIL_RECIPIENT?subject=[t]&body=Check out this link: [u]"),
'facebook-like' => array('icon' => 'e-social-thumbs-up', 'title'=>"Like on Facebook", 'url' => "http://www.facebook.com/plugins/like.php?href=[u]"),
'facebook-share' => array('icon' => 'e-social-facebook', 'title'=>"Share on Facebook", 'url' => "http://www.facebook.com/sharer.php?u=[u]&t=[t]"),
'twitter' => array('icon' => 'e-social-twitter', 'title'=>"Share on Twitter", 'url' => "http://twitter.com/share?url=[u]&text=[t]"),
'google-plus1' => array('icon' => 'e-social-gplus', 'title'=>"+1 on Google", 'url' => "https://apis.google.com/_/+1/fastbutton?usegapi=1&size=large&hl=en&url=[u]"),
// 'google-plus' => array('icon' => 'fa-google-plus', 'title'=>"On Google Plus", 'url' => "https://plusone.google.com/_/+1/confirm?hl=en&url=[u]"),
'linkedin' => array('icon' => 'e-social-linkedin', 'title'=>"Share on LinkedIn", 'url' => "http://www.linkedin.com/shareArticle?mini=true&url=[u]"),
'pinterest' => array('icon' => 'e-social-pinterest', 'title'=>"Share on Pinterest", 'url' => "http://www.pinterest.com/pin/create/button/?url=[u]&description=[t]&media=[m]"),
// 'thumblr' => array('icon' => 'fa-tumblr', 'title'=>"On Tumblr", 'url' => "http://www.tumblr.com/share/link?url=[u]&name=[t]&description=[d]"),
'stumbleupon' => array('icon' => 'e-social-stumbleupon', 'title'=>"On StumbleUpon", 'url' => "http://www.stumbleupon.com/submit?url=[u]&title=[t]"),
'reddit' => array('icon' => 'e-social-reddit', 'title'=>"On Reddit", 'url' => "http://reddit.com/submit?url=[u]&title=[t]"),
'digg' => array('icon' => 'e-social-digg', 'title'=>"On Digg", 'url' => "http://www.digg.com/submit?url=[u]"),
// 'google-plus' => array('icon' => 'fa-google-plus', 'title'=>"On Google Plus", 'url' => "https://plusone.google.com/_/+1/confirm?hl=en&url=[u]"),
'linkedin' => array('icon' => 'fa-linkedin', 'title'=>"Share on LinkedIn", 'url' => "http://www.linkedin.com/shareArticle?mini=true&url=[u]"),
'pinterest' => array('icon' => 'fa-pinterest', 'title'=>"Share on Pinterest", 'url' => "http://www.pinterest.com/pin/create/button/?url=[u]&description=[t]&media=[m]"),
// 'thumblr' => array('icon' => 'fa-tumblr', 'title'=>"On Tumblr", 'url' => "http://www.tumblr.com/share/link?url=[u]&name=[t]&description=[d]"),
// 'stumbleupon' => array('icon' => 'fa-stumbleupon', 'title'=>"On Tumblr", 'url' => "http://www.stumbleupon.com/submit?url=[u]&title=[t]"), // no fa icon available.
//http://reddit.com/submit?url=http%3A%2F%2Fwebsite.com&title=Website%20Title // no fa icon available
//http://www.digg.com/submit?url=http%3A%2F%2Fwebsite.com // no fa icon available
);
@@ -108,7 +110,7 @@ class social_shortcodes extends e_shortcode
}
else
{
$butSize = 'btn-lg';
$butSize = 'btn-social';
}
@@ -131,7 +133,7 @@ class social_shortcodes extends e_shortcode
$text = '<div class="btn-group '.$dir.'">
<a class="e-tip btn btn-dropdown btn-default btn-'.$size.' dropdown-toggle" data-toggle="dropdown" href="#" title="Share">'.$label.' <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel" style="min-width:355px">
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel" style="min-width:465px">
<li><div class="btn-group" style="padding-left: 7px;">'.implode("\n",$opt).'</div></li>
</ul>

Binary file not shown.

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Copyright (C) 2014 by original authors @ fontello.com</metadata>
<defs>
<font id="fontello" horiz-adv-x="1000" >
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="mail" unicode="&#xe820;" d="m929 11v428q-18-20-39-37q-149-114-238-188q-28-24-46-38t-48-27t-57-13h-2q-26 0-57 13t-48 27t-46 38q-88 74-238 188q-21 17-39 37v-428q0-8 6-13t12-5h822q7 0 12 5t6 13z m0 586v14t-1 7t-1 7t-3 5t-5 4t-8 2h-822q-7 0-12-6t-6-12q0-94 82-159q108-85 224-177q4-2 20-16t25-21t25-18t28-15t24-5h2q11 0 24 5t28 15t25 18t25 21t20 16q116 92 224 177q30 24 56 65t26 73z m71 21v-607q0-37-26-63t-63-27h-822q-36 0-63 27t-26 63v607q0 37 26 63t63 26h822q37 0 63-26t26-63z" horiz-adv-x="1000" />
<glyph glyph-name="instagram-filled" unicode="&#xe818;" d="m604 339c0 54-45 98-99 98c-54 0-98-44-98-98c0-54 44-98 98-98c54 0 99 44 99 98z m146 510h-500c-137 0-249-111-249-248v-69h367c39 27 86 43 137 43c51 0 99-16 137-43h358v69c0 137-112 248-250 248z m101-236c0-15-12-28-28-28h-85c-16 0-28 13-28 28v85c0 16 12 28 28 28h85c16 0 28-12 28-28v-85z m-109-274c0-130-106-236-237-236c-131 0-237 106-237 236c0 36 8 70 23 101h-290v-341c0-137 112-248 249-248h500c138 0 250 111 250 248v341h-280c14-31 22-65 22-101z" horiz-adv-x="1000" />
<glyph glyph-name="thumbs-up" unicode="&#xe81f;" d="m143 100q0 15-11 25t-25 11t-25-11t-11-25t11-25t25-11t25 11t11 25z m643 321q0 29-22 50t-50 22h-196q0 32 27 89t26 89q0 55-17 81t-72 27q-14-15-21-48t-17-70t-33-61q-13-13-43-51q-2-3-13-17t-18-22t-19-24t-22-25t-22-19t-22-16t-20-5h-18v-357h18q7 0 18-1t18-4t21-6t20-7t20-7t16-5q118-41 191-41h67q107 0 107 93q0 15-2 31q16 9 26 30t10 41t-10 38q29 28 29 67q0 13-5 31t-14 26q18 1 30 26t12 45z m71 1q0-50-27-91q5-18 5-38q0-43-21-81q1-12 1-24q0-56-33-99q0-78-48-123t-126-45h-72q-54 0-106 13t-121 36q-65 23-77 23h-161q-29 0-50 21t-21 50v357q0 30 21 51t50 21h153q20 13 77 86q32 42 60 72q13 14 19 47t17 71t35 60q22 21 50 21q47 0 84-18t57-57t20-104q0-51-27-107h98q58 0 101-42t42-100z" horiz-adv-x="857.1" />
<glyph glyph-name="export" unicode="&#xe824;" d="m786 298v-144q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h142q7 0 13-6t5-12q0-15-15-18q-43-15-74-34q-5-2-9-2h-62q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v119q0 11 10 16q16 7 30 21q9 9 20 4q12-5 12-16z m132 277l-214-214q-10-11-25-11q-7 0-14 3q-22 9-22 33v107h-89q-181 0-245-73q-66-77-41-264q2-13-11-19q-5-1-7-1q-9 0-14 7q-6 8-12 17t-22 38t-28 56t-21 64t-10 68q0 27 2 50t8 51t15 49t27 45t38 42t52 34t70 27t89 17t110 6h89v107q0 24 22 33q7 3 14 3q14 0 25-11l214-214q11-11 11-25t-11-25z" horiz-adv-x="928.6" />
<glyph glyph-name="foursquare" unicode="&#xe822;" d="m828 279l-328-328q-29-30-71-30t-72 30l-327 328q-30 29-30 71t30 71l327 328q30 30 72 30t71-30l148-148l-222-223l-105 105q-24 24-55 24q-33 0-56-23l-67-68q-24-22-24-55q0-32 24-56l226-227q17-16 38-21l3-2h16q33 0 55 23l345 345l2-2q29-29 29-71t-29-72z m-43 349l67-67q7-8 7-20t-7-20l-408-408q-9-8-20-8q-3 0-4 1q-10 1-17 7l-227 228q-7 8-7 20t7 20l68 67q7 8 19 8t21-8l140-141l320 321q9 8 21 8t20-8z" horiz-adv-x="928.6" />
<glyph glyph-name="share" unicode="&#xe823;" d="m799 127q46 0 79-33t33-79t-33-79t-78-33t-79 33t-33 80q0 18 8 39l-169 122q-49-50-118-50t-118 49t-50 119q0 9 3 26l-134 44q-16-14-36-14q-24 0-40 16t-16 40t16 39t40 16q20 0 34-13t19-31l135-45q21 41 61 65t86 24q52 0 96-31l199 199q-16 30-16 55q0 46 33 79t79 33t78-33t33-79t-33-78t-79-33q-26 0-55 17l-199-200q31-44 31-96q0-37-17-73l169-121q33 26 71 26z" horiz-adv-x="928" />
<glyph glyph-name="spread" unicode="&#xe81b;" d="m0 493q0 57 41 98t98 41q58 0 99-41t40-98q0-40-21-73l282-281q19 12 39 17v388q-46 12-76 49t-30 87q0 57 41 98t99 40q57 0 98-40t40-98q0-49-30-87t-76-49v-388q20-5 39-17l282 281q-21 34-21 73q0 58 41 98t98 41t98-41t41-98t-41-99t-98-41q-37 0-72 22l-282-282q21-33 21-72q0-58-40-99t-98-41q-59 0-99 41t-41 99q0 39 21 72l-282 282q-35-22-72-22q-57 0-98 41t-41 99z" horiz-adv-x="1222.7" />
<glyph glyph-name="delicious" unicode="&#xe813;" d="m0-150l0 501l501 0l0-501l-501 0z m509 499l0 501l500 0l0-501l-500 0z" horiz-adv-x="1009" />
<glyph glyph-name="flattr" unicode="&#xe81c;" d="m0-37l0 514q0 179 85 278t259 99l548 0q-5-5-52-53t-100-101t-109-109t-95-93t-42-37q-15 0-15 16l0 156l-48 0q-59 0-94-6t-63-26t-39-57t-12-96l0-262z m67-117q5 5 53 53t100 101t109 110t95 93t41 36q15 0 15-16l0-156l48 0q116 0 162 36t45 149l0 262l224 223l0-514q0-179-84-278t-260-99l-548 0z" horiz-adv-x="959" />
<glyph glyph-name="gplus" unicode="&#xe800;" d="m0 32q0 87 89 155t215 68l54 0q-42 40-42 86q0 29 16 58q-10-1-29-1q-104 0-170 65t-66 160q0 91 82 159t187 68l310 0l-69-50l-98 0q47-18 74-68t26-111q0-93-88-162q-37-29-48-46t-11-42q0-19 27-48t54-49q61-43 85-88t23-113q0-90-82-157t-222-66q-133 0-225 50t-92 132z m112 33q0-69 59-118t145-48q119 0 173 44t53 117q0 19-4 32q-3 11-7 21t-12 19t-14 16t-19 16t-21 15t-25 18t-26 17q-39 12-77 12q-90 1-157-47t-68-114z m66 559q11-79 61-136t109-58q59-2 94 52t25 133t-59 134t-110 57t-95-51t-25-131z m555-24l0 50l200 0l0 200l50 0l0-200l201 0l0-50l-201 0l0-201l-50 0l0 201l-200 0z" horiz-adv-x="1184" />
<glyph glyph-name="stumbleupon" unicode="&#xe801;" d="m0 143l0 181l224 0l0-179q0-28 20-48t49-21t50 20t20 49l0 423q0 117 87 200t205 82t206-83t86-201l0-92l-134-40l-89 42l0 80q0 29-20 49t-49 20t-49-20t-21-49l0-417q0-120-86-205t-206-84q-121 0-207 85t-86 208z m724-3l0 183l89-42l134 40l0-184q0-29 20-49t49-21t49 21t20 49l0 187l224 0l0-181q0-121-85-207t-207-86t-207 85t-86 205z" horiz-adv-x="1309" />
<glyph glyph-name="pinterest" unicode="&#xe802;" d="m0 491q0 63 27 125t76 115t130 86t178 33q159 0 261-98t102-231q0-171-86-282t-224-112q-45 0-84 21t-56 51l-40-158q-5-19-13-38t-17-38t-19-34t-19-30t-17-24t-13-16l-6-8q-3-4-8-3t-6 6q0 1-1 14t-3 27t-3 38t-1 44t3 48t7 48q11 47 74 313q-8 16-13 39t-5 36l-1 15q0 64 33 107t78 42q37 0 58-24t20-62q0-23-8-56t-23-77t-20-71q-10-45 18-78t73-33q79 0 131 90t51 216q0 97-63 159t-176 61q-126 0-204-81t-79-194q0-67 38-113q13-15 8-32q-2-5-6-23t-6-23q-2-11-10-14t-18 0q-59 24-88 83t-30 136z" horiz-adv-x="774" />
<glyph glyph-name="digg" unicode="&#xe803;" d="m0 152l0 372q0 13 13 13l176 0l0 129q0 14 13 14l98 0l0-514q0-14-12-14l-288 0z m109 83l67 0q13 0 13 14l0 206l-67 0q-13 0-13-14l0-206z m225-83l0 372q0 13 13 13l98 0l0-371q0-14-12-14l-99 0z m0 445l0 69q0 14 12 14l99 0l0-69q0-14-12-14l-99 0z m149-445l0 372q0 13 13 13l288 0l0-504q0-13-13-13l-288 0l1 69q0 14 12 14l176 0l0 49l-189 0z m110 83l67 0q12 0 12 14l0 206l-67 0q-12 0-12-14l0-206z m229-146q0 14 13 14l176 0l0 49l-189 0l0 372q0 13 13 13l287 0l0-504q0-13-12-13l-288 0l0 69z m109 146l67 0q13 0 13 14l0 206l-67 0q-13 0-13-14l0-206z" horiz-adv-x="1122" />
<glyph glyph-name="reddit" unicode="&#xe804;" d="m0 353q0 62 50 106t112 44q62 0 105-36l5 0q134 82 335 82l5 4l70 267l242-36q0-1 2-1q1 0 0 1q2 1 12 16t14 18q34 32 82 32q49 0 83-32t33-82t-33-84t-83-35q-57 0-87 39t-30 96q-2-1-97 13t-110 17l-3 0q-2-2-16-53t-30-109t-18-64l0-3l5-4q72 0 148-20t130-58l3-2q1 1 2 1t2 1q25 18 36 25t29 13t43 6q68 0 116-48t48-117q0-47-26-86t-70-60q0-195-260-303q-41-18-56-23q-32-10-91-19t-93-9q-120 0-231 35q-2 2-72 38q-95 51-152 116t-58 156l-5 0q-33 17-59 50l-9 12q-15 27-19 46t-4 50z m34-12q0-66 57-112q5 59 48 116t101 101q-37 26-82 26q-49 0-86-40t-38-91z m102-146q0-54 31-104t80-85t102-60t105-34q75-14 146-14q123 0 233 39t185 123l-3 0q30 38 43 69t13 72q0 54-26 103t-70 84t-92 61t-100 38q-85 23-181 23q-74 0-151-18t-150-54t-119-99t-46-144z m186 73q0 37 23 60t59 22t62-22t25-60q0-36-25-60t-62-24t-59 24t-23 60z m36-164l44 0q25-45 80-68t111-24q58 0 110 24t84 68l41 0q-25-62-93-96t-142-34q-72 0-141 35t-94 95z m336 164q0 38 23 60t61 22q34 0 58-24t24-58t-24-59t-58-25q-37 0-60 24t-24 60z m255 468q0-35 25-60t60-25q36 0 59 25t23 60q0 34-24 58t-58 24t-59-24t-26-58z m14-281q55-36 95-92t56-120q59 43 59 96q0 58-35 100t-93 42q-45 0-82-26z" horiz-adv-x="1205" />
<glyph glyph-name="blogger" unicode="&#xe805;" d="m0 165l0 369q0 130 93 223t223 93l221 0q65-8 139-57t104-115q1-2 5-9t5-10t4-10t4-12t3-16t4-22t4-29q9-70 26-85q14-13 71-14t65-8l14-11l8-17l3-14l-2-256q-1-130-93-223t-222-92l-363 0q-130 0-223 92t-93 223z m259 5q0-25 18-42t43-18l356 0q25 0 43 18t17 42t-17 43t-43 17l-356 0q-25 0-43-17t-18-43z m0 362q0-25 18-43t43-18l175 0q25 0 43 18t17 43t-17 43t-43 17l-175 0q-25 0-43-17t-18-43z" horiz-adv-x="996" />
<glyph glyph-name="dribbble" unicode="&#xe806;" d="m0 350q0 136 67 251t182 182t251 67t251-67t182-182t67-251t-67-251t-182-182t-251-67t-251 67t-182 182t-67 251z m83 0q0-156 105-275q48 94 152 179t203 107q-15 35-29 63q-172-55-372-55q-39 0-58 1q0-4 0-10t-1-10z m13 103q22-2 65-2q167 0 317 45q-76 135-167 225q-79-40-135-111t-80-157z m149-432q113-88 255-88q74 0 147 28q-20 171-78 331q-92-20-185-101t-139-170z m153 732q88-91 163-227q136 57 205 145q-116 96-266 96q-51 0-102-14z m199-298q15-32 34-81q74 7 161 7q62 0 123-3q-8 136-98 242q-65-97-220-165z m59-151q51-148 69-304q79 51 129 131t60 173q-73 5-133 5q-55 0-125-5z" horiz-adv-x="1000" />
<glyph glyph-name="flickr" unicode="&#xe81d;" d="m0 350q0 104 73 177t177 73t177-73t73-177t-73-177t-177-73t-177 73t-73 177z m552 0q0 104 73 177t177 73t177-73t73-177t-73-177t-177-73t-177 73t-73 177z" horiz-adv-x="1052" />
<glyph glyph-name="google" unicode="&#xe819;" d="m0 32q0 87 89 155t215 68l54 0q-42 40-42 86q0 29 16 58q-10-1-29-1q-104 0-170 65t-66 160q0 91 82 159t187 68l310 0l-69-50l-98 0q47-18 74-68t26-111q0-93-88-162q-37-29-48-46t-11-42q0-19 27-48t54-49q61-43 85-88t23-113q0-90-82-157t-222-66q-133 0-225 50t-92 132z m112 33q0-69 59-118t145-48q119 0 173 44t53 117q0 19-4 32q-3 11-7 21t-12 19t-14 16t-19 16t-21 15t-25 18t-26 17q-39 12-77 12l-4 0q-87 0-153-47q-68-48-68-114z m66 559q11-79 61-136t109-58l4 0q56 0 90 52q27 42 27 99q0 16-2 34q-10 79-59 134t-110 57l-4 0q-57 0-91-51q-27-41-27-98q0-16 2-33z" horiz-adv-x="646" />
<glyph glyph-name="mail-alt" unicode="&#xe821;" d="m1000 454v-443q0-37-26-63t-63-27h-822q-36 0-63 27t-26 63v443q25-28 56-49q202-137 278-192q32-24 51-37t53-27t61-13h2q28 0 61 13t53 27t51 37q95 68 278 192q32 22 56 49z m0 164q0-44-27-84t-68-69q-210-146-262-181q-5-4-23-17t-30-22t-29-18t-33-15t-27-5h-2q-12 0-27 5t-33 15t-29 18t-30 22t-23 17q-51 35-147 101t-114 80q-35 23-65 64t-31 77q0 43 23 72t66 29h822q36 0 62-26t27-63z" horiz-adv-x="1000" />
<glyph glyph-name="linkedin" unicode="&#xe807;" d="m0 730q0 50 35 83t91 32q55 0 89-32q35-33 35-86q0-48-34-80q-35-33-92-33l-1 0q-55 0-89 33t-34 83z m13-875l0 668l222 0l0-668l-222 0z m345 0l222 0l0 373q0 35 8 54q14 34 43 58t71 23q112 0 112-151l0-357l222 0l0 383q0 148-70 225t-185 76q-129 0-201-111l0-2l-1 0l1 2l0 95l-222 0q2-32 2-199t-2-469z" horiz-adv-x="1036" />
<glyph glyph-name="rss" unicode="&#xe81a;" d="m0-16q0 55 39 94t94 39t94-39t39-94q0-56-39-95t-94-38t-94 39t-39 94z m0 335l0 191q179 0 331-88t241-241t88-331l-192 0q0 194-137 331q-138 138-331 138z m0 339l0 192q203 0 388-79t319-214t214-319t79-388l-192 0q0 164-64 314t-172 258t-258 172t-314 64z" horiz-adv-x="1000" />
<glyph glyph-name="skype" unicode="&#xe808;" d="m0 577q0 113 80 193t193 80q78 0 145-42q36 7 80 7q195 0 333-138t138-332q0-49-11-101q28-59 28-121q0-113-80-193t-193-80q-68 0-129 32q-45-8-86-8q-194 0-332 138t-138 333q0 47 9 94q-37 65-37 138z m221-366q0-41 30-85q71-104 246-104q50 0 97 11t87 34t66 64t25 94q0 58-29 98t-74 58t-95 33t-96 23t-73 26t-30 44q0 33 37 49t74 16q40 0 66-12t38-30t21-35t25-30t39-13q27 0 48 19t20 46t-15 54q-30 55-95 80t-138 25q-46 0-89-9t-83-29t-64-56t-25-87q0-66 40-106t97-57t115-29t97-33t40-59q0-29-23-49t-50-27t-57-7q-38 0-64 11t-39 27t-22 35t-18 35t-23 27t-37 10q-28 0-48-17t-21-45z" horiz-adv-x="986" />
<glyph glyph-name="twitter" unicode="&#xe809;" d="m0-37q30-3 60-3q176 0 314 108q-82 1-147 50t-89 125q20-4 47-4q35 0 67 9q-88 17-145 87t-58 160l0 3q53-30 115-31q-52 34-82 90t-31 120q0 68 35 127q94-117 230-186t290-78q-7 33-7 58q0 104 74 178t179 74q109 0 184-80q87 18 160 62q-28-91-110-140q73 9 144 40q-48-75-125-131l0-33q0-101-29-202t-90-194t-145-165t-201-115t-253-42q-209 0-387 113z" horiz-adv-x="1230" />
<glyph glyph-name="youtube" unicode="&#xe80a;" d="m0 123q0 54 6 162q4 53 38 87t87 36q100 5 301 5t301-5q53-3 87-36t38-87q5-90 5-162t-5-162q-4-53-38-87t-87-36q-100-5-301-5t-301 5q-53 3-87 36t-38 87q-6 108-6 162z m67 141l61 0l0-326l59 0l0 326l61 0l0 55l-181 0l0-55z m65 603l60 0l38-152l4 0l36 152l60 0l-46-148q-23-73-23-75l0-158l-59 0l0 151q-2 14-5 26t-9 26t-9 25z m116-885q0-48 36-48q32 0 61 35l0-31l52 0l0 281l-52 0l0-214q-21-21-31-21q-14 0-14 19l0 216l-52 0l0-237z m79 575l0 146q0 34 22 53t56 18q33 0 54-20t20-53l0-145q0-36-20-56t-56-21q-35 0-55 22t-21 56z m54-7q0-23 22-23q23 0 23 25l0 153q0 9-7 15t-16 6t-15-5t-7-15l0-156z m67-612l53 0l0 21q20-25 50-25q47 0 47 62l0 156q0 71-51 71q-25 0-46-27l0 123l-53 0l0-381z m53 53l0 176q11 11 22 11q22 0 22-28l0-148q0-24-19-24q-14 0-25 13z m23 539l0 237l52 0l0-215q0-19 14-19q13 0 31 21l0 213l52 0l0-281l-52 0l0 31q-29-35-61-35q-36 0-36 48z m114-513q0-38 19-63t57-24q78 0 78 87l0 21l-54 0q0-2 1-13t-1-17t-2-14t-7-12t-14-3q-23 0-23 40l0 53l100 0l0 72q0 38-18 60t-57 22q-36 0-57-23t-22-59l0-127z m54 99l0 30q0 31 23 31t23-31l0-30l-46 0z" horiz-adv-x="863" />
<glyph glyph-name="vimeo" unicode="&#xe80b;" d="m0 578q55 65 110 116t96 78t72 43t48 21l17 4q12 2 24 2q19 0 35-6q26-10 43-34t29-55t21-72t15-78t14-79t14-71q32-125 52-177t41-53q24 0 67 56t93 151q26 48 26 91q0 13-2 23q-9 52-51 65q-11 4-24 4q-35 0-83-26q22 130 134 209q85 60 174 60q12 0 24-1q102-8 139-90q18-38 18-88q0-29-6-61q-18-102-69-208t-113-187t-133-155t-123-118t-91-68q-42-24-78-24t-70 21t-56 48t-38 57q-18 38-97 299t-97 280q-1 2-4 4t-13 5t-24 0t-37-14t-50-33z" horiz-adv-x="1146" />
<glyph glyph-name="yahoo" unicode="&#xe80c;" d="m0 641l6-19q4-6 8-10t5-5l2-2l19-10l111 0l287-344q11-12 11-25l0-192q0-8-2-12t-6-5l-3 0q-112 0-142-3q-10 0-10-9l0-55l516 0l0 57q0 3-2 5t-5 2l-146 0q-9 0-9 15l0 202q-1 3 2 7t5 7l3 3q11 11 264 249l133 0q9 0 18 7l17 19q6 7 6 18l0 14q-1 3-3 5t-3 1l-438 0l-7-6q-1-6 2-12t5-10l2-4l23-23l18-7l115 0l-207-195l-228 291l41 0q13-1 22 4l68 21q1 0 3 1t5 5t2 9l0 14q0 3-2 5t-4 2l-492 0q-8-1-10-7l0-8z m1190 109l185-7l-83-567l-61 3z m13-763l4 110l110-4l-4-110z" horiz-adv-x="1375" />
<glyph glyph-name="email" unicode="&#xe80d;" d="m0 62l0 576q0 1 3 19l339-290l-338-325q-4 14-4 20z m45 635q7 3 17 3l913 0q9 0 18-3l-340-291l-45-36l-89-73l-89 73l-45 36z m1-694l341 327l132-107l132 107l341-327q-8-3-17-3l-913 0q-8 0-16 3z m650 364l338 290q3-9 3-19l0-576q0-9-3-20z" horiz-adv-x="1037" />
<glyph glyph-name="dropbox" unicode="&#xe80e;" d="m0 311l214 163l-214 162l311 203l203-174l208 174l302-193l-198-165l198-170l-307-185l-203 156l-203-156z m213-251l0 57l94-55l203 155l1-1l0-355z m5 416l294-185l296 196l-294 169z m293-615l1 355l2 1l202-155l100 60l0-63z" horiz-adv-x="1024" />
<glyph glyph-name="facebook" unicode="&#xe80f;" d="m0 313l0 191l154 0l0 96q0 104 68 177t163 73l153 0l0-191l-153 0q-15 0-27-16t-12-41l0-98l192 0l0-191l-192 0l0-463l-192 0l0 463l-154 0z" horiz-adv-x="538" />
<glyph glyph-name="github-circled" unicode="&#xe810;" d="m0 351q0 102 40 194q79 186 265 265q92 40 194 40t194-40q184-78 265-265q40-95 40-194t-40-194q-81-188-265-267q-92-40-194-40t-194 40q-186 80-265 267q-40 92-40 194z m78 0q0-141 84-252q83-109 217-155l0 80q0 60 40 87q-20 1-47 7q-51 9-87 32q-91 55-91 199q0 75 50 128q-23 59 5 128l20 0q10 0 25-5q39-12 87-44q61 16 120 16t121-16q39 26 73 40q32 12 46 10l12-1q27-69 5-128q50-53 50-128q0-112-55-169q-30-32-79-50q-41-15-91-19q41-29 41-87l0-80q129 46 213 157q82 110 82 250q0 85-33 164q-32 76-90 134q-56 56-134 89q-80 34-163 34q-82 0-164-34q-75-32-134-89q-56-58-90-134q-33-79-33-164z" horiz-adv-x="998" />
<glyph glyph-name="tumblr" unicode="&#xe811;" d="m0 440l0 142q60 20 101 55q41 33 67 86q26 51 35 127l143 0l0-253l237 0l0-157l-237 0l0-256q0-86 9-112q9-24 34-39q34-20 76-20q77 0 151 49l0-157q-63-31-116-43q-52-12-112-12q-68 0-122 17q-55 19-89 50q-36 31-52 68q-14 34-14 105l0 350l-111 0z" horiz-adv-x="616" />
<glyph glyph-name="yelp" unicode="&#xe812;" d="m0 262l0-13q0-43 6-69q5-18 19-26t29-2l204 63q22 7 31 26q5 10 5 20t-5 19q-9 19-32 26l-204 82q-14 3-27-8t-17-30q-8-36-9-88z m87 477q-5 8-5 16q0 9 6 18q12 17 38 27q81 31 171 46l5 0q45 0 49-38q25-313 25-393q0-33-27-40q-6-2-12-2q-21 0-37 25q-148 232-213 341z m69-766l139 167q19 21 38 21q8 0 16-3q25-11 25-45q0-5-1-10l0-222q-2-14-17-22q-9-5-18-5q-8 0-16 3q-36 6-85 26t-73 37q-18 14-18 30q0 11 10 23z m294 338q-6 12-6 23q0 17 15 33l130 179q7 8 20 8q3 0 7-1q17-2 29-18q25-26 53-71t37-73q3-8 3-15q0-9-4-16q-8-13-23-16l-209-53q-8-2-16-2q-23 0-36 22z m12-125q-9-12-9-24q0-16 13-32l114-191q7-9 24-9l3 0q19 1 33 15q27 24 56 63t41 70q4 11 4 21q0 7-3 13q-5 14-19 19l-205 70q-10 4-19 4q-21 0-33-19z" horiz-adv-x="741" />
<glyph glyph-name="acrobat" unicode="&#xe814;" d="m0-108q0 51 61 106t123 89l15-22q-44-32-90-83t-59-89q87 27 265 379q65 131 103 261q-33 107-33 202q0 115 47 115q23 0 34-2t21-13t9-34q0-15-3-28l-27 1q-2 26-17 41q-12-20-12-69q0-38 9-94q3 18 9 54t9 53l26-3q-2-152-14-218q36-107 87-174t142-119q68 7 116 7q178 0 178-70q0-11-5-24l-3 1q-5-42-67-42q-104 0-240 72q-220-22-389-82q-147-257-235-257q-7 0-14 2t-12 4t-14 7t-12 7q-8 8-8 22z m318 255q134 54 298 85q-103 73-164 209q-36-121-134-294z m486 50q90-35 142-35q15 0 22 3q0 32-145 32l-19 0z" horiz-adv-x="999" />
<glyph glyph-name="blogger-rect" unicode="&#xe816;" d="m196 850c-108 0-196-88-196-196l0-608c0-108 88-196 196-196l608 0c108 0 196 88 196 196l0 608c0 108-88 196-196 196l-608 0z m338-187c94-8 149-68 155-146c5-40 4-70-2-91c54-2 116-26 120-113l0-86c-5-75-32-168-169-188c-31-4-65-1-110-1c-45 1-85 1-119 0c-139-2-216 59-216 190c-1 44 0 93 0 152c0 38-1 78 0 115c1 7 0 15 1 23c6 84 74 133 153 144l187 1z m-156-117c-80-13-84-105 0-116l152 0c80 13 84 105 0 116l-152 0z m-35-253c-82-13-83-117 3-127l279-1c82 12 82 116-3 127l-279 1z" horiz-adv-x="1000" />
<glyph glyph-name="linkedin-rect" unicode="&#xe815;" d="m196 850c-108 0-196-88-196-196l0-608c0-108 88-196 196-196l608 0c107 0 196 88 196 196l0 608c0 108-89 196-196 196l-608 0z m49-165c52 0 84-34 85-79c0-43-33-78-86-78l-1 0c-50 0-83 35-83 78c0 45 34 79 85 79z m445-208c100 0 174-65 174-205l0-260l-151 0l0 243c0 61-22 102-76 102c-42 0-67-28-78-55c-4-10-5-23-5-37l0-253l-151 0s2 411 0 454l151 0l0-64c20 31 56 75 136 75z m-521-11l151 0l0-454l-151 0l0 454z" horiz-adv-x="1000" />
<glyph glyph-name="instagram-1" unicode="&#xe817;" d="m749 849h-498c-138 0-249-111-249-248v-502c0-137 111-248 249-248h498c138 0 250 111 250 248v502c0 136-112 248-250 248z m157-750c0-86-70-156-157-156h-498c-87 0-157 70-157 156v324h197c-14-30-23-64-23-100c0-130 107-236 237-236c131 0 237 106 237 236c0 36-8 70-23 100h187v-324z m-499 224c0 54 44 98 98 98c54 0 98-44 98-98c0-54-44-98-98-98c-54 0-98 44-98 98z m499 192h-264c-39 28-86 44-137 44c-51 0-98-16-137-44h-274v86c0 86 70 156 157 156h498c87 0 157-70 157-156v-86h0z m-100 186h-85c-15 0-28-12-28-27v-86c0-15 13-27 28-27h85c16 0 28 12 28 27v86c0 15-12 27-28 27z" horiz-adv-x="1000" />
<glyph glyph-name="instapaper" unicode="&#xe81e;" d="m0-117q102 6 130 27q30 21 30 107l0 666q0 82-30 106q-28 23-130 28l0 28l489 0l0-28q-102-4-131-28q-30-24-30-106l0-666q0-86 30-107t131-27l0-28l-489 0l0 28z" horiz-adv-x="489" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Binary file not shown.