<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="https://v1sta.xyz/wp-content/plugins/pretty-rss-feeds/xslt/pretty-feed.xsl" type="text/xsl" media="screen" ?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>发现 &#8211; 景の域</title>
	<atom:link href="https://v1sta.xyz/category/%e5%8f%91%e7%8e%b0/feed/" rel="self" type="application/rss+xml" />
	<link>https://v1sta.xyz</link>
	<description>远景的幻想空间</description>
	<lastBuildDate>Fri, 12 Jun 2026 12:42:50 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2-60x60.png</url>
	<title>发现 &#8211; 景の域</title>
	<link>https://v1sta.xyz</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://v1sta.xyz/category/%e5%8f%91%e7%8e%b0/feed/"/>
	<item>
		<title>WikPlayer</title>
		<link>https://v1sta.xyz/life/wikplayer/</link>
					<comments>https://v1sta.xyz/life/wikplayer/#respond</comments>
		
		<dc:creator><![CDATA[远景の域主 V1STA]]></dc:creator>
		<pubDate>Fri, 12 Jun 2026 12:17:57 +0000</pubDate>
				<category><![CDATA[发现]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[日常]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=5806</guid>

					<description><![CDATA[WikPlayer是一种嵌入在网页中的背景音乐播放器。 https://www.wikplayer.com 我 &#8230; <a href="https://v1sta.xyz/life/wikplayer/" class="more-link">继续阅读<span class="screen-reader-text">WikPlayer</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">WikPlayer是一种嵌入在网页中的背景音乐播放器。</p>



<p class="wp-block-paragraph"><a href="https://www.wikplayer.com">https://www.wikplayer.com</a></p>



<p class="wp-block-paragraph">我一直打算给自己的博客像奥比岛那样给网页加一个背景音乐，WikPlayer能做到类似的效果，它可以调用MP3地址、SoundCloud以及YouTube视频作为音乐播放源。<br>我是在一些Frutiger Aero的IndieWeb网站中发现这个播放器的。<a href="https://bielzin.space/">https://bielzin.space/</a></p>



<figure class="wp-block-image size-full"><img data-dominant-color="d8eadf" data-has-transparency="false" style="--dominant-color: #d8eadf;" fetchpriority="high" decoding="async" width="752" height="558" sizes="(max-width: 752px) 100vw, 752px" src="https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg.png" alt="" class="wp-image-5807 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg.png 752w, https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg-300x223.png 300w" /></figure>



<p class="wp-block-paragraph">它的原理是嵌入一个iframe，然后修改网页源代码，在显示区域的最下边部分添加迷你播放器。（但这是一个大坑）</p>



<p class="wp-block-paragraph">先去WikPlayer填写好引用的音乐地址，我拿刚刚上传的泞之翼试了一下，然后把JavaScript嵌入代码放置在下方。<br>对于WordPress而言，这在主题的header.php文件中，<br>或者用 CodeKit &#8211; Custom Codes Editor 插件管理。</p>



<p class="wp-block-paragraph">但是先丑话说在前，实测下来发现它对WordPress乃至PHP网站的支持并不好，使用WikPlayer必须允许iframe支持，例如Nginx需要添加以下规则：</p>



<pre class="wp-block-code"><code>add_header Content-Security-Policy: "frame-ancestors 'self' https://wikplayer.com" always;
</code></pre>



<p class="wp-block-paragraph">官方推荐的是Tumblr跟Blogspot这两个平台，其次是像Neocities或Nekoweb这样的网站空间。WordPress使用的话，不仅WP AdminBar会无法显示（毕竟是iframed的么，无法保存或者说透传Cookie登录状态），就连发布评论也会遇到来自浏览器的断点报错。<br>共享主机没有权限的话也不建议尝试了，安全性有待商榷。<br>所以必须舍弃一定的便利性。</p>



<p class="wp-block-paragraph">因此它不适合任何需要Cookie存储动态交互性质的网站。<br>它只适合一些纯粹的展示页面，例如静态博客网站。这也是主要由Neocities使用的原因吧。另，由于是iframe的嵌套结构，一旦WikPlayer遇到单点故障无法访问，也会导致源网页可能显示不出来。</p>

<p><a href="https://v1sta.xyz/life/wikplayer/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/life/wikplayer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg.png" length="99042" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg.png" width="752" height="558" medium="image" type="image/png"/>	</item>
		<item>
		<title>NeoCreatives Webring</title>
		<link>https://v1sta.xyz/tech/neocreatives-webring/</link>
					<comments>https://v1sta.xyz/tech/neocreatives-webring/#respond</comments>
		
		<dc:creator><![CDATA[远景の域主 V1STA]]></dc:creator>
		<pubDate>Fri, 12 Jun 2026 10:51:22 +0000</pubDate>
				<category><![CDATA[发现]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[日常]]></category>
		<category><![CDATA[IndieWeb]]></category>
		<category><![CDATA[Webring]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=5774</guid>

					<description><![CDATA[https://neocreatives.byethost5.com NeoCreatives是一个皆在收录艺 &#8230; <a href="https://v1sta.xyz/tech/neocreatives-webring/" class="more-link">继续阅读<span class="screen-reader-text">NeoCreatives Webring</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a href="https://neocreatives.byethost5.com">https://neocreatives.byethost5.com</a></p>



<p class="wp-block-paragraph">NeoCreatives是一个皆在收录艺术创作者的Webring，包括Neocities和其他独立网站上的作者们。</p>



<p class="wp-block-paragraph">我很喜欢它们的官网设计。</p>



<figure class="wp-block-image size-full"><a href="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png" data-lbwps-width="1024" data-lbwps-height="641" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d-300x188.png"><img data-dominant-color="f2f2f1" data-has-transparency="false" style="--dominant-color: #f2f2f1;" decoding="async" width="1024" height="641" sizes="(max-width: 1024px) 100vw, 1024px" src="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png" alt="" class="wp-image-5796 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png 1024w, https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d-300x188.png 300w, https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d-768x481.png 768w" /></a></figure>



<p class="wp-block-paragraph">试着申请了一下，但是好像好久没有更新过了。<br>队列还有200多号站主。</p>

<p><a href="https://v1sta.xyz/tech/neocreatives-webring/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/neocreatives-webring/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png" length="133779" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png" width="1024" height="641" medium="image" type="image/png"/>	</item>
	</channel>
</rss>
