File: /home/wwwprimemarka/public_html/wp-content/themes/Zephyr/framework/config/social_links.php
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );
/**
* Defines list of available social links used across the theme
*
* @filter us_config_social_links
*/
return array(
'facebook' => 'Facebook',
'twitter' => 'Twitter',
'google' => 'Google+',
'linkedin' => 'LinkedIn',
'youtube' => 'YouTube',
'vimeo' => 'Vimeo',
'flickr' => 'Flickr',
'behance' => 'Behance',
'instagram' => 'Instagram',
'xing' => 'Xing',
'pinterest' => 'Pinterest',
'skype' => 'Skype',
'dribbble' => 'Dribbble',
'vk' => 'Vkontakte',
'tumblr' => 'Tumblr',
'soundcloud' => 'SoundCloud',
'twitch' => 'Twitch',
'yelp' => 'Yelp',
'deviantart' => 'DeviantArt',
'foursquare' => 'Foursquare',
'github' => 'GitHub',
'odnoklassniki' => 'Odnoklassniki',
's500px' => '500px',
'houzz' => 'Houzz',
'medium' => 'Medium',
'tripadvisor' => 'Tripadvisor',
'rss' => 'RSS',
);