给你的网站侧边栏添加小姐姐视频

前言

将非常好看的小姐姐视频添加至侧边栏,可展开合闭观看,代码已调至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>
给你的网站侧边栏添加小姐姐视频-青鹿云

文件下载

给你的网站侧边栏添加小姐姐视频-青鹿云
给你的网站侧边栏添加小姐姐视频
此内容为付费阅读,请付费后查看
200积分
请勿商业运营、违法使用和传播!仅供研究学习使用!
付费阅读
已售 107
© 版权声明
THE END
喜欢就支持一下吧
点赞124 分享
评论 共6条

请登录后发表评论