Skip to content

Instantly share code, notes, and snippets.

@ma-9
Created December 3, 2019 05:41
Show Gist options
  • Save ma-9/70ff1b59504c70c89c2267ec425f6190 to your computer and use it in GitHub Desktop.
Save ma-9/70ff1b59504c70c89c2267ec425f6190 to your computer and use it in GitHub Desktop.
Create LinkedIN Profile Badge for Your Blog or Website

Just Paste following code into your website

<div
class='LI-profile-badge'
data-version='v1'
data-size='medium'
data-locale='en_US'
data-type='horizontal'
data-theme='dark'
data-vanity='manavoza7'
>
<a
class='LI-simple-link'
href='https://in.linkedin.com/in/manavoza7?trk=profile-badge'
>
Manav Oza
</a>
</div>
<script
type='text/javascript'
src='https://platform.linkedin.com/badges/js/profile.js'
async
defer
></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment