Remove weibo and line share button.

This commit is contained in:
BoHung Chiu 2021-05-10 12:18:07 +08:00
parent 28a38edef2
commit 15181113c7
1 changed files with 0 additions and 7 deletions

View File

@ -24,13 +24,6 @@
<%= yield %>
</main>
<%= render_every_page_sharer %>
<!-- line share button -->
<div class="line-it-button" style="display: none;" data-type="share-a" data-lang="ja"></div>
<script src="//scdn.line-apps.com/n/line_it/thirdparty/loader.min.js" async="async" defer="defer"></script>
<!-- we chat share button -->
<a href="http://service.weibo.com/share/share.php?url=<%= "http://#{request.host_with_port}#{request.original_fullpath}" %>" target="_blank">
<img style="border: 0;width: auto;" src="http://www.sinaimg.cn/blog/developer/wiki/LOGO_48x48.png" alt="sina-weibo" />
</a>
<div class="extra" data-pp="700"></div>
</section>