CodeHQ

Posts Tagged ‘share’

|

Create your own social share buttons

Friday, February 22nd, 2019

Add this HTML for the buttons:
(Download HTML here)

Add this javascript for the button popup function:

function newPopup(url) {
	popupWindow = window.open(
url,'popUpWindow','height=450,width=600,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=yes')
}

Tags: , , , , , , , , ,
Posted in HTML, jQuery | No Comments »