The RadSocialShare control offers many different buttons and a 		common scenario is to provide more or all of them without taking place on the page. 		This can be achieved by using the compact popup. The compact popup is a dialog which 		is shown when a CompactButton is added to the MainButtons 		collection.The compact popup allows filtering based on button labels to find the 		desired button easily. It can contain only styled buttons because standard third 		party buttons are not valid for filtering. You can specify the desired buttons to 		be shown in the popup by adding them to the CompactButtons collection 		or if you leave it empty which will automatically show all the buttons which are 		not displayed as main. Keyboard support is also available and turned on out of the 		box for the popup.
 
	
		Setting a Compact button and leaving the CompactButtons
		collection empty, automatically populates the popup with all not shown RadSocialButtons
	
	
		Explicitly adding RadSocialButtons in CompactButtons
		collection determines what will the compact popup contain in a custom manner.