'' ) : $networks .= 'twitter'; endif; // Facebook if ( isset($options['amdhas_social_facebook']) and $options['amdhas_social_facebook'] <> '' ) : $networks .= 'facebook'; endif; // GooglePlus if ( isset($options['amdhas_social_googleplus']) and $options['amdhas_social_googleplus'] <> '' ) : $networks .= 'googleplus'; endif; // LinkedIn if ( isset($options['amdhas_social_linkedin']) and $options['amdhas_social_linkedin'] <> '' ) : $networks .= 'linkedin'; endif; // MySpace if ( isset($options['amdhas_social_myspace']) and $options['amdhas_social_myspace'] <> '' ) : $networks .= 'myspace'; endif; // Blogger if ( isset($options['amdhas_social_blogger']) and $options['amdhas_social_blogger'] <> '' ) : $networks .= 'blogger'; endif; // Wordpress if ( isset($options['amdhas_social_wordpress']) and $options['amdhas_social_wordpress'] <> '' ) : $networks .= 'wordpress'; endif; // Flickr if ( isset($options['amdhas_social_flickr']) and $options['amdhas_social_flickr'] <> '' ) : $networks .= 'flickr'; endif; // Last.fm if ( isset($options['amdhas_social_lastfm']) and $options['amdhas_social_lastfm'] <> '' ) : $networks .= 'lastfm'; endif; // Delicious if ( isset($options['amdhas_social_delicious']) and $options['amdhas_social_delicious'] <> '' ) : $networks .= 'delicious'; endif; // Digg if ( isset($options['amdhas_social_digg']) and $options['amdhas_social_digg'] <> '' ) : $networks .= 'digg'; endif; // Reddit if ( isset($options['amdhas_social_reddit']) and $options['amdhas_social_reddit'] <> '' ) : $networks .= 'reddit'; endif; // StumbleUpon if ( isset($options['amdhas_social_stumbleupon']) and $options['amdhas_social_stumbleupon'] <> '' ) : $networks .= 'stumbleupon'; endif; // RSS if ( isset($options['amdhas_social_rss']) and $options['amdhas_social_rss'] <> '' ) : $networks .= 'rss'; endif; // Friendfeed if ( isset($options['amdhas_social_friendfeed']) and $options['amdhas_social_friendfeed'] <> '' ) : $networks .= 'friendfeed'; endif; // Skype if ( isset($options['amdhas_social_skype']) and $options['amdhas_social_skype'] <> '' ) : $networks .= 'skype'; endif; echo $networks; ?>