Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Allow Links in Wallet from secure source ird.cash to be clickable #22

Open
h0h0h0 opened this issue Jul 13, 2018 · 1 comment
Open

Allow Links in Wallet from secure source ird.cash to be clickable #22

h0h0h0 opened this issue Jul 13, 2018 · 1 comment
Assignees

Comments

@h0h0h0
Copy link

h0h0h0 commented Jul 13, 2018

Would be cool if the https://maplechange.com/iridium_airdrop link was clickable. Is that something I need to change in the HTML on the blog, or do we need to set a setting on the QTKit Label to make those links clickable.

@steevebrush
Copy link
Member

rss feed is parsed from wordpress atom xml feed : a curl https://ird.cash/category/news/feed/atom/ will show this. WP feed doesn't embed links in rss feed while links are auto generated in webpages. Maybe a wp plugin can do the trick or I have to parse the xml message and add links 'manually' :
here is the method : https://github.com/iridiumdev/iridium-wallet/blob/ce8a96b2c7acae0cf2a7a07ebc3b0ea7ca13753d/src/Application/BlogReader.cpp#L211

let's add this as a feature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants