Boost your website engagement with Marcellus Social Profile Links, a lightweight and modern social media sharing plugin built specifically for the WordPress block editor (Gutenberg).
Easily add beautiful, responsive social sharing buttons to any post, page, or widget area without slowing down your site.
social links, social sharing, share buttons, social icons, block editor, gutenberg block, marcellus social profile links, share post
This plugin is built using modern WordPress block development standards.
It utilizes the following core libraries and technologies:
WordPress Scripts (@wordpress/scripts): Drives the build system, code formatting, and asset packaging.
For more, see the developer guide at the end of this documentation.
Follow these steps to set up, modify, and run this plugin locally.
Ensure you have the following installed on your machine:
* Node.js (LTS version recommended)
* NPM (comes packaged with Node.js)
* A local WordPress development environment (e.g., LocalWP, DevKinsta, or wp-env)
Start Local Development Server:
Run the watch script to automatically compile your code changes in real-time.
npm start
Build for Production:
Minify assets and prepare your code for distribution.
npm run build
Format Code:
Automatically fix code formatting to match WordPress standards.
npm run format
Lint JavaScript & CSS:
Check your code for errors, warnings, and code-style violations.
npm run lint:js
npm run lint:css