For Blogger:
Blogger is a user-friendly platform, and adding floating social share buttons is a breeze. Here's a step-by-step guide:- Go to your Blogger Dashboard : Log in to your Blogger account and access the dashboard.
- Navigate to the Theme section :In the left sidebar, click on "Theme.
- Edit HTML :Find and click on the "Edit HTML" button. Be sure to back up your current theme before making any changes.
- Insert HTML Code :Look for the closing </head> tag in your HTML code.
Just above it, paste the following HTML code:
HTML
<style> .floating-share-buttons { position: fixed; top: 50%; transform: translateY(-50%); right: 20px; z-index: 999; } </style>
HTML
<div class="floating-share-buttons"> <a href="https://facebook.com" target="_blank"><img src="facebook-icon.png" alt="Facebook"></a> <a href="https://twitter.com" target="_blank"><img src="twitter-icon.png" alt="Twitter"></a> <a href="https://instagram.com" target="_blank"><img src="instagram-icon.png" alt="Instagram"></a> </div>
Replace the placeholder URLs with the actual links to your social media profiles and customize the image sources accordingly.
- Save Changes:Click on the "Save theme" button to apply the changes.
Now, when you visit your Blogger website, you should see floating social share buttons on the right side of the screen.
For WordPress:
WordPress offers various plugins that make adding floating social share buttons a breeze. One popular plugin for this purpose is "Easy Social Share Buttons." Here's how to use it:- Install and Activate the Plugin:In your WordPress dashboard, go to "Plugins" > "Add New."
- Search for "Easy Social Share Buttons" and install the plugin.
- Activate the plugin once installation is complete.
- Configure the Plugin:After activation, go to "Easy Social Share Buttons" in your dashboard.
- Follow the setup wizard to configure the plugin settings. Customize the appearance, choose the social networks you want to display, and set the positioning as "Floating Sidebar."
- Save Changes:Once you've configured the settings, save the changes.
Adding floating social share buttons enhances user experience and encourages readers to share your content effortlessly. Whether you're using Blogger or WordPress, these simple steps allow you to incorporate this valuable feature into your website, promoting greater visibility and engagement for your blog.