Is it possible to include more social links besides the Twitter, Facebook, Google Plus? I would like to add YouTube, Foursquare, LinkedIn, or is there a way to manually add customised social links and buttons?
Download Social Media Widget plugin from WordPress.org http://wordpress.org/extend/plugins/social-media-widget/ This will solve your issue.
Thanks Gourav - however, this plugin allows me to create links to my own social media. What I am after is the ability to offer these options to individual listings, currently there is only Twitter; Facebook; Google+ options when a business is completing the listing form "Submit-listing". I think it would be beneficial for businesses to be able to list other social media links for their own businesses including YouTube; Pinterest; Foursquare; LinkedIn.
Open single-listing.php and add code given below as shown in image. Code: <li><a target="_new" href="your link address"><img src="<?php echo TEMPLATEURL; ?>/your image address" alt="YouTube" title="YouTube"/></a></li> Add same code for more icons. Add your link address and image address in the code.