Recent News Articles
channel->item as $item) {
// Example metadata filtering: You can filter based on title or other metadata
if (strpos($item->title, 'Keyword') !== false) {
echo '- ';
echo '' . $item->title . '';
echo '
Verification: Pending
';
echo ' ';
}
}
} else {
echo 'Error fetching RSS feed.
';
}
?>
Add a Verification Status (Coming Soon)
This platform will soon allow users to mark news articles as disinformation, misinformation, etc., based on verification results.