logo

Functions

Socials(string type)

function socials generates social share icons according to input. Returns false if failed.

string type can be only "google", "facebook", "twitter", or "all".



Usage example

	
	<?php 
		socials("all");
	?> 

Showtime!