1.2.92 • Published 8 months ago

pagelike-plugin v1.2.92

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

PageLike

An opensource Web widget that allows you to quickly and easily add a like button to your very liked website.

Example

Plugin Reference

Simply include the JavaScript <script> tag and CSS <link> tag in the <head> tag to seamlessly integrate this into your website.

Script Tag

<script
  defer
  src="https://unpkg.com/pagelike-plugin@1.2.92/dist/js/index.js"
></script>

Custom Attributes

AttributeDefaultValueDescription
data-pl-customtruetrueenables using custom attributes
data-pl-button-locationTRTL | TR | BL | BRdefines the location of the button
data-pl-z-index1Numberdefines custom z-index for button
data-pl-levelpathpath | hosthost: every page within that domain will have same counter; path: every page will have a separate counter

Link Tag

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/pagelike-plugin@1.2.92/dist/css/styles.css"
/>

That's all!! You are now ready to start receiving likes on your page.

License

MIT

Contributing

Contributions are always welcome!

Please adhere to this project's code of conduct.

Roadmap

  • Add route level like button ✅
  • Additional customization support
  • Add react plugin
1.2.8

8 months ago

1.2.7

8 months ago

1.2.6

8 months ago

1.2.5

8 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.92

8 months ago

1.2.91

8 months ago

1.2.9

8 months ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago