前言
将非常好看的小姐姐视频添加至侧边栏,可展开合闭观看,代码已调至WordPress兼容。之前发过两款但是没有这个好看,喜欢就下载吧!
更新说明
- 2023-1-12更新
由于上次发布的视频接口没有带S,所以你的带S站控制台报错,这次更新将接口换为https
演示图

操作步骤
- 1.将文件上传至WordPress根目录解压
- 2.然后在WordPress后台→外观→小工具添加首页侧边栏(添加哪个侧边栏你随意)
- 3.选择自定义html工具并添加以下代码保存即可
<div class="textwidget custom-html-widget"><style>
#player {
margin: 10px auto;
max-width: 100%;
border-radius: 10px;
display: block;
}
#xjjsp {
display: none;
}
#ckxjj {
width: 100%;
height: 40px;
border: none;
background-color: #f95491;
color: #fff;
margin-top: 0px;
border-radius: 5px;
font-size: 18px;
cursor: pointer;
transition: 0.2s;
}
#gbxjj {
width: 100%;
height: 40px;
border: none;
background-color: #f95491;
color: #fff;
margin-top: 10px;
border-radius: 5px;
font-size: 18px;
cursor: pointer;
transition: 0.2s;
}
#ckxjj:hover,#gbxjj:hover {
background-color: #eeb4bf;
}
.kzsp {
width: 100%;
display: flex;
justify-content: space-between;
}
.kzsp>button {
border: none;
height: 40px;
padding: 0 30px;
font-size: 16px;
background-color: #f95491;
border-radius: 10px;
color: #fff;
transition: 0.3s;
cursor: pointer;
}
.kzsp>button:active {
background-color: #e25a00;
}
</style>
<button type="button" id="ckxjj" style="display: inline-block;">点我看小姐姐视频</button>
<div id="xjjsp" style="display: none;">
<video id="player" src="https://v.api.aa1.cn/api/api-dy-girl/index.php" controls="" alt="小姐姐视频"></video>
<div class="kzsp">
<button id="switch">连续: 开</button>
<button id="next">下一个</button>
</div>
<button type="button" id="gbxjj">关闭视频</button>
</div>
<script src="/sister/code/jquery-latest.js"></script>
<script type="text/javascript" src="/sister/code/video.js"></script></div>

文件下载
© 版权声明
本站网络名称:
青鹿云
本站永久网址:
www.milubk.com
网站侵权说明:
本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权请联系站长删除处理。
1 本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
2 本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
3 本站资源大多存储在云盘,如发现链接失效,请联系我们我们会第一时间更新。
1 本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
2 本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
3 本站资源大多存储在云盘,如发现链接失效,请联系我们我们会第一时间更新。
THE END
- 最新
- 最热
只看作者