diff --git a/README.md b/README.md index 6c75c4b..35d0548 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# LinkedIn Badge Rendering React Component +# LinkedIn Badges with React +This React custom component enables you to display LinkedIn profile information or company details in your React-based web application through LinkedIn Profile Badges. It is an enhanced version of the code provided by LinkedIn for embedding profile badges on any website, rendering badges much faster and more controlled than the provided method. -This React component enables you to display LinkedIn profile information or company details in your React-based web application through LinkedIn Profile Badges. It is an enhanced version of the code provided by LinkedIn for embedding profile badges on any website, rendering badges much faster and more controlled than the provided method. + + LinkedIn Badge + -![image](https://media.licdn.com/dms/image/D562DAQFBcUnW_26OAw/profile-treasury-image-shrink_800_800/0/1714627539696?e=1715785200&v=beta&t=eN34MjcRb7HDaKHMdV8jo6o0gW1CusBV60uHfQp34d0) ## FEATURES - This component can render LinkedIn badges with customizable options such as locale, size, theme, type, vanity, and version. It now offers even more options that were previously unavailable due to limitations in LinkedIn's official badge rendering method. These additional options can be specific as part of the component's props. - Supports both profile badges and entity badges (e.g., company badges), as well as badges that can be configured beyond the current options provided from LinkedIn's implemenation. diff --git a/package.json b/package.json index 6677ae7..25957b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-linkedinbadge", - "version": "5.11.2024", + "version": "5.12.2024", "description": "The LinkedIn Badge Rendering React Component is a powerful tool for displaying LinkedIn badges on websites. With customizable options and support for both profile and entity badges, this component offers improved features over LinkedIn's basic implementation. It enhances code organization by separating badge container rendering from dynamic content rendering and efficiently handles asynchronous loading of content from LinkedIn servers. This component also allows for easy management of multiple badges on a page and provides a callback function for tracking badge rendering completion. Make sure to review the licensing information for proper usage.", "repository": { "type": "git",