/home/edulekha/public_html/wp-content/themes/magone/includes/defines/define-init.php
<?php
define('MAGONE_META_KEY_VIEWS', 'views');
define('MAGONE_META_KEY_POST_REVIEW_AVERAGE', 'post-review-average');
define('MAGONE_REMOTE_TIMEOUT', 50);
global $magone_social_icon_list;
$magone_social_icon_list = array(
'behance' => 'Behance',
'delicious' => 'Delicious',
'deviantart' => 'Deviantart',
'digg' => 'Digg',
'dribbble' => 'Dribbble',
'facebook' => 'Facebook',
'flickr' => 'Flickr',
'google-plus' => 'Google Plus',
'html5' => 'Html5',
'instagram' => 'Instagram',
'lastfm' => 'Lastfm',
'linkedin' => 'Linkedin',
'mixcloud' => 'Mixcloud',
'paypal' => 'Paypal',
'pinterest' => 'Pinterest',
'reddit' => 'Reddit',
'rss' => 'Rss',
'share' => 'Share',
'skype' => 'Skype',
'soundcloud' => 'Soundcloud',
'spotify' => 'Spotify',
'stack-overflow' => 'Stack-overflow',
'steam' => 'Steam',
'stumbleupon' => 'Stumbleupon',
'tumblr' => 'Tumblr',
'twitter' => 'Twitter',
'vimeo' => 'Vimeo',
'vk' => 'Vk',
'windows' => 'Windows',
'wordpress' => 'WordPress',
'yahoo' => 'Yahoo',
'youtube' => 'Youtube',
);