Home > Backend Development > PHP Tutorial > []怎么写一个类似jiathis的悬浮分享按钮

[]怎么写一个类似jiathis的悬浮分享按钮

WBOY
Release: 2016-06-13 13:48:07
Original
983 people have browsed it

[求助]如何写一个类似jiathis的悬浮分享按钮
如何写一个类似jiathis的悬浮分享按钮
我用PHP写了一个文本信息过滤系统
系统流程:获取页面的URL---->获取页面的源码---->分析源码的非法词汇---->得出分析结果

我想给CMS网站,嵌入类似jiathis的悬浮分享按钮,当浏览文章时,点击这个悬浮按钮,将会跳到分析该页非法词汇的结果页面。
问题:
1.这个按钮如何写?好像是JS,我不会,
2.如何用这个按钮得到当前页的URL
3.如何将这个URL传送到我的过滤系统页面,如:htp://localhost/guolv.php?url=******
guolv.php 使用$_GET['url']可以得到从文章页面传送过来的URL

------解决方案--------------------
http://share.7dit.com 

当时自己写了一个仿jiathis的系统。 里面的js没加密。 希望对你有帮助。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template