Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 355 Bytes

Widget that generates sharing buttons for facebook, twitter and google plus.

Usage:

	$this->widget('path.to.SocialShareWidget', array(
		'url' => 'http://example.org',					//required
		'services' => array('google', 'twitter'),		//optional
		'htmlOptions' => array('class' => 'someClass'),	//optional
		'popup' => false,								//optional
	));