Floating Social Links – The Simplest Way to Add Sticky Social Icons on Your WordPress Site

Looking to showcase your social media presence with elegant floating icons that stick to the edge of your website? The Floating Social Links plugin is the perfect lightweight solution for WordPress users who want to connect their visitors with their top 10 social profiles β€” no coding needed!


🎯 What Is Floating Social Links?

Floating Social Links is a free WordPress plugin that displays stylish, fixed-position social media icons on your site β€” either vertically or horizontally β€” on the left or right side of the screen. It supports the top 10 social media platforms and offers customizable color and layout options, all from your WordPress dashboard.


πŸš€ Key Features

βœ… Supports 10 Popular Social Platforms

  • Facebook
  • Twitter
  • Instagram
  • LinkedIn
  • YouTube
  • Pinterest
  • WhatsApp
  • Telegram
  • Snapchat
  • Reddit

βœ… Fully Customizable Appearance

  • Choose icon color and hover color
  • Display icons vertically or horizontally
  • Stick them to the left or right side of the page

βœ… Responsive and Lightweight

  • Loads fast
  • No unnecessary bloat
  • Looks great on all devices

βœ… Built with Beginners in Mind

  • No shortcode or widgets to manage
  • Simply install, configure, and done!

βœ… Font Awesome Icons Included

  • Clean, professional look with Font Awesome support


πŸ› οΈ How to Install

  1. Download the Plugin:

  2. Upload to WordPress:

  • Go to Plugins > Add New > Upload Plugin
  • Select the ZIP file
  • Click Install Now, then Activate
  1. Configure:

  • Go to Settings > Floating Social Links
  • Enter your social profile URLs
  • Choose layout options (left/right, vertical/horizontal)
  • Pick your preferred icon colors
  1. Save Changes and you’re done!


πŸ‘€ Why Use Floating Social Links?

β€œYour website is your digital home. Why not welcome visitors with an easy path to your social world?”

Unlike bulky social sharing plugins, Floating Social Links focuses purely on your profiles, helping users follow and connect with you off-site β€” ideal for bloggers, influencers, businesses, freelancers, and agencies.


🌟 Made with ❀️ by WebCzar

We at WebCzar built this plugin for everyday WordPress users β€” no fluff, no friction.

If you enjoy this plugin or want customizations (chat buttons, animations, or page-level control), feel free to reach out. We’re always happy to help.


πŸ“Œ Final Thoughts

If you’re looking for a simple, stylish, and effective way to display floating social icons, this plugin is your go-to tool. Give it a try β€” your visitors are just one click away from following you!

πŸ‘‰ Install Floating Social Links today and make your social profiles impossible to miss!

Posted in Social Media, Wordpress Plugins | Leave a comment

OAI-PMH Provider Plugin For WordPress

πŸ“˜ Official User Guide

πŸ”° Introduction

In the world of digital repositories, academic archives, and open access publishing, structured metadata is the backbone of interoperability. To meet these standards, many systems rely on the OAI-PMH protocol (Open Archives Initiative Protocol for Metadata Harvesting).

While WordPress powers over 40% of websites globally, it lacks native support for OAI-PMH β€” making it hard for WordPress sites to integrate with scholarly search engines, harvesters, and repositories.

That’s where this plugin steps in. The OAI-PMH Provider for WordPress, built by WebCzar, bridges that gap β€” turning any WordPress site into a compliant, harvestable metadata repository.


πŸ”Ž What is OAI-PMH?

OAI-PMH (Open Archives Initiative Protocol for Metadata Harvesting) is a low-barrier mechanism for repository interoperability. It allows external services β€” like BASE, CORE, OpenAIRE β€” to harvest metadata records from repositories via standard HTTP requests.

  • It uses verbs like Identify, ListRecords, and GetRecord.

  • Metadata is typically returned in Dublin Core format.

  • OAI-PMH endpoints return well-structured XML for easy machine processing.


πŸ“¦ Plugin Overview

Item Details
Plugin Name OAI-PMH Provider for WordPress
Plugin Version 1.0
Compatible With WordPress 5.0 and above
Metadata Format oai_dc (Dublin Core)
Protocol Version OAI-PMH 2.0
Author WebCzar
Official Website https://webczar.co.in

πŸš€ Installation Steps

  1. Download the plugin (Click Here To Download)
  2. Download the plugin with settings option (Click Here to Download)
  3. Upload the plugin folder (oai-pmh-provider/) to: wp-content/plugins/
  4. Go to WordPress Admin β†’ Plugins and click Activate.
  5. Visit Settings β†’ Permalinks and simply click β€œSave Changes” to refresh URL rules.

That’s it β€” your OAI-PMH endpoint is now live!


πŸ§ͺ Try it Live (Demo URLs)

Here’s a live working installation to help you test or validate the plugin’s functionality:

Base Endpoint:

https://yourdomain.com/oai-pmh/

πŸ”Ή Supported OAI-PMH Verbs (replace yourdomain.com with your domain):

Verb Description Example URL
Identify General info about the repository Link
ListIdentifiers List of record headers (no metadata) Link
ListRecords Full metadata of all records Link
ListMetadataFormats Supported metadata types Link
GetRecord Get a specific post’s metadata Link

πŸ“Œ Using the Plugin

Once the plugin is installed and active, your endpoint is automatically available at:

https://yourdomain.com/oai-pmh/

Replace yourdomain.com with your actual domain.

You can now pass OAI verbs as query parameters. For example:

1. Identify

Returns repository metadata:

https://yourdomain.com/oai-pmh/?verb=Identify

2. ListRecords

Returns all published posts in Dublin Core format:

https://yourdomain.com/oai-pmh/?verb=ListRecords

3. ListIdentifiers

Returns post headers only (ID and timestamp):

https://yourdomain.com/oai-pmh/?verb=ListIdentifiers

4. ListMetadataFormats

Shows supported formats:

https://yourdomain.com/oai-pmh/?verb=ListMetadataFormats

5. GetRecord

Returns metadata for a specific post:

https://yourdomain.com/oai-pmh/?verb=GetRecord&identifier=https://yourdomain.com/sample-post/&metadataPrefix=oai_dc

Replace sample-post with your actual post URL.


βœ… Validation

To ensure your installation is working properly, you can test it using the official OAI-PMH validator:

Validator Tool:
https://validator.oaipmh.com

Just paste your base URL:

https://yourdomain.com/oai-pmh/

It will run compliance checks on all supported verbs.


πŸ› οΈ Troubleshooting Tips

  • If /oai-pmh/ returns a 404, go to Settings β†’ Permalinks and click Save.

  • If your GetRecord returns β€œNo matching ID”, double-check the exact permalink used.

  • Ensure your posts are published and not in draft or private status.

  • The plugin currently supports up to 100 records by default β€” more support (pagination via resumptionToken) is under development.


πŸ’‘ Advanced Customization (Optional)

This plugin is fully extendable:

  • Add real OAI Sets using WordPress categories or tags

  • Support custom post types (e.g., books, papers, projects)

  • Implement additional metadata formats (e.g., MARCXML, RDF)

  • Add an admin panel for metadata customization

Let us know at WebCzar if you want help implementing these features!


🎯 Ideal Use Cases

  • Academic institutions using WordPress to publish journals or research

  • Content creators who want their work indexed by academic engines

  • Digital archives or cultural projects that require metadata harvesting

  • Blogs looking to improve discoverability in OAI-compliant ecosystems


πŸ‘‘ Brought to You by WebCzar

At WebCzar, we build digital tools that empower creators, educators, and organizations to share knowledge at scale. This plugin is part of our commitment to making open publishing infrastructure accessible to all.

Posted in OAI PMH Protocol, Wordpress Plugins | Tagged , , | Leave a comment