Customise Jetpack Social WordPress plugin /jetpack-social/

WordPress plugin ID: 1516 jetpack-social-child.zip modify and activate in WordPress to customise Jetpack Social WordPress plugin version 5.5.1+ 606,755 downloads author automattic

Download 1516 jetpack-social-child.zip

Modify and activate open source plugin id: 1516 to customise Jetpack Social

Sample code: /jetpack-social-child/plugin.php

/*
 * Plugin Name:       Jetpack Social Child Plugin
 * Plugin URI:        https://www.wordpressdeveloperlondon.com/jetpack-social/
 * Description:       Custom Jetpack Social plugin code dependant on Jetpack Social plugin
 * Version:           1.0.1
 * Requires at least: 5.2
 * Requires PHP:      7.2
 * Author:            wordpressdeveloperlondon
 * Author URI:        https://www.wordpressdeveloperlondon.com
 * License:           GPLv3
 * License URI:       https://www.gnu.org/licenses/gpl-3.0.txt
 * Text Domain:       jetpack-social-child
 * Domain Path:       /languages
 * Requires Plugins:  jetpack-social
 */

/*
 * -----------------------------------------------------------------------------------------------------
 * WordPress plugin ID: 1516 jetpack-social-child version 1.0.1
 * WordPress plugin dependancy: Jetpack Social
 * -----------------------------------------------------------------------------------------------------
 */

if((get_option("wordpressdeveloperlondon_settingwordpress_seo_1516")) != 1) 
{
	function wordpressdeveloperlondon_files_wordpress_seo_1516()
	{
		$plugin_url = plugin_dir_url(__FILE__);

		wp_enqueue_style("wordpress_seo_1516-stylesheet", $plugin_url . "css/style.css");
		wp_enqueue_script("wordpress_seo_1516-script", $plugin_url . "js/scripts.js", array("jquery"), "1.0.0", true);
	}
	add_action("wp_enqueue_scripts", "wordpressdeveloperlondon_files_wordpress_seo_1516", 80);
}

if(get_option("wordpressdeveloperlondon_setting_htmlwordpress_seo_1516") != 1)
{
	function plugin_sourcewordpress_seo_1516()
	{

/jetpack-social-child/css/style.css

/* Stylesheet file */

/jetpack-social-child/js/scripts.js

/* JavaScript file */
jQuery(document).ready(function($){ });

/jetpack-social-child/languages/

//empty

Extend WordPress Plugins

With a WordPress plugin built like a WordPress child theme

Parent plugin path /wp-content/plugins/jetpack-social/
Child plugin path (download this WP plugin) /wp-content/plugins/jetpack-social-child/
WordPress plugin ID 1516
Size ≥20KB zipped

WordPress Plugin API Data

WordPress API data for the parent WordPress plugin /jetpack-social/ available from WordPress dot org website

December 2024 data source: https://api.wordpress.org/plugins/info/1.2/?action=query_plugins

Stars

5 / 5 26
4 / 5 0
3 / 5 3
2 / 5 2
1 / 5 24

Rating

Overall score 60 / 100

Plugin usage data

Total downloads 606,755
Number of active Installs 20,000

Support data

Number of requests 24
Number of resolutions 15

wordpressdeveloperlondon.com API found

We calculated plugin support effectiveness in Dec 2024


$resolved = get_post_meta(get_the_ID(), 'support_threads_resolved', true);
$total = get_post_meta(get_the_ID(), 'support_threads', true);

if($total > 0)
{
    echo $sum = (($resolved / $total) * 100);
}


= 24 / 15 * 100

Calculated support effectiveness 62.50%

This is why we built a platform to assist WordPress developers to solve plugin challenges

Need Further Support?

For WordPress plugin support contact Ben WordPress Developer London