public function likes()
 {
     $services = $this->_get_property('services');
     $style = $this->_get_property('counter_options');
     $url = "http://" . $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
     return Upfront_SocialMedia_Setting::get_likes_markup($services, $style, $url);
 }