Snippi
A super awesome snippet tool.
- 1.
<div id="socialMedia"> - 2.
<?php if ( $socialTwitter !='' ) {?><a href="<?php echo $socialTwitter ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/twitter.png" alt="twitter" width="22" height="22" /></a> <?php } ?> - 3.
<?php if ( $socialGoogle !='' ) {?><a href="<?php echo $socialGoogle ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/google-plus.png" alt="google+" width="22" height="22" /></a><?php } ?> - 4.
<?php if ( $socialFacebook !='' ) {?><a href="<?php echo $socialFacebook ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/facebook.png" alt="facebook" width="22" height="22" /></a><?php } ?> - 5.
<?php if ( $socialGithub !='' ) {?><a href="<?php echo $socialGithub ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/github.png" alt="gitHub" width="22" height="22" /></a><?php } ?> - 6.
<?php if ( $socialLinkedin !='' ) {?><a href="<?php echo $socialLinkedin ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/linkedin.png" alt="linkedIn" width="22" height="22" /></a><?php } ?> - 7.
<?php if ( $socialPinterest !='' ) {?><a href="<?php echo $socialPinterest ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/pinterest.png" alt="pinterest" width="22" height="22" /></i></a><?php } ?> - 8.
<?php if ( $socialDribbble !='' ) {?><a href="<?php echo $socialDribbble ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/dribbble.png" alt="dribbble" width="22" height="22" /></i></a><?php } ?> - 9.
<?php if ( $socialYoutube !='' ) {?><a href="<?php echo $socialYoutube ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/youtube.png" alt="youTube" width="22" height="22" /></i></a><?php } ?> - 10.
</div><!--/#socialMedia--> - 11.
- 12.
- 13.
//////////////////////////////////////////////////////////////////////////////////////////////// - 14.
- 15.
<a href="http://www.myspace.com/yourlink"><img src="<?php echo get_template_directory_uri(); ?>/images/social/myspace.png" alt="Myspace" width="22" height="22" /></i></a> - 16.
- 17.
//////////////////////////////////////////////////////////////////////////////////////////////// - 18.
- 19.
<?php if ( $socialTwitter !='' ) {?><a href="<?php echo $socialTwitter ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/twitter.png" alt="twitter" width="22" height="22" /></a> <?php } ?> - 20.
<?php if ( $socialGoogle !='' ) {?><a href="<?php echo $socialGoogle ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/google-plus.png" alt="google+" width="22" height="22" /></a><?php } ?> - 21.
<?php if ( $socialFacebook !='' ) {?><a href="<?php echo $socialFacebook ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/facebook.png" alt="facebook" width="22" height="22" /></a><?php } ?> - 22.
<?php if ( $socialGithub !='' ) {?><a href="<?php echo $socialGithub ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/github.png" alt="gitHub" width="22" height="22" /></a><?php } ?> - 23.
<?php if ( $socialLinkedin !='' ) {?><a href="<?php echo $socialLinkedin ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/linkedin.png" alt="linkedIn" width="22" height="22" /></a><?php } ?> - 24.
<?php if ( $socialPinterest !='' ) {?><a href="<?php echo $socialPinterest ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/pinterest.png" alt="pinterest" width="22" height="22" /></i></a><?php } ?> - 25.
<?php if ( $socialDribbble !='' ) {?><a href="<?php echo $socialDribbble ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/dribbble.png" alt="dribbble" width="22" height="22" /></i></a><?php } ?> - 26.
<?php if ( $socialYoutube !='' ) {?><a href="<?php echo $socialYoutube ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/social/youtube.png" alt="youTube" width="22" height="22" /></i></a><?php } ?> - 27.
<a href="http://www.myspace.com/yourlink"><img src="<?php echo get_template_directory_uri(); ?>/images/social/myspace.png" alt="Myspace" width="22" height="22" /></i></a> - 28.
</div><!--/#socialMedia-->