Hello!
I would like to know how to add a share button of LINE, because LINE is one of most popular chatting APP in Asia.
LINE provides a code such like
<div class="line-it-button" data-lang="en" data-type="share-a" data-env="REAL" data-url="https://developers.line.biz/en/docs/line-social-plugins/install-guide/using-line-share-buttons/#using-custom-icons" data-color="default" data-size="large" data-count="false" data-ver="3" style="display: none;"></div>
<script src="https://www.line-website.com/social-plugins/js/thirdparty/loader.min.js" async="async" defer="defer"></script>
I try to add a short code or div to use it, but it is incorrect. Please help me, thank you!