diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml
index dd15f9b0e..c5523b42a 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -79,6 +79,7 @@ $today = @strtotime('today');
?>= $useKeepUnreadImportant && ($this->feed->priority() >= FreshRSS_Feed::PRIORITY_IMPORTANT) ? ' keep_unread ' : ''
?>" id="flux_= $this->entry->id()
?>" data-entry="= $this->entry->id()
+ ?>" data-category="= $this->feed->categoryId()
?>" data-feed="= $this->feed->id()
?>" data-priority="= $this->feed->priority()
?>" data-link="= $this->entry->link()
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml
index cd86c0590..1d6498397 100644
--- a/app/views/index/reader.phtml
+++ b/app/views/index/reader.phtml
@@ -37,8 +37,10 @@ $useKeepUnreadImportant = !FreshRSS_Context::isImportant() && !FreshRSS_Context:
?>= $useKeepUnreadImportant && ($this->feed->priority() >= FreshRSS_Feed::PRIORITY_IMPORTANT) ? ' keep_unread ' : ''
?>" id="flux_= $this->entry->id()
?>" data-entry="= $this->entry->id()
+ ?>" data-category="= $this->feed->categoryId()
?>" data-feed="= $this->feed->id()
?>" data-priority="= $this->feed->priority()
+ ?>" data-link="= $this->entry->link()
?>">renderHelper('index/article'); ?>