Add This API

Developer
Size
2,848 Kb
Views
50,600

How do I make an add this api?

What is a add this api? How do you make a add this api? This script and codes were developed by ThatGuySam on 06 August 2022, Saturday.

Add This API Previews

Add This API - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Add This API</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="toolbox">	<div class="addthis_toolbox addthis_32x32_style" addthis:url="http://gutschurch.com/watch" addthis:title="Guts Church | Watch">	<a class="addthis_button_facebook"></a>	<a class="addthis_button_twitter"></a>	<a class="addthis_button_google_plusone_share"></a>	<a class="addthis_button_pinterest_share"></a>	<a class="addthis_button_compact"></a>	</div>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js"></script> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Add This API - Script Codes CSS Codes

body { text-align: center;
}
/* Addthis Fixes */
.addthis_toolbox > a { display: inline-block;
}

Add This API - Script Codes JS Codes

//ra-53b4d0d834b8d8ef
(function ($) {	/**	* @function	* @property {object} jQuery plugin which runs handler function once specified element is inserted into the DOM	* @param {function} handler A function to execute at the time when the element is inserted	* @param {bool} shouldRunHandlerOnce Optional: if true, handler is unbound after its first invocation	* @example $(selector).waitUntilExists(function);	*/	$.fn.waitUntilExists = function (handler, shouldRunHandlerOnce, isChild) { var found = 'found'; var $this = $(this.selector); var $elements = $this.not(function () { return $(this).data(found); }).each(handler).data(found, true); if (!isChild) { (window.waitUntilExists_Intervals = window.waitUntilExists_Intervals || {})[this.selector] = window.setInterval(function () { $this.waitUntilExists(handler, shouldRunHandlerOnce, true); }, 500) ; } else if (shouldRunHandlerOnce && $elements.length) { window.clearInterval(window.waitUntilExists_Intervals[this.selector]); } return $this;	}	}(jQuery));	var addthis_config = { pubid : "ra-53b4d0d834b8d8ef", data_track_addressbar : false, data_track_clickback : false	};	var addthis_share = { // ... other options //bit.ly integration //support.addthis.com/customer/portal/articles/381247-url-shortening url_transforms : { shorten: { twitter: 'bitly' } }, shorteners : { bitly : {} }	};	jQuery(document).ready(function($) {	jQuery.noConflict(); //render toolbox addthis.toolbox('.addthis_toolbox', {}, {'title': title, 'url': 'http://gutschurch.com/watch?vid='+id});
//	#pubid=ra-5149d8572d6ab06e
/*	var tbx = document.getElementById("toolbox"), svcs = {facebook: '', twitter: '', expanded: ''};	for (var s in svcs) { tbx.innerHTML += '<a class="addthis_button_'+s+'">'+svcs[s]+'</a>';	}
*/
/*	var addthis_config = addthis_config||{};	addthis_config.data_track_addressbar = false;	addthis_config.data_track_clickback = false;
*/
//	addthis.toolbox("#toolbox");
//	$(".share-container").append('<div class="addthis_sharing_toolbox"></div>');
//	addthis.toolbox();	});
Add This API - Script Codes
Add This API - Script Codes
Home Page Home
Developer ThatGuySam
Username ThatGuySam
Uploaded August 06, 2022
Rating 3
Size 2,848 Kb
Views 50,600
Do you need developer help for Add This API?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

ThatGuySam (ThatGuySam) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!