mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 17:28:43 +01:00
addcool stuff
This commit is contained in:
parent
d477b56af0
commit
a28f8e2536
1 changed files with 5 additions and 5 deletions
|
@ -817,7 +817,7 @@ if your domain matches this code you are probably in poketube.fun owo:3
|
|||
<p id="fetch-count">
|
||||
</p>
|
||||
|
||||
<a class="settings-icon" href="https://social.poketube.fun/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>"><i class="fa-brands fa-mastodon"></i>
|
||||
<a class="settings-icon" href="<%= config.mastodon_client_url %>/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>"><i class="fa-brands fa-mastodon"></i>
|
||||
</a>
|
||||
|
||||
<a class="settings-icon" href="/customize"><i class="fa-light fa-brush"></i>
|
||||
|
@ -832,9 +832,9 @@ if your domain matches this code you are probably in poketube.fun owo:3
|
|||
|
||||
|
||||
<div class="dropdown__menu" style="right: -1em;">
|
||||
<a href="https://social.poketube.fun/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
||||
<a href="<%= config.mastodon_client_url %>/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-brands fa-mastodon"></i>
|
||||
Share On PokeSocial!
|
||||
Share On <%= config.mastodon_client_server_name %>!
|
||||
</a>
|
||||
|
||||
<a href="/customize" style="text-decoration: none;" class="dropdown__item">
|
||||
|
@ -2711,11 +2711,11 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
</div>
|
||||
</a>
|
||||
|
||||
<a class="new-button" style="color:#fff" href="https://social.poketube.fun/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>">
|
||||
<a class="new-button" style="color:#fff" href="<%= config.mastodon_client_url %>/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>">
|
||||
<div class="pill-button">
|
||||
|
||||
<i class="fa-brands fa-mastodon"></i>
|
||||
Share On PokeSocial!
|
||||
Share On <%= config.mastodon_client_server_name %>!
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue