From 7203bc15094905f1fa1f11ac268ef6b520544c9c Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Mon, 7 Feb 2022 22:23:33 +0100 Subject: [PATCH] Share url, removed hash --- components/feed.latte | 32 +++++++++------ scripts/feed.js | 92 ++++++++++++++++++------------------------- styles/feed.css | 6 ++- 3 files changed, 64 insertions(+), 66 deletions(-) diff --git a/components/feed.latte b/components/feed.latte index b31ca8f..7ca826f 100644 --- a/components/feed.latte +++ b/components/feed.latte @@ -3,17 +3,17 @@
{foreach $feed->items as $item} -
- - - - + {do $share_url = 'https://tiktok.com/@' . $item->author->uniqueId . '/' . $item->id} +
+ +
{/foreach}
@@ -35,10 +35,18 @@