mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Merge branch 'master' into discover
* master: New redis server Blogging ios grid view Moving favicon servers in haproxy Fixing logic error in PR #1817 Tweaked version numbers Fixed #1824 (story image width is wrong on launch) Crash fixes Bumped version for TestFlight build Crasher fixes #1827 (Next Unread button leads to spinning screen) #1720 (Grid view) New screenshots for v13. #1816 Update to SDK 34 #1812 Scroll the stories list to the last user read story once reading session ends #1813 Cleanup proguard rules. Use optimized default proguard rules. Remove tools target api in manifest Allow full backup only. These was included to attempt to fix a crash with Hilt and backups. Prevent unauthorized access to feeds with a single subscriber
This commit is contained in:
commit
ad58ad26a3
231 changed files with 1178 additions and 971 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"service": {
|
||||
{% if inventory_hostname in ["db-redis-user", "db-redis-story2", "db-redis-session", "db-redis-pubsub"] %}
|
||||
{% if inventory_hostname in ["db-redis-user", "db-redis-story1", "db-redis-session", "db-redis-pubsub"] %}
|
||||
"name": "{{ inventory_hostname|regex_replace('\d+', '') }}",
|
||||
{% else %}
|
||||
"name": "{{ inventory_hostname|regex_replace('\d+', '') }}-staging",
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
addressable (2.8.5)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.1.9)
|
||||
em-websocket (0.5.2)
|
||||
concurrent-ruby (1.2.2)
|
||||
em-websocket (0.5.3)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
http_parser.rb (~> 0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.15.3)
|
||||
ffi (1.16.3)
|
||||
forwardable-extended (2.6.0)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (1.8.10)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.14.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.2.0)
|
||||
jekyll (4.2.2)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
|
@ -29,23 +29,23 @@ GEM
|
|||
rouge (~> 3.0)
|
||||
safe_yaml (~> 1.0)
|
||||
terminal-table (~> 2.0)
|
||||
jekyll-feed (0.15.1)
|
||||
jekyll-feed (0.17.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-paginate (1.1.0)
|
||||
jekyll-redirect-from (0.16.0)
|
||||
jekyll (>= 3.3, < 5.0)
|
||||
jekyll-sass-converter (2.1.0)
|
||||
jekyll-sass-converter (2.2.0)
|
||||
sassc (> 2.0.1, < 3.0)
|
||||
jekyll-seo-tag (2.7.1)
|
||||
jekyll-seo-tag (2.8.0)
|
||||
jekyll (>= 3.8, < 5.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
kramdown (2.3.1)
|
||||
kramdown (2.4.0)
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
liquid (4.0.3)
|
||||
listen (3.5.1)
|
||||
liquid (4.0.4)
|
||||
listen (3.8.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
mercenary (0.4.0)
|
||||
|
@ -55,23 +55,22 @@ GEM
|
|||
jekyll-seo-tag (~> 2.1)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (4.0.6)
|
||||
rb-fsevent (0.11.0)
|
||||
public_suffix (5.0.4)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.2.5)
|
||||
rouge (3.26.0)
|
||||
rexml (3.2.6)
|
||||
rouge (3.30.0)
|
||||
safe_yaml (1.0.5)
|
||||
sassc (2.4.0)
|
||||
ffi (~> 1.9)
|
||||
terminal-table (2.0.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
unicode-display_width (1.7.0)
|
||||
webrick (1.7.0)
|
||||
unicode-display_width (1.8.0)
|
||||
webrick (1.8.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
universal-darwin-20
|
||||
arm64-darwin-23
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll (~> 4.2.0)
|
||||
|
@ -85,4 +84,4 @@ DEPENDENCIES
|
|||
webrick (~> 1.7)
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.20
|
||||
2.4.22
|
||||
|
|
|
@ -27,6 +27,7 @@ description: > # this means to ignore newlines until "baseurl:"
|
|||
A new sound of an old instrument.
|
||||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "https://blog.newsblur.com" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
site.url: "https://blog.newsblur.com" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
permalink: pretty
|
||||
twitter_username: newsblur
|
||||
github_username: samuelclay
|
||||
|
|
20
blog/_posts/2023-12-06-ios-grid-view.md
Normal file
20
blog/_posts/2023-12-06-ios-grid-view.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: post
|
||||
title: Introducing the Grid view on iOS
|
||||
tags: ['ios']
|
||||
---
|
||||
|
||||
The Grid view is now on iOS. Read stories with large thumbnails in a magazine-like format, where you can see a customizable number of story previews at once. Works beautifully for both iPhone and iPad.
|
||||
<img src="/assets/ipad-grid-1.png" style="width: 100%;border: 1px solid #A0A0A0;margin: 24px auto;display: block;">
|
||||
|
||||
Just like on the web, you can customize how many stories you see and how large each story is, giving you the freedom to read stories with large thumbnails or small image previews.
|
||||
|
||||
<img src="/assets/ipad-grid-2.png" style="width: 100%;border: 1px solid #A0A0A0;margin: 24px auto;display: block;">
|
||||
|
||||
It even works on iPhone!
|
||||
|
||||
<img src="/assets/iphone-grid.png" style="width: 100%;border: 1px solid #A0A0A0;margin: 24px auto;display: block;">
|
||||
|
||||
If you have any other ideas you'd like to see on iPad and iPhone, feel free to post an idea on the <a href="https://forum.newsblur.com">NewsBlur Forum</a>.
|
||||
|
||||
This is a huge release and has been a year in the making. Coming up soon: a new Mac app and intelligent feed discovery.
|
|
@ -37,7 +37,7 @@ h1, h2, h3, h4, h5, h6,
|
|||
p, blockquote, pre,
|
||||
ul, ol, dl, figure,
|
||||
%vertical-rhythm {
|
||||
margin-bottom: $spacing-unit / 2;
|
||||
margin-bottom: calc($spacing-unit / 2);
|
||||
}
|
||||
|
||||
|
||||
|
@ -138,7 +138,7 @@ a {
|
|||
blockquote {
|
||||
color: $grey-color;
|
||||
border-left: 4px solid $grey-color-light;
|
||||
padding-left: $spacing-unit / 2;
|
||||
padding-left: calc($spacing-unit / 2);
|
||||
@include relative-font-size(1.125);
|
||||
letter-spacing: -1px;
|
||||
font-style: italic;
|
||||
|
@ -195,8 +195,8 @@ pre {
|
|||
@include media-query($on-laptop) {
|
||||
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));
|
||||
max-width: calc(#{$content-width} - (#{$spacing-unit}));
|
||||
padding-right: $spacing-unit / 2;
|
||||
padding-left: $spacing-unit / 2;
|
||||
padding-right: calc($spacing-unit / 2);
|
||||
padding-left: calc($spacing-unit / 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -250,7 +250,7 @@ table {
|
|||
}
|
||||
}
|
||||
th, td {
|
||||
padding: ($spacing-unit / 3) ($spacing-unit / 2);
|
||||
padding: calc(($spacing-unit / 3)) calc($spacing-unit / 2);
|
||||
}
|
||||
th {
|
||||
background-color: lighten($grey-color-light, 3%);
|
||||
|
|
|
@ -94,8 +94,8 @@
|
|||
|
||||
@include media-query($on-palm) {
|
||||
position: absolute;
|
||||
top: $spacing-unit / 2;
|
||||
right: $spacing-unit / 2;
|
||||
top: calc($spacing-unit / 2);
|
||||
right: calc($spacing-unit / 2);
|
||||
background-color: $background-color;
|
||||
border: 1px solid $grey-color-light;
|
||||
border-radius: 5px;
|
||||
|
@ -158,7 +158,7 @@
|
|||
|
||||
.footer-heading {
|
||||
@include relative-font-size(1.125);
|
||||
margin-bottom: $spacing-unit / 2;
|
||||
margin-bottom: calc($spacing-unit / 2);
|
||||
}
|
||||
|
||||
.contact-list,
|
||||
|
@ -170,14 +170,14 @@
|
|||
.footer-col-wrapper {
|
||||
@include relative-font-size(0.9375);
|
||||
color: $grey-color;
|
||||
margin-left: -$spacing-unit / 2;
|
||||
margin-left: calc($spacing-unit / -2);
|
||||
@extend %clearfix;
|
||||
}
|
||||
|
||||
.footer-col {
|
||||
float: left;
|
||||
margin-bottom: $spacing-unit / 2;
|
||||
padding-left: $spacing-unit / 2;
|
||||
margin-bottom: calc($spacing-unit / 2);
|
||||
padding-left: calc($spacing-unit / 2);
|
||||
}
|
||||
|
||||
.footer-col-1 {
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>A New Logo for a New Blog | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="A New Logo for a New Blog" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="We’ve come a long way, readers. What started as a fun project to scratch an itch has become a fun project that pays for its ever-increasing self. This week I’m going to show how motivated I am about turning NewsBlur into a serious blog reader. And it starts with a collection of a circles:" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="A New Logo for a New Blog" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"A New Logo for a New Blog","dateModified":"2011-03-15T08:39:00-04:00","datePublished":"2011-03-15T08:39:00-04:00","url":"https://blog.newsblur.com/2011/03/15/a-new-logo-for-a-new-blog/","@type":"BlogPosting","description":"We’ve come a long way, readers. What started as a fun project to scratch an itch has become a fun project that pays for its ever-increasing self. This week I’m going to show how motivated I am about turning NewsBlur into a serious blog reader. And it starts with a collection of a circles:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/03/15/a-new-logo-for-a-new-blog/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2011-03-15T08:39:00-04:00","datePublished":"2011-03-15T08:39:00-04:00","description":"We’ve come a long way, readers. What started as a fun project to scratch an itch has become a fun project that pays for its ever-increasing self. This week I’m going to show how motivated I am about turning NewsBlur into a serious blog reader. And it starts with a collection of a circles:","headline":"A New Logo for a New Blog","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/03/15/a-new-logo-for-a-new-blog/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2011/03/15/a-new-logo-for-a-new-blog/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Explaining Intelligence | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Explaining Intelligence" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="If you’re not using intelligence classifiers, you’re only getting half the value out of NewsBlur. " />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Explaining Intelligence" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Explaining Intelligence","dateModified":"2011-04-01T11:11:33-04:00","datePublished":"2011-04-01T11:11:33-04:00","url":"https://blog.newsblur.com/2011/04/01/explaining-intelligence/","@type":"BlogPosting","description":"If you’re not using intelligence classifiers, you’re only getting half the value out of NewsBlur. ","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/04/01/explaining-intelligence/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2011-04-01T11:11:33-04:00","datePublished":"2011-04-01T11:11:33-04:00","description":"If you’re not using intelligence classifiers, you’re only getting half the value out of NewsBlur. ","headline":"Explaining Intelligence","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/04/01/explaining-intelligence/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2011/04/01/explaining-intelligence/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Where We Are in April | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Where We Are in April" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Hi readers, I want to take a moment to share what I’m working on for the month of April:" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Where We Are in April" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Where We Are in April","dateModified":"2011-04-23T14:57:02-04:00","datePublished":"2011-04-23T14:57:02-04:00","url":"https://blog.newsblur.com/2011/04/23/where-we-are-in-april/","@type":"BlogPosting","description":"Hi readers, I want to take a moment to share what I’m working on for the month of April:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/04/23/where-we-are-in-april/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2011-04-23T14:57:02-04:00","datePublished":"2011-04-23T14:57:02-04:00","description":"Hi readers, I want to take a moment to share what I’m working on for the month of April:","headline":"Where We Are in April","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/04/23/where-we-are-in-april/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2011/04/23/where-we-are-in-april/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Make your own feed reader with NewsBlur’s new API | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Make your own feed reader with NewsBlur’s new API" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Please vote for this blog post on Hacker News: http://news.ycombinator.com/item?id=2485377." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Make your own feed reader with NewsBlur’s new API" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Make your own feed reader with NewsBlur’s new API","dateModified":"2011-04-26T06:41:00-04:00","datePublished":"2011-04-26T06:41:00-04:00","url":"https://blog.newsblur.com/2011/04/26/make-your-own-feed-reader-with-newsblurs-new-api/","@type":"BlogPosting","description":"Please vote for this blog post on Hacker News: http://news.ycombinator.com/item?id=2485377.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/04/26/make-your-own-feed-reader-with-newsblurs-new-api/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2011-04-26T06:41:00-04:00","datePublished":"2011-04-26T06:41:00-04:00","description":"Please vote for this blog post on Hacker News: http://news.ycombinator.com/item?id=2485377.","headline":"Make your own feed reader with NewsBlur’s new API","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/04/26/make-your-own-feed-reader-with-newsblurs-new-api/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2011/04/26/make-your-own-feed-reader-with-newsblurs-new-api/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Blar: A new Android app for NewsBlur | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Blar: A new Android app for NewsBlur" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This Summer is shaping up to be the season for mobile apps. Blar, a new Android client for NewsBlur, has just been released. It’s available on the Android Market here: https://market.android.com/details?id=bitwrit.Blar. It is created by Harris Munir, who you can contact through his site." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Blar: A new Android app for NewsBlur" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Blar: A new Android app for NewsBlur","dateModified":"2011-08-09T09:44:00-04:00","datePublished":"2011-08-09T09:44:00-04:00","url":"https://blog.newsblur.com/2011/08/09/blar-a-new-android-app-for-newsblur/","@type":"BlogPosting","description":"This Summer is shaping up to be the season for mobile apps. Blar, a new Android client for NewsBlur, has just been released. It’s available on the Android Market here: https://market.android.com/details?id=bitwrit.Blar. It is created by Harris Munir, who you can contact through his site.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/08/09/blar-a-new-android-app-for-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2011-08-09T09:44:00-04:00","datePublished":"2011-08-09T09:44:00-04:00","description":"This Summer is shaping up to be the season for mobile apps. Blar, a new Android client for NewsBlur, has just been released. It’s available on the Android Market here: https://market.android.com/details?id=bitwrit.Blar. It is created by Harris Munir, who you can contact through his site.","headline":"Blar: A new Android app for NewsBlur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/08/09/blar-a-new-android-app-for-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2011/08/09/blar-a-new-android-app-for-newsblur/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Customizing the reader, step 1: story titles | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Customizing the reader, step 1: story titles" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="The iPhone app is now only a few days away from launching. But it took 3 weeks of sitting around in the App Store approval queue before getting here. During that time, I started working on the new customizations that folks have been asking for." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Customizing the reader, step 1: story titles" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Customizing the reader, step 1: story titles","dateModified":"2011-09-30T09:40:30-04:00","datePublished":"2011-09-30T09:40:30-04:00","url":"https://blog.newsblur.com/2011/09/30/customizing-the-reader-step-1-story-titles/","@type":"BlogPosting","description":"The iPhone app is now only a few days away from launching. But it took 3 weeks of sitting around in the App Store approval queue before getting here. During that time, I started working on the new customizations that folks have been asking for.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/09/30/customizing-the-reader-step-1-story-titles/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2011-09-30T09:40:30-04:00","datePublished":"2011-09-30T09:40:30-04:00","description":"The iPhone app is now only a few days away from launching. But it took 3 weeks of sitting around in the App Store approval queue before getting here. During that time, I started working on the new customizations that folks have been asking for.","headline":"Customizing the reader, step 1: story titles","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/09/30/customizing-the-reader-step-1-story-titles/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2011/09/30/customizing-the-reader-step-1-story-titles/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>A Social Feed Reader | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="A Social Feed Reader" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="NewsBlur was released exactly one year ago. You can read the initial reaction on Hacker News: http://news.ycombinator.com/item?id=1834305. Since then, so much has changed and all for the better. Usage is up—way, way up. Premium users are helping the site run. Load times are approaching the goal of less than 100 ms (0.10 sec) per page. In short, things couldn’t be better." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="A Social Feed Reader" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"A Social Feed Reader","dateModified":"2011-10-26T11:41:23-04:00","datePublished":"2011-10-26T11:41:23-04:00","url":"https://blog.newsblur.com/2011/10/26/a-social-feed-reader/","@type":"BlogPosting","description":"NewsBlur was released exactly one year ago. You can read the initial reaction on Hacker News: http://news.ycombinator.com/item?id=1834305. Since then, so much has changed and all for the better. Usage is up—way, way up. Premium users are helping the site run. Load times are approaching the goal of less than 100 ms (0.10 sec) per page. In short, things couldn’t be better.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/10/26/a-social-feed-reader/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2011-10-26T11:41:23-04:00","datePublished":"2011-10-26T11:41:23-04:00","description":"NewsBlur was released exactly one year ago. You can read the initial reaction on Hacker News: http://news.ycombinator.com/item?id=1834305. Since then, so much has changed and all for the better. Usage is up—way, way up. Premium users are helping the site run. Load times are approaching the goal of less than 100 ms (0.10 sec) per page. In short, things couldn’t be better.","headline":"A Social Feed Reader","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2011/10/26/a-social-feed-reader/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2011/10/26/a-social-feed-reader/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>2011: Year in Review | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="2011: Year in Review" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Twelve months can be a quick flyby if you don’t stop to write everything down. Luckily, a habit I’ve kept since July 2009, when I started recording monthly goals for my project, is still going strong." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="2011: Year in Review" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"2011: Year in Review","dateModified":"2012-01-16T20:47:00-05:00","datePublished":"2012-01-16T20:47:00-05:00","url":"https://blog.newsblur.com/2012/01/16/2011-year-in-review/","@type":"BlogPosting","description":"Twelve months can be a quick flyby if you don’t stop to write everything down. Luckily, a habit I’ve kept since July 2009, when I started recording monthly goals for my project, is still going strong.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/01/16/2011-year-in-review/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-01-16T20:47:00-05:00","datePublished":"2012-01-16T20:47:00-05:00","description":"Twelve months can be a quick flyby if you don’t stop to write everything down. Luckily, a habit I’ve kept since July 2009, when I started recording monthly goals for my project, is still going strong.","headline":"2011: Year in Review","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/01/16/2011-year-in-review/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/01/16/2011-year-in-review/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>SSL & Stripe.js | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="SSL & Stripe.js" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Two big announcements today:" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="SSL & Stripe.js" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"SSL & Stripe.js","dateModified":"2012-02-29T15:45:00-05:00","datePublished":"2012-02-29T15:45:00-05:00","url":"https://blog.newsblur.com/2012/02/29/ssl-stripejs/","@type":"BlogPosting","description":"Two big announcements today:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/02/29/ssl-stripejs/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-02-29T15:45:00-05:00","datePublished":"2012-02-29T15:45:00-05:00","description":"Two big announcements today:","headline":"SSL & Stripe.js","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/02/29/ssl-stripejs/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/02/29/ssl-stripejs/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>From project to profession: going indie on NewsBlur | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="From project to profession: going indie on NewsBlur" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Exactly four months ago, Jason Kottke found my project, NewsBlur, and tweeted:" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="From project to profession: going indie on NewsBlur" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"From project to profession: going indie on NewsBlur","dateModified":"2012-03-01T11:48:00-05:00","datePublished":"2012-03-01T11:48:00-05:00","url":"https://blog.newsblur.com/2012/03/01/going-full-time/","@type":"BlogPosting","description":"Exactly four months ago, Jason Kottke found my project, NewsBlur, and tweeted:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/03/01/going-full-time/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-03-01T11:48:00-05:00","datePublished":"2012-03-01T11:48:00-05:00","description":"Exactly four months ago, Jason Kottke found my project, NewsBlur, and tweeted:","headline":"From project to profession: going indie on NewsBlur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/03/01/going-full-time/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/03/01/going-full-time/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>New mobile app for NewsBlur: Web Feeds for Nokia MeeGo | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="New mobile app for NewsBlur: Web Feeds for Nokia MeeGo" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="And what a gorgeous mobile app it is. App developer Róbert Márki just released Web Feeds, the first NewsBlur app for Nokia MeeGo. Take a look at these screenshots:" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="New mobile app for NewsBlur: Web Feeds for Nokia MeeGo" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"New mobile app for NewsBlur: Web Feeds for Nokia MeeGo","dateModified":"2012-03-14T13:14:00-04:00","datePublished":"2012-03-14T13:14:00-04:00","url":"https://blog.newsblur.com/2012/03/14/mobile-app-web-feeds-nokia-meego/","@type":"BlogPosting","description":"And what a gorgeous mobile app it is. App developer Róbert Márki just released Web Feeds, the first NewsBlur app for Nokia MeeGo. Take a look at these screenshots:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/03/14/mobile-app-web-feeds-nokia-meego/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-03-14T13:14:00-04:00","datePublished":"2012-03-14T13:14:00-04:00","description":"And what a gorgeous mobile app it is. App developer Róbert Márki just released Web Feeds, the first NewsBlur app for Nokia MeeGo. Take a look at these screenshots:","headline":"New mobile app for NewsBlur: Web Feeds for Nokia MeeGo","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/03/14/mobile-app-web-feeds-nokia-meego/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/03/14/mobile-app-web-feeds-nokia-meego/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Knight News Challenge: NewsBlur | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Knight News Challenge: NewsBlur" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Knight News Challenge: NewsBlur" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Knight News Challenge: NewsBlur" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Knight News Challenge: NewsBlur","dateModified":"2012-03-16T11:29:00-04:00","datePublished":"2012-03-16T11:29:00-04:00","url":"https://blog.newsblur.com/2012/03/16/knight-news-challenge/","@type":"BlogPosting","description":"Knight News Challenge: NewsBlur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/03/16/knight-news-challenge/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-03-16T11:29:00-04:00","datePublished":"2012-03-16T11:29:00-04:00","description":"Knight News Challenge: NewsBlur","headline":"Knight News Challenge: NewsBlur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/03/16/knight-news-challenge/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/03/16/knight-news-challenge/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Building real-time feed updates for NewsBlur with Redis and WebSockets | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Building real-time feed updates for NewsBlur with Redis and WebSockets" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Today, NewsBlur is going real-time. Blogs using the PubSubHubbub protocol (PuSH), which includes all Blogger, Tumblr, and many Wordpress blogs, will instantaneously show new updates to subscribers on NewsBlur. Making this happen, while not for the faint of heart, was straight-forward enough that I’m sharing the recipe I used to get everything hooked up and running smoothly." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Building real-time feed updates for NewsBlur with Redis and WebSockets" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Building real-time feed updates for NewsBlur with Redis and WebSockets","dateModified":"2012-04-02T17:52:00-04:00","datePublished":"2012-04-02T17:52:00-04:00","url":"https://blog.newsblur.com/2012/04/02/building-real-time-feed-updates-for-newsblur/","@type":"BlogPosting","description":"Today, NewsBlur is going real-time. Blogs using the PubSubHubbub protocol (PuSH), which includes all Blogger, Tumblr, and many Wordpress blogs, will instantaneously show new updates to subscribers on NewsBlur. Making this happen, while not for the faint of heart, was straight-forward enough that I’m sharing the recipe I used to get everything hooked up and running smoothly.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/04/02/building-real-time-feed-updates-for-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-04-02T17:52:00-04:00","datePublished":"2012-04-02T17:52:00-04:00","description":"Today, NewsBlur is going real-time. Blogs using the PubSubHubbub protocol (PuSH), which includes all Blogger, Tumblr, and many Wordpress blogs, will instantaneously show new updates to subscribers on NewsBlur. Making this happen, while not for the faint of heart, was straight-forward enough that I’m sharing the recipe I used to get everything hooked up and running smoothly.","headline":"Building real-time feed updates for NewsBlur with Redis and WebSockets","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/04/02/building-real-time-feed-updates-for-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/04/02/building-real-time-feed-updates-for-newsblur/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Introducing Blurblogs, Roy, and Y Combinator | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Introducing Blurblogs, Roy, and Y Combinator" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="What a difference a few months make. NewsBlur was a side-project of mine for two years. In March of this year, I committed myself full-time and went from developing NewsBlur almost entirely on the NYC subway to writing code every waking minute of the day. And now there are three big announcements to make. # 1. NewsBlur is now a *social* news reader The big news of the day is that you can now share stories on NewsBlur. When you share a story, your comments and the original story are posted to your blurblog. Your blurblog is a simple and customizable website. People can comment and reply directly on your blurblog, and you can follow your friends to read the news stories and blog posts that they care about.Since you’re good at picking your friends, and your friends are good at picking their friends, you will see friends of friends show up, expanding your network with shared stories that you will enjoy. It’s a new way of sharing the news. And because NewsBlur is already an easy to use news reader, it’s simple to find and share stories that your friends will care about. Every NewsBlur user has their own blurblog. All you have to do is signup for an account on www.newsblur.com and share interesting stories. # 2. Y Combinator For those of you who work with computer science, you may know that a Y-combinator generalizes recursion, abstracting its implementation, and thereby separating it from the actual work of the function in question.[^1] I’m pleased as punch to announce an investment in NewsBlur by Y Combinator, the investment firm. Over the past two months, we’ve been humbled by the roster of experienced partners giving us candid advice. It’s their tough love that is the catalyst for the next few months of transitioning NewsBlur from side project to world-class news reader. Expect NewsBlur to become simpler and more refined. # 3. Introducing Roy Yang When Y Combinator accepted me as a solo founder, their first piece of advice was to find a co-founder. Looking at every successful startup, a common pattern emerges. Every great startup has multiple people carrying the load when the company takes off. There is one person on this planet that I would trust as a co-founder. His name is Roy Yang and we have been friends since we met in New York four years ago. We worked together for nearly two years at Daylife, another news startup. I attended his wedding last year in Mexico, and he was the only person I called when I knew I needed somebody talented, focused, and able to complement me on a project that demands enormous time and effort.Roy is now responsible for both iOS apps and is instrumental in challenging me when I think I’m right and am clearly not. He’s got the patience of a monk and the determination of a true New Yorker. Follow Roy’s blurblog to keep up with him. # A glimpse into the future of NewsBlur This summer marks the beginning of NewsBlur as a full-time startup. Look forward to new mobile apps, new designs, and new features. Here’s a quick idea of what we’re working on for the next few weeks:" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Introducing Blurblogs, Roy, and Y Combinator" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Introducing Blurblogs, Roy, and Y Combinator","dateModified":"2012-07-30T11:22:00-04:00","datePublished":"2012-07-30T11:22:00-04:00","url":"https://blog.newsblur.com/2012/07/30/introducing-blurblogs-roy-and-y-combinator/","@type":"BlogPosting","description":"What a difference a few months make. NewsBlur was a side-project of mine for two years. In March of this year, I committed myself full-time and went from developing NewsBlur almost entirely on the NYC subway to writing code every waking minute of the day. And now there are three big announcements to make. # 1. NewsBlur is now a *social* news reader The big news of the day is that you can now share stories on NewsBlur. When you share a story, your comments and the original story are posted to your blurblog. Your blurblog is a simple and customizable website. People can comment and reply directly on your blurblog, and you can follow your friends to read the news stories and blog posts that they care about.Since you’re good at picking your friends, and your friends are good at picking their friends, you will see friends of friends show up, expanding your network with shared stories that you will enjoy. It’s a new way of sharing the news. And because NewsBlur is already an easy to use news reader, it’s simple to find and share stories that your friends will care about. Every NewsBlur user has their own blurblog. All you have to do is signup for an account on www.newsblur.com and share interesting stories. # 2. Y Combinator For those of you who work with computer science, you may know that a Y-combinator generalizes recursion, abstracting its implementation, and thereby separating it from the actual work of the function in question.[^1] I’m pleased as punch to announce an investment in NewsBlur by Y Combinator, the investment firm. Over the past two months, we’ve been humbled by the roster of experienced partners giving us candid advice. It’s their tough love that is the catalyst for the next few months of transitioning NewsBlur from side project to world-class news reader. Expect NewsBlur to become simpler and more refined. # 3. Introducing Roy Yang When Y Combinator accepted me as a solo founder, their first piece of advice was to find a co-founder. Looking at every successful startup, a common pattern emerges. Every great startup has multiple people carrying the load when the company takes off. There is one person on this planet that I would trust as a co-founder. His name is Roy Yang and we have been friends since we met in New York four years ago. We worked together for nearly two years at Daylife, another news startup. I attended his wedding last year in Mexico, and he was the only person I called when I knew I needed somebody talented, focused, and able to complement me on a project that demands enormous time and effort.Roy is now responsible for both iOS apps and is instrumental in challenging me when I think I’m right and am clearly not. He’s got the patience of a monk and the determination of a true New Yorker. Follow Roy’s blurblog to keep up with him. # A glimpse into the future of NewsBlur This summer marks the beginning of NewsBlur as a full-time startup. Look forward to new mobile apps, new designs, and new features. Here’s a quick idea of what we’re working on for the next few weeks:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/07/30/introducing-blurblogs-roy-and-y-combinator/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-07-30T11:22:00-04:00","datePublished":"2012-07-30T11:22:00-04:00","description":"What a difference a few months make. NewsBlur was a side-project of mine for two years. In March of this year, I committed myself full-time and went from developing NewsBlur almost entirely on the NYC subway to writing code every waking minute of the day. And now there are three big announcements to make. # 1. NewsBlur is now a *social* news reader The big news of the day is that you can now share stories on NewsBlur. When you share a story, your comments and the original story are posted to your blurblog. Your blurblog is a simple and customizable website. People can comment and reply directly on your blurblog, and you can follow your friends to read the news stories and blog posts that they care about.Since you’re good at picking your friends, and your friends are good at picking their friends, you will see friends of friends show up, expanding your network with shared stories that you will enjoy. It’s a new way of sharing the news. And because NewsBlur is already an easy to use news reader, it’s simple to find and share stories that your friends will care about. Every NewsBlur user has their own blurblog. All you have to do is signup for an account on www.newsblur.com and share interesting stories. # 2. Y Combinator For those of you who work with computer science, you may know that a Y-combinator generalizes recursion, abstracting its implementation, and thereby separating it from the actual work of the function in question.[^1] I’m pleased as punch to announce an investment in NewsBlur by Y Combinator, the investment firm. Over the past two months, we’ve been humbled by the roster of experienced partners giving us candid advice. It’s their tough love that is the catalyst for the next few months of transitioning NewsBlur from side project to world-class news reader. Expect NewsBlur to become simpler and more refined. # 3. Introducing Roy Yang When Y Combinator accepted me as a solo founder, their first piece of advice was to find a co-founder. Looking at every successful startup, a common pattern emerges. Every great startup has multiple people carrying the load when the company takes off. There is one person on this planet that I would trust as a co-founder. His name is Roy Yang and we have been friends since we met in New York four years ago. We worked together for nearly two years at Daylife, another news startup. I attended his wedding last year in Mexico, and he was the only person I called when I knew I needed somebody talented, focused, and able to complement me on a project that demands enormous time and effort.Roy is now responsible for both iOS apps and is instrumental in challenging me when I think I’m right and am clearly not. He’s got the patience of a monk and the determination of a true New Yorker. Follow Roy’s blurblog to keep up with him. # A glimpse into the future of NewsBlur This summer marks the beginning of NewsBlur as a full-time startup. Look forward to new mobile apps, new designs, and new features. Here’s a quick idea of what we’re working on for the next few weeks:","headline":"Introducing Blurblogs, Roy, and Y Combinator","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/07/30/introducing-blurblogs-roy-and-y-combinator/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/07/30/introducing-blurblogs-roy-and-y-combinator/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Take it to the couch with the NewsBlur iPad app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Take it to the couch with the NewsBlur iPad app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="There’s no wrong way to hold an iPad loaded with the brand new NewsBlur iPad app, provided it’s facing you and turned on." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Take it to the couch with the NewsBlur iPad app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Take it to the couch with the NewsBlur iPad app","dateModified":"2012-09-05T08:21:00-04:00","datePublished":"2012-09-05T08:21:00-04:00","url":"https://blog.newsblur.com/2012/09/05/newsblur-ipad-app/","@type":"BlogPosting","description":"There’s no wrong way to hold an iPad loaded with the brand new NewsBlur iPad app, provided it’s facing you and turned on.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/09/05/newsblur-ipad-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-09-05T08:21:00-04:00","datePublished":"2012-09-05T08:21:00-04:00","description":"There’s no wrong way to hold an iPad loaded with the brand new NewsBlur iPad app, provided it’s facing you and turned on.","headline":"Take it to the couch with the NewsBlur iPad app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/09/05/newsblur-ipad-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/09/05/newsblur-ipad-app/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Giving Life to “The People Have Spoken” | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Giving Life to “The People Have Spoken”" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="For a long time, we’ve maintained The People Have Spoken, the blog of what’s popular on NewsBlur, with a simple algorithm that measured how often something was shared. While that’s a great way to see the stuff our users really like (Randall Munroe would probably win the NewsBlur equivalent of the Oscar), it makes it harder for everyone to find new stuff that they might not have seen or heard of before. So we’ve decided to throw a human into the mix. I’ll let Allie introduce herself in her own words:" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Giving Life to “The People Have Spoken”" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Giving Life to “The People Have Spoken”","dateModified":"2012-10-01T17:52:00-04:00","datePublished":"2012-10-01T17:52:00-04:00","url":"https://blog.newsblur.com/2012/10/01/giving-life-to-popular/","@type":"BlogPosting","description":"For a long time, we’ve maintained The People Have Spoken, the blog of what’s popular on NewsBlur, with a simple algorithm that measured how often something was shared. While that’s a great way to see the stuff our users really like (Randall Munroe would probably win the NewsBlur equivalent of the Oscar), it makes it harder for everyone to find new stuff that they might not have seen or heard of before. So we’ve decided to throw a human into the mix. I’ll let Allie introduce herself in her own words:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/10/01/giving-life-to-popular/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-10-01T17:52:00-04:00","datePublished":"2012-10-01T17:52:00-04:00","description":"For a long time, we’ve maintained The People Have Spoken, the blog of what’s popular on NewsBlur, with a simple algorithm that measured how often something was shared. While that’s a great way to see the stuff our users really like (Randall Munroe would probably win the NewsBlur equivalent of the Oscar), it makes it harder for everyone to find new stuff that they might not have seen or heard of before. So we’ve decided to throw a human into the mix. I’ll let Allie introduce herself in her own words:","headline":"Giving Life to “The People Have Spoken”","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/10/01/giving-life-to-popular/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/10/01/giving-life-to-popular/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Do the robot: the official NewsBlur Android app is here | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Do the robot: the official NewsBlur Android app is here" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="You’ve been bugging us for two years about it, and now it’s finally here: NewsBlur’s expansion to mobile is complete, with our first-ever official Android app ready and waiting for your device. Thanks to the gifts of money and time from Y Combinator and the programming prowess of Papermill creator Ryan Bateman (otherwise known as @secretsquirrel), you can now join your iOS brethren on the couch with your daily dose of RSS goodness. Level of accompanying smugness is up to you." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Do the robot: the official NewsBlur Android app is here" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Do the robot: the official NewsBlur Android app is here","dateModified":"2012-10-18T11:47:00-04:00","datePublished":"2012-10-18T11:47:00-04:00","url":"https://blog.newsblur.com/2012/10/18/do-the-robot-the-official-newsblur-android-app-is/","@type":"BlogPosting","description":"You’ve been bugging us for two years about it, and now it’s finally here: NewsBlur’s expansion to mobile is complete, with our first-ever official Android app ready and waiting for your device. Thanks to the gifts of money and time from Y Combinator and the programming prowess of Papermill creator Ryan Bateman (otherwise known as @secretsquirrel), you can now join your iOS brethren on the couch with your daily dose of RSS goodness. Level of accompanying smugness is up to you.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/10/18/do-the-robot-the-official-newsblur-android-app-is/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-10-18T11:47:00-04:00","datePublished":"2012-10-18T11:47:00-04:00","description":"You’ve been bugging us for two years about it, and now it’s finally here: NewsBlur’s expansion to mobile is complete, with our first-ever official Android app ready and waiting for your device. Thanks to the gifts of money and time from Y Combinator and the programming prowess of Papermill creator Ryan Bateman (otherwise known as @secretsquirrel), you can now join your iOS brethren on the couch with your daily dose of RSS goodness. Level of accompanying smugness is up to you.","headline":"Do the robot: the official NewsBlur Android app is here","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/10/18/do-the-robot-the-official-newsblur-android-app-is/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/10/18/do-the-robot-the-official-newsblur-android-app-is/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Extreme makeover: NewsBlur iOS app edition | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Extreme makeover: NewsBlur iOS app edition" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Now that NewsBlur has joined the wonderful world of Android, we’re turning our attention back to the iOS app, with a full-scale feature parity push for the new iPhone 5 and iOS 6. It’s perfect for catching up on your reading when you realize that Apple Maps has sent you to the wrong address. Again." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Extreme makeover: NewsBlur iOS app edition" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Extreme makeover: NewsBlur iOS app edition","dateModified":"2012-10-26T14:37:00-04:00","datePublished":"2012-10-26T14:37:00-04:00","url":"https://blog.newsblur.com/2012/10/26/ios-update-1-6/","@type":"BlogPosting","description":"Now that NewsBlur has joined the wonderful world of Android, we’re turning our attention back to the iOS app, with a full-scale feature parity push for the new iPhone 5 and iOS 6. It’s perfect for catching up on your reading when you realize that Apple Maps has sent you to the wrong address. Again.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/10/26/ios-update-1-6/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-10-26T14:37:00-04:00","datePublished":"2012-10-26T14:37:00-04:00","description":"Now that NewsBlur has joined the wonderful world of Android, we’re turning our attention back to the iOS app, with a full-scale feature parity push for the new iPhone 5 and iOS 6. It’s perfect for catching up on your reading when you realize that Apple Maps has sent you to the wrong address. Again.","headline":"Extreme makeover: NewsBlur iOS app edition","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/10/26/ios-update-1-6/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/10/26/ios-update-1-6/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Time for some free NewsBlur swag! | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Time for some free NewsBlur swag!" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="That’s right, t-shirts, stickers, buttons, and magnets. I’ve got a whole lot of good stuff to send out, so give me some critical info and I’ll get you hooked up with the latest in startup love." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Time for some free NewsBlur swag!" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Time for some free NewsBlur swag!","dateModified":"2012-10-29T15:38:00-04:00","datePublished":"2012-10-29T15:38:00-04:00","url":"https://blog.newsblur.com/2012/10/29/free-newsblur-swag-time/","@type":"BlogPosting","description":"That’s right, t-shirts, stickers, buttons, and magnets. I’ve got a whole lot of good stuff to send out, so give me some critical info and I’ll get you hooked up with the latest in startup love.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/10/29/free-newsblur-swag-time/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-10-29T15:38:00-04:00","datePublished":"2012-10-29T15:38:00-04:00","description":"That’s right, t-shirts, stickers, buttons, and magnets. I’ve got a whole lot of good stuff to send out, so give me some critical info and I’ll get you hooked up with the latest in startup love.","headline":"Time for some free NewsBlur swag!","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/10/29/free-newsblur-swag-time/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/10/29/free-newsblur-swag-time/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>The sharing bookmarklet: bringing your online explorations to NewsBlur | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="The sharing bookmarklet: bringing your online explorations to NewsBlur" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="There are lots of reasons not to post a cool article you’ve seen to your blurblog. Maybe you already follow too many blogs, and don’t have room to add any more to your feed (in which case, may we humbly recommend a Premium account?) Maybe you don’t want everyone to know just how crazy you’ve gotten about jai-alai or aerotrekking or My Little Pony: Friendship Is Magic. Or maybe you found a cool article on Facebook or Twitter or through an e-mail from a friend, and don’t want to go through the hassle of adding the site’s whole feed to your NewsBlur dashboard just to post one piece." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="The sharing bookmarklet: bringing your online explorations to NewsBlur" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"The sharing bookmarklet: bringing your online explorations to NewsBlur","dateModified":"2012-12-17T12:04:00-05:00","datePublished":"2012-12-17T12:04:00-05:00","url":"https://blog.newsblur.com/2012/12/17/sharing-bookmarklet/","@type":"BlogPosting","description":"There are lots of reasons not to post a cool article you’ve seen to your blurblog. Maybe you already follow too many blogs, and don’t have room to add any more to your feed (in which case, may we humbly recommend a Premium account?) Maybe you don’t want everyone to know just how crazy you’ve gotten about jai-alai or aerotrekking or My Little Pony: Friendship Is Magic. Or maybe you found a cool article on Facebook or Twitter or through an e-mail from a friend, and don’t want to go through the hassle of adding the site’s whole feed to your NewsBlur dashboard just to post one piece.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/12/17/sharing-bookmarklet/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2012-12-17T12:04:00-05:00","datePublished":"2012-12-17T12:04:00-05:00","description":"There are lots of reasons not to post a cool article you’ve seen to your blurblog. Maybe you already follow too many blogs, and don’t have room to add any more to your feed (in which case, may we humbly recommend a Premium account?) Maybe you don’t want everyone to know just how crazy you’ve gotten about jai-alai or aerotrekking or My Little Pony: Friendship Is Magic. Or maybe you found a cool article on Facebook or Twitter or through an e-mail from a friend, and don’t want to go through the hassle of adding the site’s whole feed to your NewsBlur dashboard just to post one piece.","headline":"The sharing bookmarklet: bringing your online explorations to NewsBlur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/12/17/sharing-bookmarklet/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/12/17/sharing-bookmarklet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>A blurblog of one’s own: new privacy controls | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="A blurblog of one’s own: new privacy controls" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Here at NewsBlur HQ, we love greeting each new day by seeing what everyone posts on their blurblogs, but we understand that not everyone might want to have their reading preferences broadcast to the public (or have the public broadcast its opinions on said preferences). So we’re introducing a special new service for premium account holders that allows you to protect your posts from prying eyes." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="A blurblog of one’s own: new privacy controls" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"A blurblog of one’s own: new privacy controls","dateModified":"2013-01-03T00:00:00-05:00","datePublished":"2013-01-03T00:00:00-05:00","url":"https://blog.newsblur.com/2013/01/03/privacy-controls/","@type":"BlogPosting","description":"Here at NewsBlur HQ, we love greeting each new day by seeing what everyone posts on their blurblogs, but we understand that not everyone might want to have their reading preferences broadcast to the public (or have the public broadcast its opinions on said preferences). So we’re introducing a special new service for premium account holders that allows you to protect your posts from prying eyes.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/01/03/privacy-controls/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-01-03T00:00:00-05:00","datePublished":"2013-01-03T00:00:00-05:00","description":"Here at NewsBlur HQ, we love greeting each new day by seeing what everyone posts on their blurblogs, but we understand that not everyone might want to have their reading preferences broadcast to the public (or have the public broadcast its opinions on said preferences). So we’re introducing a special new service for premium account holders that allows you to protect your posts from prying eyes.","headline":"A blurblog of one’s own: new privacy controls","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/01/03/privacy-controls/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/01/03/privacy-controls/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Three Months to Scale NewsBlur | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Three Months to Scale NewsBlur" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="At 4:16pm last Wednesday I got a short and to-the-point email from Nilay Patel at The Verge with only a link that started with the host “googlereader.blogspot.com”. The sudden spike in NewsBlur’s visitors immediately confirmed — Google was shutting down Reader." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Three Months to Scale NewsBlur" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Three Months to Scale NewsBlur","dateModified":"2013-03-17T17:24:00-04:00","datePublished":"2013-03-17T17:24:00-04:00","url":"https://blog.newsblur.com/2013/03/17/three-months-to-scale-newsblur/","@type":"BlogPosting","description":"At 4:16pm last Wednesday I got a short and to-the-point email from Nilay Patel at The Verge with only a link that started with the host “googlereader.blogspot.com”. The sudden spike in NewsBlur’s visitors immediately confirmed — Google was shutting down Reader.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/03/17/three-months-to-scale-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-03-17T17:24:00-04:00","datePublished":"2013-03-17T17:24:00-04:00","description":"At 4:16pm last Wednesday I got a short and to-the-point email from Nilay Patel at The Verge with only a link that started with the host “googlereader.blogspot.com”. The sudden spike in NewsBlur’s visitors immediately confirmed — Google was shutting down Reader.","headline":"Three Months to Scale NewsBlur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/03/17/three-months-to-scale-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/03/17/three-months-to-scale-newsblur/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>The NewsBlur Redesign | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="The NewsBlur Redesign" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Not to say that NewsBlur was ugly before today, but it certainly didn’t have the loving embrace of a talented designer. So without waiting another moment (or month) I proudly present the NewsBlur redesign." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="The NewsBlur Redesign" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"The NewsBlur Redesign","dateModified":"2013-05-20T22:47:00-04:00","datePublished":"2013-05-20T22:47:00-04:00","url":"https://blog.newsblur.com/2013/05/20/the-newsblur-redesign/","@type":"BlogPosting","description":"Not to say that NewsBlur was ugly before today, but it certainly didn’t have the loving embrace of a talented designer. So without waiting another moment (or month) I proudly present the NewsBlur redesign.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/05/20/the-newsblur-redesign/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-05-20T22:47:00-04:00","datePublished":"2013-05-20T22:47:00-04:00","description":"Not to say that NewsBlur was ugly before today, but it certainly didn’t have the loving embrace of a talented designer. So without waiting another moment (or month) I proudly present the NewsBlur redesign.","headline":"The NewsBlur Redesign","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/05/20/the-newsblur-redesign/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/05/20/the-newsblur-redesign/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Keyboard Shortcuts Manager | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Keyboard Shortcuts Manager" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Hot on the heels of the redesign launch, I’m already putting out new features. There are a number of post-redesign priorities on my list, but one of the most requested features is to customize the keyboard shortcuts." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Keyboard Shortcuts Manager" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Keyboard Shortcuts Manager","dateModified":"2013-05-23T09:01:00-04:00","datePublished":"2013-05-23T09:01:00-04:00","url":"https://blog.newsblur.com/2013/05/23/keyboard-shortcuts-manager/","@type":"BlogPosting","description":"Hot on the heels of the redesign launch, I’m already putting out new features. There are a number of post-redesign priorities on my list, but one of the most requested features is to customize the keyboard shortcuts.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/05/23/keyboard-shortcuts-manager/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-05-23T09:01:00-04:00","datePublished":"2013-05-23T09:01:00-04:00","description":"Hot on the heels of the redesign launch, I’m already putting out new features. There are a number of post-redesign priorities on my list, but one of the most requested features is to customize the keyboard shortcuts.","headline":"Keyboard Shortcuts Manager","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/05/23/keyboard-shortcuts-manager/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/05/23/keyboard-shortcuts-manager/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Read NewsBlur on your Mac with the new ReadKit | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Read NewsBlur on your Mac with the new ReadKit" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="ReadKit, a native Mac app for reading Instapaper, Pocket, and NewsBlur on your desktop, completes the RSS reading trifecta. NewsBlur has a web app, native iOS app, and now a native Mac app." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Read NewsBlur on your Mac with the new ReadKit" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Read NewsBlur on your Mac with the new ReadKit","dateModified":"2013-05-30T12:12:16-04:00","datePublished":"2013-05-30T12:12:16-04:00","url":"https://blog.newsblur.com/2013/05/30/read-newsblur-on-your-mac-with-the-new-readkit/","@type":"BlogPosting","description":"ReadKit, a native Mac app for reading Instapaper, Pocket, and NewsBlur on your desktop, completes the RSS reading trifecta. NewsBlur has a web app, native iOS app, and now a native Mac app.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/05/30/read-newsblur-on-your-mac-with-the-new-readkit/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-05-30T12:12:16-04:00","datePublished":"2013-05-30T12:12:16-04:00","description":"ReadKit, a native Mac app for reading Instapaper, Pocket, and NewsBlur on your desktop, completes the RSS reading trifecta. NewsBlur has a web app, native iOS app, and now a native Mac app.","headline":"Read NewsBlur on your Mac with the new ReadKit","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/05/30/read-newsblur-on-your-mac-with-the-new-readkit/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/05/30/read-newsblur-on-your-mac-with-the-new-readkit/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Text view comes to the NewsBlur iOS app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Text view comes to the NewsBlur iOS app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="The iOS apps are finding themselves host to a whole slew of additions and enhancements. Today I get to tell you about the iOS app’s newest feature: the Text view." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Text view comes to the NewsBlur iOS app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Text view comes to the NewsBlur iOS app","dateModified":"2013-06-04T08:31:18-04:00","datePublished":"2013-06-04T08:31:18-04:00","url":"https://blog.newsblur.com/2013/06/04/text-view-comes-to-the-newsblur-ios-app/","@type":"BlogPosting","description":"The iOS apps are finding themselves host to a whole slew of additions and enhancements. Today I get to tell you about the iOS app’s newest feature: the Text view.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/06/04/text-view-comes-to-the-newsblur-ios-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-06-04T08:31:18-04:00","datePublished":"2013-06-04T08:31:18-04:00","description":"The iOS apps are finding themselves host to a whole slew of additions and enhancements. Today I get to tell you about the iOS app’s newest feature: the Text view.","headline":"Text view comes to the NewsBlur iOS app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/06/04/text-view-comes-to-the-newsblur-ios-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/06/04/text-view-comes-to-the-newsblur-ios-app/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>NewsBlur Puzzle T-shirt 2013 | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="NewsBlur Puzzle T-shirt 2013" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Last year I was proud to be able to send a free t-shirt and handwritten note to every single user who requested one. It took a few days of writing, stuffing, and mailing to send out a couple hundred t-shirts." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="NewsBlur Puzzle T-shirt 2013" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"NewsBlur Puzzle T-shirt 2013","dateModified":"2013-07-24T15:49:00-04:00","datePublished":"2013-07-24T15:49:00-04:00","url":"https://blog.newsblur.com/2013/07/24/newsblur-puzzle-t-shirt-2013/","@type":"BlogPosting","description":"Last year I was proud to be able to send a free t-shirt and handwritten note to every single user who requested one. It took a few days of writing, stuffing, and mailing to send out a couple hundred t-shirts.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/07/24/newsblur-puzzle-t-shirt-2013/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-07-24T15:49:00-04:00","datePublished":"2013-07-24T15:49:00-04:00","description":"Last year I was proud to be able to send a free t-shirt and handwritten note to every single user who requested one. It took a few days of writing, stuffing, and mailing to send out a couple hundred t-shirts.","headline":"NewsBlur Puzzle T-shirt 2013","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/07/24/newsblur-puzzle-t-shirt-2013/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/07/24/newsblur-puzzle-t-shirt-2013/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Simple Search for Feeds, Saved Stories, and Blurblogs | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Simple Search for Feeds, Saved Stories, and Blurblogs" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Search, which can easily be considered one of the most important features of a world-class news reader, is also one of the most difficult features to build." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Simple Search for Feeds, Saved Stories, and Blurblogs" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Simple Search for Feeds, Saved Stories, and Blurblogs","dateModified":"2013-07-30T12:38:23-04:00","datePublished":"2013-07-30T12:38:23-04:00","url":"https://blog.newsblur.com/2013/07/30/simple-search-for-feeds-saved-stories-and-blurblogs/","@type":"BlogPosting","description":"Search, which can easily be considered one of the most important features of a world-class news reader, is also one of the most difficult features to build.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/07/30/simple-search-for-feeds-saved-stories-and-blurblogs/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-07-30T12:38:23-04:00","datePublished":"2013-07-30T12:38:23-04:00","description":"Search, which can easily be considered one of the most important features of a world-class news reader, is also one of the most difficult features to build.","headline":"Simple Search for Feeds, Saved Stories, and Blurblogs","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/07/30/simple-search-for-feeds-saved-stories-and-blurblogs/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/07/30/simple-search-for-feeds-saved-stories-and-blurblogs/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Mark as read by number of days and other improvements | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Mark as read by number of days and other improvements" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Here’s a few big improvements for the NewsBlur website." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Mark as read by number of days and other improvements" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Mark as read by number of days and other improvements","dateModified":"2013-09-13T17:05:55-04:00","datePublished":"2013-09-13T17:05:55-04:00","url":"https://blog.newsblur.com/2013/09/13/mark-as-read-by-number-of-days-and-other/","@type":"BlogPosting","description":"Here’s a few big improvements for the NewsBlur website.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/09/13/mark-as-read-by-number-of-days-and-other/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-09-13T17:05:55-04:00","datePublished":"2013-09-13T17:05:55-04:00","description":"Here’s a few big improvements for the NewsBlur website.","headline":"Mark as read by number of days and other improvements","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/09/13/mark-as-read-by-number-of-days-and-other/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/09/13/mark-as-read-by-number-of-days-and-other/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Upping unread stories to 30 days for premium accounts | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Upping unread stories to 30 days for premium accounts" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="While I love shipping new features and fixing bugs, the single largest user request was neither a feature nor a bug. NewsBlur allows for two weeks of unread stories. Once a story is more than 14 days old, it would no longer show up as unread. The justification for this was simple: you have a week to read a story, and have a second week as a grace period." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Upping unread stories to 30 days for premium accounts" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Upping unread stories to 30 days for premium accounts","dateModified":"2013-09-16T17:09:14-04:00","datePublished":"2013-09-16T17:09:14-04:00","url":"https://blog.newsblur.com/2013/09/16/upping-unread-stories-to-30-days-for-premium/","@type":"BlogPosting","description":"While I love shipping new features and fixing bugs, the single largest user request was neither a feature nor a bug. NewsBlur allows for two weeks of unread stories. Once a story is more than 14 days old, it would no longer show up as unread. The justification for this was simple: you have a week to read a story, and have a second week as a grace period.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/09/16/upping-unread-stories-to-30-days-for-premium/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-09-16T17:09:14-04:00","datePublished":"2013-09-16T17:09:14-04:00","description":"While I love shipping new features and fixing bugs, the single largest user request was neither a feature nor a bug. NewsBlur allows for two weeks of unread stories. Once a story is more than 14 days old, it would no longer show up as unread. The justification for this was simple: you have a week to read a story, and have a second week as a grace period.","headline":"Upping unread stories to 30 days for premium accounts","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/09/16/upping-unread-stories-to-30-days-for-premium/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/09/16/upping-unread-stories-to-30-days-for-premium/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Offline reading with the NewsBlur iOS app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Offline reading with the NewsBlur iOS app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Today I’m launching version 3.0 of the iPhone and iPad app for NewsBlur. This major update brings loads of big features that combine to make the world’s best iOS news reader with the fastest sync in town." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Offline reading with the NewsBlur iOS app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Offline reading with the NewsBlur iOS app","dateModified":"2013-09-17T12:46:00-04:00","datePublished":"2013-09-17T12:46:00-04:00","url":"https://blog.newsblur.com/2013/09/17/offline-reading-with-the-newsblur-ios-app/","@type":"BlogPosting","description":"Today I’m launching version 3.0 of the iPhone and iPad app for NewsBlur. This major update brings loads of big features that combine to make the world’s best iOS news reader with the fastest sync in town.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/09/17/offline-reading-with-the-newsblur-ios-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-09-17T12:46:00-04:00","datePublished":"2013-09-17T12:46:00-04:00","description":"Today I’m launching version 3.0 of the iPhone and iPad app for NewsBlur. This major update brings loads of big features that combine to make the world’s best iOS news reader with the fastest sync in town.","headline":"Offline reading with the NewsBlur iOS app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/09/17/offline-reading-with-the-newsblur-ios-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/09/17/offline-reading-with-the-newsblur-ios-app/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>The NewsBlur iPhone and iPad app meets iOS 7 | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="The NewsBlur iPhone and iPad app meets iOS 7" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Apple’s latest operating system for iOS is a departure from their old aesthetic. So I’ve decided to give the NewsBlur iOS app a slightly new look. But even more than how the app looks is how the app works. Tons of new features made it into this mega-release." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="The NewsBlur iPhone and iPad app meets iOS 7" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"The NewsBlur iPhone and iPad app meets iOS 7","dateModified":"2013-10-28T09:53:00-04:00","datePublished":"2013-10-28T09:53:00-04:00","url":"https://blog.newsblur.com/2013/10/28/the-newsblur-iphone-and-ipad-app-meets-ios-7/","@type":"BlogPosting","description":"Apple’s latest operating system for iOS is a departure from their old aesthetic. So I’ve decided to give the NewsBlur iOS app a slightly new look. But even more than how the app looks is how the app works. Tons of new features made it into this mega-release.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/10/28/the-newsblur-iphone-and-ipad-app-meets-ios-7/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-10-28T09:53:00-04:00","datePublished":"2013-10-28T09:53:00-04:00","description":"Apple’s latest operating system for iOS is a departure from their old aesthetic. So I’ve decided to give the NewsBlur iOS app a slightly new look. But even more than how the app looks is how the app works. Tons of new features made it into this mega-release.","headline":"The NewsBlur iPhone and iPad app meets iOS 7","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/10/28/the-newsblur-iphone-and-ipad-app-meets-ios-7/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/10/28/the-newsblur-iphone-and-ipad-app-meets-ios-7/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Version 3.0 of the NewsBlur Android App | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Version 3.0 of the NewsBlur Android App" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Hot on the heels of version 3.0 of the NewsBlur iOS app comes the next version of the Android app. A bunch of new features have made it into this release, including the new story navigation pane and the text view." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Version 3.0 of the NewsBlur Android App" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Version 3.0 of the NewsBlur Android App","dateModified":"2013-11-18T16:51:00-05:00","datePublished":"2013-11-18T16:51:00-05:00","url":"https://blog.newsblur.com/2013/11/18/version-3-0-of-the-newsblur-android-app/","@type":"BlogPosting","description":"Hot on the heels of version 3.0 of the NewsBlur iOS app comes the next version of the Android app. A bunch of new features have made it into this release, including the new story navigation pane and the text view.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/11/18/version-3-0-of-the-newsblur-android-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-11-18T16:51:00-05:00","datePublished":"2013-11-18T16:51:00-05:00","description":"Hot on the heels of version 3.0 of the NewsBlur iOS app comes the next version of the Android app. A bunch of new features have made it into this release, including the new story navigation pane and the text view.","headline":"Version 3.0 of the NewsBlur Android App","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/11/18/version-3-0-of-the-newsblur-android-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/11/18/version-3-0-of-the-newsblur-android-app/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Background updates and dynamic font sizing on the NewsBlur iOS app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Background updates and dynamic font sizing on the NewsBlur iOS app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This week brings us a minor, but major, update for the NewsBlur iOS app. Several new features, some due to new APIs in iOS 7, have made it into the app." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Background updates and dynamic font sizing on the NewsBlur iOS app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Background updates and dynamic font sizing on the NewsBlur iOS app","dateModified":"2013-12-19T10:38:00-05:00","datePublished":"2013-12-19T10:38:00-05:00","url":"https://blog.newsblur.com/2013/12/19/background-updates-and-dynamic-font-sizing-on-the/","@type":"BlogPosting","description":"This week brings us a minor, but major, update for the NewsBlur iOS app. Several new features, some due to new APIs in iOS 7, have made it into the app.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/12/19/background-updates-and-dynamic-font-sizing-on-the/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2013-12-19T10:38:00-05:00","datePublished":"2013-12-19T10:38:00-05:00","description":"This week brings us a minor, but major, update for the NewsBlur iOS app. Several new features, some due to new APIs in iOS 7, have made it into the app.","headline":"Background updates and dynamic font sizing on the NewsBlur iOS app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2013/12/19/background-updates-and-dynamic-font-sizing-on-the/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2013/12/19/background-updates-and-dynamic-font-sizing-on-the/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Faster parallel network requests for version 3.5 of the NewsBlur Android app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Faster parallel network requests for version 3.5 of the NewsBlur Android app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="The single biggest criticism I’ve heard of the Android app is that it can be slow when loading feeds and then loading stories. That changes today with the release of version 3.5 of the NewsBlur Android app." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Faster parallel network requests for version 3.5 of the NewsBlur Android app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Faster parallel network requests for version 3.5 of the NewsBlur Android app","dateModified":"2014-01-03T11:35:00-05:00","datePublished":"2014-01-03T11:35:00-05:00","url":"https://blog.newsblur.com/2014/01/03/faster-parallel-network-requests-for-version-35/","@type":"BlogPosting","description":"The single biggest criticism I’ve heard of the Android app is that it can be slow when loading feeds and then loading stories. That changes today with the release of version 3.5 of the NewsBlur Android app.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/01/03/faster-parallel-network-requests-for-version-35/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-01-03T11:35:00-05:00","datePublished":"2014-01-03T11:35:00-05:00","description":"The single biggest criticism I’ve heard of the Android app is that it can be slow when loading feeds and then loading stories. That changes today with the release of version 3.5 of the NewsBlur Android app.","headline":"Faster parallel network requests for version 3.5 of the NewsBlur Android app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/01/03/faster-parallel-network-requests-for-version-35/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/01/03/faster-parallel-network-requests-for-version-35/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Three new features for the web: syntax highlighting for source code, adjustable video widths, and footnotes | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Three new features for the web: syntax highlighting for source code, adjustable video widths, and footnotes" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="A few small new features to get your first full week of the new year started off right." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Three new features for the web: syntax highlighting for source code, adjustable video widths, and footnotes" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Three new features for the web: syntax highlighting for source code, adjustable video widths, and footnotes","dateModified":"2014-01-06T12:46:00-05:00","datePublished":"2014-01-06T12:46:00-05:00","url":"https://blog.newsblur.com/2014/01/06/three-new-features-for-the-web-syntax/","@type":"BlogPosting","description":"A few small new features to get your first full week of the new year started off right.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/01/06/three-new-features-for-the-web-syntax/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-01-06T12:46:00-05:00","datePublished":"2014-01-06T12:46:00-05:00","description":"A few small new features to get your first full week of the new year started off right.","headline":"Three new features for the web: syntax highlighting for source code, adjustable video widths, and footnotes","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/01/06/three-new-features-for-the-web-syntax/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/01/06/three-new-features-for-the-web-syntax/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Saved story tagging | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Saved story tagging" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="It’s one thing to follow a handful of sites and use NewsBlur’s training to only read the stories you want to read. But sometimes you want to come back to stories long after you’ve read them. You could save the story, but then you would have to either scroll down your saved story list to find the story, or use the new search feature to find it by title or author." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Saved story tagging" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Saved story tagging","dateModified":"2014-01-14T10:39:00-05:00","datePublished":"2014-01-14T10:39:00-05:00","url":"https://blog.newsblur.com/2014/01/14/saved-story-tagging/","@type":"BlogPosting","description":"It’s one thing to follow a handful of sites and use NewsBlur’s training to only read the stories you want to read. But sometimes you want to come back to stories long after you’ve read them. You could save the story, but then you would have to either scroll down your saved story list to find the story, or use the new search feature to find it by title or author.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/01/14/saved-story-tagging/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-01-14T10:39:00-05:00","datePublished":"2014-01-14T10:39:00-05:00","description":"It’s one thing to follow a handful of sites and use NewsBlur’s training to only read the stories you want to read. But sometimes you want to come back to stories long after you’ve read them. You could save the story, but then you would have to either scroll down your saved story list to find the story, or use the new search feature to find it by title or author.","headline":"Saved story tagging","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/01/14/saved-story-tagging/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/01/14/saved-story-tagging/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Connect NewsBlur to dozens of web services with IFTTT | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Connect NewsBlur to dozens of web services with IFTTT" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Wouldn’t it be nice if there was a way to automatically copy your saved stories over to Evernote or Twitter or Pinboard? What about an automatic way to keep track of your unread focus (trained) stories in Buffer or Delicious or Dropbox?" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Connect NewsBlur to dozens of web services with IFTTT" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Connect NewsBlur to dozens of web services with IFTTT","dateModified":"2014-02-20T09:11:28-05:00","datePublished":"2014-02-20T09:11:28-05:00","url":"https://blog.newsblur.com/2014/02/20/connect-newsblur-to-dozens-of-web-services-with/","@type":"BlogPosting","description":"Wouldn’t it be nice if there was a way to automatically copy your saved stories over to Evernote or Twitter or Pinboard? What about an automatic way to keep track of your unread focus (trained) stories in Buffer or Delicious or Dropbox?","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/02/20/connect-newsblur-to-dozens-of-web-services-with/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-02-20T09:11:28-05:00","datePublished":"2014-02-20T09:11:28-05:00","description":"Wouldn’t it be nice if there was a way to automatically copy your saved stories over to Evernote or Twitter or Pinboard? What about an automatic way to keep track of your unread focus (trained) stories in Buffer or Delicious or Dropbox?","headline":"Connect NewsBlur to dozens of web services with IFTTT","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/02/20/connect-newsblur-to-dozens-of-web-services-with/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/02/20/connect-newsblur-to-dozens-of-web-services-with/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>NewsBlur iOS 4.0 features a new dashboard, gestures and sharing controls | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="NewsBlur iOS 4.0 features a new dashboard, gestures and sharing controls" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Today marks the release of version 4.0 of the NewsBlur iOS app. To illustrate the significance of this release I’d like to talk about where the app has been." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="NewsBlur iOS 4.0 features a new dashboard, gestures and sharing controls" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"NewsBlur iOS 4.0 features a new dashboard, gestures and sharing controls","dateModified":"2014-03-10T10:48:08-04:00","datePublished":"2014-03-10T10:48:08-04:00","url":"https://blog.newsblur.com/2014/03/10/newsblur-ios-40-features-a-new-dashboard/","@type":"BlogPosting","description":"Today marks the release of version 4.0 of the NewsBlur iOS app. To illustrate the significance of this release I’d like to talk about where the app has been.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/03/10/newsblur-ios-40-features-a-new-dashboard/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-03-10T10:48:08-04:00","datePublished":"2014-03-10T10:48:08-04:00","description":"Today marks the release of version 4.0 of the NewsBlur iOS app. To illustrate the significance of this release I’d like to talk about where the app has been.","headline":"NewsBlur iOS 4.0 features a new dashboard, gestures and sharing controls","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/03/10/newsblur-ios-40-features-a-new-dashboard/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/03/10/newsblur-ios-40-features-a-new-dashboard/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Google Reader announced its shutdown exactly a year ago | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Google Reader announced its shutdown exactly a year ago" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="In this industry, you gotta be tough." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Google Reader announced its shutdown exactly a year ago" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Google Reader announced its shutdown exactly a year ago","dateModified":"2014-03-13T14:27:00-04:00","datePublished":"2014-03-13T14:27:00-04:00","url":"https://blog.newsblur.com/2014/03/13/google-reader-announced-its-shutdown-exactly-a-year-ago/","@type":"BlogPosting","description":"In this industry, you gotta be tough.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/03/13/google-reader-announced-its-shutdown-exactly-a-year-ago/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-03-13T14:27:00-04:00","datePublished":"2014-03-13T14:27:00-04:00","description":"In this industry, you gotta be tough.","headline":"Google Reader announced its shutdown exactly a year ago","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/03/13/google-reader-announced-its-shutdown-exactly-a-year-ago/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/03/13/google-reader-announced-its-shutdown-exactly-a-year-ago/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>The new font and style manager | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="The new font and style manager" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This is not just any font and style manager. You now have control over font size, line spacing, story layout, and type faces directly in the reading view. This nifty popover gives you quick access to all of these customizable features." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="The new font and style manager" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"The new font and style manager","dateModified":"2014-04-10T11:53:11-04:00","datePublished":"2014-04-10T11:53:11-04:00","url":"https://blog.newsblur.com/2014/04/10/the-new-font-and-style-manager/","@type":"BlogPosting","description":"This is not just any font and style manager. You now have control over font size, line spacing, story layout, and type faces directly in the reading view. This nifty popover gives you quick access to all of these customizable features.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/04/10/the-new-font-and-style-manager/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-04-10T11:53:11-04:00","datePublished":"2014-04-10T11:53:11-04:00","description":"This is not just any font and style manager. You now have control over font size, line spacing, story layout, and type faces directly in the reading view. This nifty popover gives you quick access to all of these customizable features.","headline":"The new font and style manager","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/04/10/the-new-font-and-style-manager/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/04/10/the-new-font-and-style-manager/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Unread is a new iOS app with NewsBlur support | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Unread is a new iOS app with NewsBlur support" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="NewsBlur has a free and open API that all of the native mobile apps and website are built on. But the API is not just for official apps. Numerous third-party developers have built apps on the API and today I’m proud to announce a new native iOS app has launched with NewsBlur support." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Unread is a new iOS app with NewsBlur support" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Unread is a new iOS app with NewsBlur support","dateModified":"2014-04-24T11:56:00-04:00","datePublished":"2014-04-24T11:56:00-04:00","url":"https://blog.newsblur.com/2014/04/24/unread-is-a-new-ios-app-with-newsblur-support/","@type":"BlogPosting","description":"NewsBlur has a free and open API that all of the native mobile apps and website are built on. But the API is not just for official apps. Numerous third-party developers have built apps on the API and today I’m proud to announce a new native iOS app has launched with NewsBlur support.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/04/24/unread-is-a-new-ios-app-with-newsblur-support/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-04-24T11:56:00-04:00","datePublished":"2014-04-24T11:56:00-04:00","description":"NewsBlur has a free and open API that all of the native mobile apps and website are built on. But the API is not just for official apps. Numerous third-party developers have built apps on the API and today I’m proud to announce a new native iOS app has launched with NewsBlur support.","headline":"Unread is a new iOS app with NewsBlur support","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/04/24/unread-is-a-new-ios-app-with-newsblur-support/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/04/24/unread-is-a-new-ios-app-with-newsblur-support/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Full text search across all of your subscriptions and folders | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Full text search across all of your subscriptions and folders" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Last Summer Simple Search was launched, giving you the ability to search a single feed at a time. Obviously not ideal, but it was far less effort than the big enchilada: full text search across every site you subscribe to. It took a few months to come back to attack the full problem, but that means I could also take the time to do it right." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Full text search across all of your subscriptions and folders" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Full text search across all of your subscriptions and folders","dateModified":"2014-04-29T04:45:28-04:00","datePublished":"2014-04-29T04:45:28-04:00","url":"https://blog.newsblur.com/2014/04/29/full-text-search-across-all-of-your-subscriptions-and/","@type":"BlogPosting","description":"Last Summer Simple Search was launched, giving you the ability to search a single feed at a time. Obviously not ideal, but it was far less effort than the big enchilada: full text search across every site you subscribe to. It took a few months to come back to attack the full problem, but that means I could also take the time to do it right.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/04/29/full-text-search-across-all-of-your-subscriptions-and/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-04-29T04:45:28-04:00","datePublished":"2014-04-29T04:45:28-04:00","description":"Last Summer Simple Search was launched, giving you the ability to search a single feed at a time. Obviously not ideal, but it was far less effort than the big enchilada: full text search across every site you subscribe to. It took a few months to come back to attack the full problem, but that means I could also take the time to do it right.","headline":"Full text search across all of your subscriptions and folders","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/04/29/full-text-search-across-all-of-your-subscriptions-and/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/04/29/full-text-search-across-all-of-your-subscriptions-and/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Use the new Saved Stories view to find saved stories by site | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Use the new Saved Stories view to find saved stories by site" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="After launching Saved Story Tagging earlier this year, I realized that there is an inherent categorization to every saved story: the site. But instead of just allowing you to search by site, I created a new view that you can now use to see stories saved by site." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Use the new Saved Stories view to find saved stories by site" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Use the new Saved Stories view to find saved stories by site","dateModified":"2014-06-03T15:40:00-04:00","datePublished":"2014-06-03T15:40:00-04:00","url":"https://blog.newsblur.com/2014/06/03/use-the-new-saved-stories-view-to-find-saved/","@type":"BlogPosting","description":"After launching Saved Story Tagging earlier this year, I realized that there is an inherent categorization to every saved story: the site. But instead of just allowing you to search by site, I created a new view that you can now use to see stories saved by site.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/06/03/use-the-new-saved-stories-view-to-find-saved/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-06-03T15:40:00-04:00","datePublished":"2014-06-03T15:40:00-04:00","description":"After launching Saved Story Tagging earlier this year, I realized that there is an inherent categorization to every saved story: the site. But instead of just allowing you to search by site, I created a new view that you can now use to see stories saved by site.","headline":"Use the new Saved Stories view to find saved stories by site","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/06/03/use-the-new-saved-stories-view-to-find-saved/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/06/03/use-the-new-saved-stories-view-to-find-saved/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Temporarily mute sites | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Temporarily mute sites" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="You can now temporarily turn off sites by going to Manage > Mute Sites. This is for those feeds you want to keep but ignore for a while." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Temporarily mute sites" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Temporarily mute sites","dateModified":"2014-06-17T12:09:59-04:00","datePublished":"2014-06-17T12:09:59-04:00","url":"https://blog.newsblur.com/2014/06/17/temporarily-mute-sites/","@type":"BlogPosting","description":"You can now temporarily turn off sites by going to Manage > Mute Sites. This is for those feeds you want to keep but ignore for a while.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/06/17/temporarily-mute-sites/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-06-17T12:09:59-04:00","datePublished":"2014-06-17T12:09:59-04:00","description":"You can now temporarily turn off sites by going to Manage > Mute Sites. This is for those feeds you want to keep but ignore for a while.","headline":"Temporarily mute sites","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/06/17/temporarily-mute-sites/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/06/17/temporarily-mute-sites/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Read what you’ve read recently with the new recently read stories feed | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Read what you’ve read recently with the new recently read stories feed" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Like it says on the tin, you can now go back and see what you’ve read with the Recently Read Stories feed. It’s on the bottom of your feed list, just above the saved stories." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Read what you’ve read recently with the new recently read stories feed" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Read what you’ve read recently with the new recently read stories feed","dateModified":"2014-06-27T07:00:36-04:00","datePublished":"2014-06-27T07:00:36-04:00","url":"https://blog.newsblur.com/2014/06/27/read-what-youve-read-recently-with-the-new/","@type":"BlogPosting","description":"Like it says on the tin, you can now go back and see what you’ve read with the Recently Read Stories feed. It’s on the bottom of your feed list, just above the saved stories.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/06/27/read-what-youve-read-recently-with-the-new/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-06-27T07:00:36-04:00","datePublished":"2014-06-27T07:00:36-04:00","description":"Like it says on the tin, you can now go back and see what you’ve read with the Recently Read Stories feed. It’s on the bottom of your feed list, just above the saved stories.","headline":"Read what you’ve read recently with the new recently read stories feed","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/06/27/read-what-youve-read-recently-with-the-new/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/06/27/read-what-youve-read-recently-with-the-new/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Adjust the font size of feed and story titles | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Adjust the font size of feed and story titles" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="It was only a few months ago back in April that I launched the new font and style manager. Today I’m coming back to finish the job." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Adjust the font size of feed and story titles" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Adjust the font size of feed and story titles","dateModified":"2014-07-22T06:30:26-04:00","datePublished":"2014-07-22T06:30:26-04:00","url":"https://blog.newsblur.com/2014/07/22/adjust-the-font-size-of-feed-and-story-titles/","@type":"BlogPosting","description":"It was only a few months ago back in April that I launched the new font and style manager. Today I’m coming back to finish the job.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/07/22/adjust-the-font-size-of-feed-and-story-titles/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-07-22T06:30:26-04:00","datePublished":"2014-07-22T06:30:26-04:00","description":"It was only a few months ago back in April that I launched the new font and style manager. Today I’m coming back to finish the job.","headline":"Adjust the font size of feed and story titles","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/07/22/adjust-the-font-size-of-feed-and-story-titles/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/07/22/adjust-the-font-size-of-feed-and-story-titles/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Reeder and NewsBlur, sitting in a tree… | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Reeder and NewsBlur, sitting in a tree…" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="…S-Y-N-C-I-N-G." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Reeder and NewsBlur, sitting in a tree…" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Reeder and NewsBlur, sitting in a tree…","dateModified":"2014-07-23T12:45:57-04:00","datePublished":"2014-07-23T12:45:57-04:00","url":"https://blog.newsblur.com/2014/07/23/reeder-and-newsblur-sitting-in-a-tree/","@type":"BlogPosting","description":"…S-Y-N-C-I-N-G.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/07/23/reeder-and-newsblur-sitting-in-a-tree/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-07-23T12:45:57-04:00","datePublished":"2014-07-23T12:45:57-04:00","description":"…S-Y-N-C-I-N-G.","headline":"Reeder and NewsBlur, sitting in a tree…","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/07/23/reeder-and-newsblur-sitting-in-a-tree/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/07/23/reeder-and-newsblur-sitting-in-a-tree/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>A Downtime Irony | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="A Downtime Irony" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="So many things can go wrong and often do, but I spend a good third of my time working on infrastructure, monitoring, and analytics so that they don’t." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="A Downtime Irony" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"A Downtime Irony","dateModified":"2014-08-21T21:08:24-04:00","datePublished":"2014-08-21T21:08:24-04:00","url":"https://blog.newsblur.com/2014/08/21/a-downtime-irony/","@type":"BlogPosting","description":"So many things can go wrong and often do, but I spend a good third of my time working on infrastructure, monitoring, and analytics so that they don’t.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/08/21/a-downtime-irony/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-08-21T21:08:24-04:00","datePublished":"2014-08-21T21:08:24-04:00","description":"So many things can go wrong and often do, but I spend a good third of my time working on infrastructure, monitoring, and analytics so that they don’t.","headline":"A Downtime Irony","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/08/21/a-downtime-irony/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/08/21/a-downtime-irony/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>NewsBlur’s 2014 t-shirt on sale for this week only | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="NewsBlur’s 2014 t-shirt on sale for this week only" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="NewsBlur’s 2014 t-shirt on sale for this week only" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"NewsBlur’s 2014 t-shirt on sale for this week only","dateModified":"2014-09-22T12:20:20-04:00","datePublished":"2014-09-22T12:20:20-04:00","url":"https://blog.newsblur.com/2014/09/22/newsblurs-2014-t-shirt-on-sale-for-this-week-only/","@type":"BlogPosting","description":"NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/09/22/newsblurs-2014-t-shirt-on-sale-for-this-week-only/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-09-22T12:20:20-04:00","datePublished":"2014-09-22T12:20:20-04:00","description":"NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.","headline":"NewsBlur’s 2014 t-shirt on sale for this week only","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/09/22/newsblurs-2014-t-shirt-on-sale-for-this-week-only/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/09/22/newsblurs-2014-t-shirt-on-sale-for-this-week-only/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>NewsBlur iOS v4.5: iPhone 6 and iOS 8, full bleed images, alt text, and more | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="NewsBlur iOS v4.5: iPhone 6 and iOS 8, full bleed images, alt text, and more" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This week’s update to the official NewsBlur iOS app brings a whole lot of oft-requested features and improvements. Here’s what’s new this month:" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="NewsBlur iOS v4.5: iPhone 6 and iOS 8, full bleed images, alt text, and more" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"NewsBlur iOS v4.5: iPhone 6 and iOS 8, full bleed images, alt text, and more","dateModified":"2014-10-15T15:25:12-04:00","datePublished":"2014-10-15T15:25:12-04:00","url":"https://blog.newsblur.com/2014/10/15/newsblur-ios-v45-iphone-6-and-ios-8-full-bleed/","@type":"BlogPosting","description":"This week’s update to the official NewsBlur iOS app brings a whole lot of oft-requested features and improvements. Here’s what’s new this month:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/10/15/newsblur-ios-v45-iphone-6-and-ios-8-full-bleed/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-10-15T15:25:12-04:00","datePublished":"2014-10-15T15:25:12-04:00","description":"This week’s update to the official NewsBlur iOS app brings a whole lot of oft-requested features and improvements. Here’s what’s new this month:","headline":"NewsBlur iOS v4.5: iPhone 6 and iOS 8, full bleed images, alt text, and more","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/10/15/newsblur-ios-v45-iphone-6-and-ios-8-full-bleed/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/10/15/newsblur-ios-v45-iphone-6-and-ios-8-full-bleed/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>A new way to use the Story view while on https (SSL) | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="A new way to use the Story view while on https (SSL)" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Modern browsers are taking your privacy and security seriously with new restrictions for sites that use https. You can choose to use NewsBlur over https, which will encrypt your communications with NewsBlur and prevent eavesdroppers—hackers, the government, other people on the same wireless network as you—from seeing what you see. While that’s not necessary for everybody, SSL/https is a priority for some and NewsBlur supports this beautifully." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="A new way to use the Story view while on https (SSL)" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"A new way to use the Story view while on https (SSL)","dateModified":"2014-10-31T07:00:36-04:00","datePublished":"2014-10-31T07:00:36-04:00","url":"https://blog.newsblur.com/2014/10/31/a-new-way-to-use-the-story-view-while-on-https/","@type":"BlogPosting","description":"Modern browsers are taking your privacy and security seriously with new restrictions for sites that use https. You can choose to use NewsBlur over https, which will encrypt your communications with NewsBlur and prevent eavesdroppers—hackers, the government, other people on the same wireless network as you—from seeing what you see. While that’s not necessary for everybody, SSL/https is a priority for some and NewsBlur supports this beautifully.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/10/31/a-new-way-to-use-the-story-view-while-on-https/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-10-31T07:00:36-04:00","datePublished":"2014-10-31T07:00:36-04:00","description":"Modern browsers are taking your privacy and security seriously with new restrictions for sites that use https. You can choose to use NewsBlur over https, which will encrypt your communications with NewsBlur and prevent eavesdroppers—hackers, the government, other people on the same wireless network as you—from seeing what you see. While that’s not necessary for everybody, SSL/https is a priority for some and NewsBlur supports this beautifully.","headline":"A new way to use the Story view while on https (SSL)","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/10/31/a-new-way-to-use-the-story-view-while-on-https/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/10/31/a-new-way-to-use-the-story-view-while-on-https/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Offline reading and a dark theme on the Android app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Offline reading and a dark theme on the Android app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This is a huge release for the NewsBlur Android app. So much has happened in the last six months. We’ve had a big backend rewrite that makes the app feel like new. It’s faster, which is necessary to make the new offline reading feature really shine. Now you can read on your Android phone or tablet while on the train, underground, or just in airplane mode to save battery." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Offline reading and a dark theme on the Android app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Offline reading and a dark theme on the Android app","dateModified":"2014-11-18T05:00:50-05:00","datePublished":"2014-11-18T05:00:50-05:00","url":"https://blog.newsblur.com/2014/11/18/offline-reading-and-a-dark-theme-on-the-android/","@type":"BlogPosting","description":"This is a huge release for the NewsBlur Android app. So much has happened in the last six months. We’ve had a big backend rewrite that makes the app feel like new. It’s faster, which is necessary to make the new offline reading feature really shine. Now you can read on your Android phone or tablet while on the train, underground, or just in airplane mode to save battery.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/11/18/offline-reading-and-a-dark-theme-on-the-android/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-11-18T05:00:50-05:00","datePublished":"2014-11-18T05:00:50-05:00","description":"This is a huge release for the NewsBlur Android app. So much has happened in the last six months. We’ve had a big backend rewrite that makes the app feel like new. It’s faster, which is necessary to make the new offline reading feature really shine. Now you can read on your Android phone or tablet while on the train, underground, or just in airplane mode to save battery.","headline":"Offline reading and a dark theme on the Android app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/11/18/offline-reading-and-a-dark-theme-on-the-android/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/11/18/offline-reading-and-a-dark-theme-on-the-android/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>The iOS app gets search and saved story tagging | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="The iOS app gets search and saved story tagging" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This month’s new iOS features are big, big features. Search made it on the web only a few months ago and is now available on the iOS app. You can also now easily add tags to saved stories, making it easier to organize and save stories you read for re-reading later." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="The iOS app gets search and saved story tagging" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"The iOS app gets search and saved story tagging","dateModified":"2014-12-15T12:01:23-05:00","datePublished":"2014-12-15T12:01:23-05:00","url":"https://blog.newsblur.com/2014/12/15/the-ios-app-gets-search-and-saved-story-tagging/","@type":"BlogPosting","description":"This month’s new iOS features are big, big features. Search made it on the web only a few months ago and is now available on the iOS app. You can also now easily add tags to saved stories, making it easier to organize and save stories you read for re-reading later.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/12/15/the-ios-app-gets-search-and-saved-story-tagging/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2014-12-15T12:01:23-05:00","datePublished":"2014-12-15T12:01:23-05:00","description":"This month’s new iOS features are big, big features. Search made it on the web only a few months ago and is now available on the iOS app. You can also now easily add tags to saved stories, making it easier to organize and save stories you read for re-reading later.","headline":"The iOS app gets search and saved story tagging","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2014/12/15/the-ios-app-gets-search-and-saved-story-tagging/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2014/12/15/the-ios-app-gets-search-and-saved-story-tagging/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Organize your subscriptions with the new Organizer | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Organize your subscriptions with the new Organizer" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="The beauty of NewsBlur is that you can start off with only a handful of subscriptions and naturally work your way up. This is actually the reason that free accounts cut off at 64 sites. When I started building NewsBlur in 2009 I only subscribed to 42 sites. Nowadays it’s closer to 200 sites." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Organize your subscriptions with the new Organizer" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Organize your subscriptions with the new Organizer","dateModified":"2015-01-07T06:00:33-05:00","datePublished":"2015-01-07T06:00:33-05:00","url":"https://blog.newsblur.com/2015/01/07/organize-your-subscriptions-with-the-new-organizer/","@type":"BlogPosting","description":"The beauty of NewsBlur is that you can start off with only a handful of subscriptions and naturally work your way up. This is actually the reason that free accounts cut off at 64 sites. When I started building NewsBlur in 2009 I only subscribed to 42 sites. Nowadays it’s closer to 200 sites.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/01/07/organize-your-subscriptions-with-the-new-organizer/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-01-07T06:00:33-05:00","datePublished":"2015-01-07T06:00:33-05:00","description":"The beauty of NewsBlur is that you can start off with only a handful of subscriptions and naturally work your way up. This is actually the reason that free accounts cut off at 64 sites. When I started building NewsBlur in 2009 I only subscribed to 42 sites. Nowadays it’s closer to 200 sites.","headline":"Organize your subscriptions with the new Organizer","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/01/07/organize-your-subscriptions-with-the-new-organizer/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/01/07/organize-your-subscriptions-with-the-new-organizer/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Bigger story previews with the new Grid view | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Bigger story previews with the new Grid view" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="There are currently three ways to read stories on NewsBlur:" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Bigger story previews with the new Grid view" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Bigger story previews with the new Grid view","dateModified":"2015-03-13T11:03:38-04:00","datePublished":"2015-03-13T11:03:38-04:00","url":"https://blog.newsblur.com/2015/03/13/bigger-story-previews-with-the-new-grid-view/","@type":"BlogPosting","description":"There are currently three ways to read stories on NewsBlur:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/03/13/bigger-story-previews-with-the-new-grid-view/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-03-13T11:03:38-04:00","datePublished":"2015-03-13T11:03:38-04:00","description":"There are currently three ways to read stories on NewsBlur:","headline":"Bigger story previews with the new Grid view","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/03/13/bigger-story-previews-with-the-new-grid-view/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/03/13/bigger-story-previews-with-the-new-grid-view/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>A real solution to the deprecated YouTube API | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="A real solution to the deprecated YouTube API" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="YouTube, owned by Google, deprecated their v2 APIs on April 20th, 2015, which means that RSS news readers can no longer watch for new videos. What a bummer!" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="A real solution to the deprecated YouTube API" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"A real solution to the deprecated YouTube API","dateModified":"2015-04-30T05:30:48-04:00","datePublished":"2015-04-30T05:30:48-04:00","url":"https://blog.newsblur.com/2015/04/30/a-real-solution-to-the-deprecated-youtube-api/","@type":"BlogPosting","description":"YouTube, owned by Google, deprecated their v2 APIs on April 20th, 2015, which means that RSS news readers can no longer watch for new videos. What a bummer!","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/04/30/a-real-solution-to-the-deprecated-youtube-api/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-04-30T05:30:48-04:00","datePublished":"2015-04-30T05:30:48-04:00","description":"YouTube, owned by Google, deprecated their v2 APIs on April 20th, 2015, which means that RSS news readers can no longer watch for new videos. What a bummer!","headline":"A real solution to the deprecated YouTube API","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/04/30/a-real-solution-to-the-deprecated-youtube-api/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/04/30/a-real-solution-to-the-deprecated-youtube-api/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Reply to shared stories that have no comment | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Reply to shared stories that have no comment" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Used to be that a friend shares a story without commenting on it and you’d be out of luck in trying to reply or thank them for sharing it." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Reply to shared stories that have no comment" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Reply to shared stories that have no comment","dateModified":"2015-06-02T05:30:28-04:00","datePublished":"2015-06-02T05:30:28-04:00","url":"https://blog.newsblur.com/2015/06/02/reply-to-shared-stories-that-have-no-comment/","@type":"BlogPosting","description":"Used to be that a friend shares a story without commenting on it and you’d be out of luck in trying to reply or thank them for sharing it.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/06/02/reply-to-shared-stories-that-have-no-comment/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-06-02T05:30:28-04:00","datePublished":"2015-06-02T05:30:28-04:00","description":"Used to be that a friend shares a story without commenting on it and you’d be out of luck in trying to reply or thank them for sharing it.","headline":"Reply to shared stories that have no comment","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/06/02/reply-to-shared-stories-that-have-no-comment/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/06/02/reply-to-shared-stories-that-have-no-comment/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Read Stories feed and a rewritten networking stack on v4.3.0 of the NewsBlur Android App | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Read Stories feed and a rewritten networking stack on v4.3.0 of the NewsBlur Android App" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Today I’d like to announce the release of version 4.3.0 of the official NewsBlur Android app. Lots of goodies, bug fixes, speed ups, and more." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Read Stories feed and a rewritten networking stack on v4.3.0 of the NewsBlur Android App" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Read Stories feed and a rewritten networking stack on v4.3.0 of the NewsBlur Android App","dateModified":"2015-06-23T06:00:29-04:00","datePublished":"2015-06-23T06:00:29-04:00","url":"https://blog.newsblur.com/2015/06/23/read-stories-feed-and-a-rewritten-networking-stack/","@type":"BlogPosting","description":"Today I’d like to announce the release of version 4.3.0 of the official NewsBlur Android app. Lots of goodies, bug fixes, speed ups, and more.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/06/23/read-stories-feed-and-a-rewritten-networking-stack/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-06-23T06:00:29-04:00","datePublished":"2015-06-23T06:00:29-04:00","description":"Today I’d like to announce the release of version 4.3.0 of the official NewsBlur Android app. Lots of goodies, bug fixes, speed ups, and more.","headline":"Read Stories feed and a rewritten networking stack on v4.3.0 of the NewsBlur Android App","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/06/23/read-stories-feed-and-a-rewritten-networking-stack/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/06/23/read-stories-feed-and-a-rewritten-networking-stack/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Even the folders have RSS feeds | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Even the folders have RSS feeds" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="What would an RSS news reader be without its own RSS feeds? It’s be a pretty lonely reader is what." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Even the folders have RSS feeds" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Even the folders have RSS feeds","dateModified":"2015-08-25T07:00:14-04:00","datePublished":"2015-08-25T07:00:14-04:00","url":"https://blog.newsblur.com/2015/08/25/even-the-folders-have-rss-feeds/","@type":"BlogPosting","description":"What would an RSS news reader be without its own RSS feeds? It’s be a pretty lonely reader is what.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/08/25/even-the-folders-have-rss-feeds/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-08-25T07:00:14-04:00","datePublished":"2015-08-25T07:00:14-04:00","description":"What would an RSS news reader be without its own RSS feeds? It’s be a pretty lonely reader is what.","headline":"Even the folders have RSS feeds","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/08/25/even-the-folders-have-rss-feeds/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/08/25/even-the-folders-have-rss-feeds/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Let’s all upgrade to version 4.5.0 of the NewsBlur Android app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Let’s all upgrade to version 4.5.0 of the NewsBlur Android app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Here we are today with version 4.5.0 of the NewsBlur Android App. This is a great release because we took our time to update and improve a number of things about the app." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Let’s all upgrade to version 4.5.0 of the NewsBlur Android app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Let’s all upgrade to version 4.5.0 of the NewsBlur Android app","dateModified":"2015-10-01T18:54:51-04:00","datePublished":"2015-10-01T18:54:51-04:00","url":"https://blog.newsblur.com/2015/10/01/lets-all-upgrade-to-version-450-of-the-newsblur/","@type":"BlogPosting","description":"Here we are today with version 4.5.0 of the NewsBlur Android App. This is a great release because we took our time to update and improve a number of things about the app.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/10/01/lets-all-upgrade-to-version-450-of-the-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-10-01T18:54:51-04:00","datePublished":"2015-10-01T18:54:51-04:00","description":"Here we are today with version 4.5.0 of the NewsBlur Android App. This is a great release because we took our time to update and improve a number of things about the app.","headline":"Let’s all upgrade to version 4.5.0 of the NewsBlur Android app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/10/01/lets-all-upgrade-to-version-450-of-the-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/10/01/lets-all-upgrade-to-version-450-of-the-newsblur/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Join the NewsBlur iOS beta | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Join the NewsBlur iOS beta" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="If you like living on the bleeding edge, you should join the NewsBlur iOS beta program. You’ll get access to the latest releases a few weeks before they go out publicly." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Join the NewsBlur iOS beta" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Join the NewsBlur iOS beta","dateModified":"2015-10-07T12:52:34-04:00","datePublished":"2015-10-07T12:52:34-04:00","url":"https://blog.newsblur.com/2015/10/07/join-the-newsblur-ios-beta/","@type":"BlogPosting","description":"If you like living on the bleeding edge, you should join the NewsBlur iOS beta program. You’ll get access to the latest releases a few weeks before they go out publicly.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/10/07/join-the-newsblur-ios-beta/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-10-07T12:52:34-04:00","datePublished":"2015-10-07T12:52:34-04:00","description":"If you like living on the bleeding edge, you should join the NewsBlur iOS beta program. You’ll get access to the latest releases a few weeks before they go out publicly.","headline":"Join the NewsBlur iOS beta","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/10/07/join-the-newsblur-ios-beta/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/10/07/join-the-newsblur-ios-beta/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Premium fonts, comment-less shares, in-app Safari, and way, way more in version 5.0 of the NewsBlur iOS app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Premium fonts, comment-less shares, in-app Safari, and way, way more in version 5.0 of the NewsBlur iOS app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Holy geez, this is a whopper of a release. Version 5.0 of the NewsBlur iOS app has lots and lots of new features, fixes for some long standing issues, and major performance improvements for reading stories." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Premium fonts, comment-less shares, in-app Safari, and way, way more in version 5.0 of the NewsBlur iOS app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Premium fonts, comment-less shares, in-app Safari, and way, way more in version 5.0 of the NewsBlur iOS app","dateModified":"2015-11-18T12:21:44-05:00","datePublished":"2015-11-18T12:21:44-05:00","url":"https://blog.newsblur.com/2015/11/18/premium-fonts-comment-less-shares-in-app-safari/","@type":"BlogPosting","description":"Holy geez, this is a whopper of a release. Version 5.0 of the NewsBlur iOS app has lots and lots of new features, fixes for some long standing issues, and major performance improvements for reading stories.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/11/18/premium-fonts-comment-less-shares-in-app-safari/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-11-18T12:21:44-05:00","datePublished":"2015-11-18T12:21:44-05:00","description":"Holy geez, this is a whopper of a release. Version 5.0 of the NewsBlur iOS app has lots and lots of new features, fixes for some long standing issues, and major performance improvements for reading stories.","headline":"Premium fonts, comment-less shares, in-app Safari, and way, way more in version 5.0 of the NewsBlur iOS app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/11/18/premium-fonts-comment-less-shares-in-app-safari/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/11/18/premium-fonts-comment-less-shares-in-app-safari/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Better embeds for Twitter, Instagram, and Imgur | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Better embeds for Twitter, Instagram, and Imgur" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Every NewsBlur client, from the three official clients (web, iOS, and Android) to all third-party clients, should now be showing better embeds for Twitter, Instagram, and Imgur. Just take a look at these screenshots." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Better embeds for Twitter, Instagram, and Imgur" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Better embeds for Twitter, Instagram, and Imgur","dateModified":"2015-12-10T12:38:56-05:00","datePublished":"2015-12-10T12:38:56-05:00","url":"https://blog.newsblur.com/2015/12/10/better-embeds-for-twitter-instagram-and-imgur/","@type":"BlogPosting","description":"Every NewsBlur client, from the three official clients (web, iOS, and Android) to all third-party clients, should now be showing better embeds for Twitter, Instagram, and Imgur. Just take a look at these screenshots.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/12/10/better-embeds-for-twitter-instagram-and-imgur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2015-12-10T12:38:56-05:00","datePublished":"2015-12-10T12:38:56-05:00","description":"Every NewsBlur client, from the three official clients (web, iOS, and Android) to all third-party clients, should now be showing better embeds for Twitter, Instagram, and Imgur. Just take a look at these screenshots.","headline":"Better embeds for Twitter, Instagram, and Imgur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2015/12/10/better-embeds-for-twitter-instagram-and-imgur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2015/12/10/better-embeds-for-twitter-instagram-and-imgur/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Power users need powerful statistics | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Power users need powerful statistics" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="That’s why I’m pleased to introduce more advanced statistics for every single feed. The Statistics dialog now shows a heat graph of the times of day that stories are published as well as the days of the weeks." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Power users need powerful statistics" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Power users need powerful statistics","dateModified":"2016-01-15T06:00:33-05:00","datePublished":"2016-01-15T06:00:33-05:00","url":"https://blog.newsblur.com/2016/01/15/improved-statistics/","@type":"BlogPosting","description":"That’s why I’m pleased to introduce more advanced statistics for every single feed. The Statistics dialog now shows a heat graph of the times of day that stories are published as well as the days of the weeks.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/01/15/improved-statistics/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-01-15T06:00:33-05:00","datePublished":"2016-01-15T06:00:33-05:00","description":"That’s why I’m pleased to introduce more advanced statistics for every single feed. The Statistics dialog now shows a heat graph of the times of day that stories are published as well as the days of the weeks.","headline":"Power users need powerful statistics","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/01/15/improved-statistics/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/01/15/improved-statistics/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Search for pizza with your Android device | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Search for pizza with your Android device" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="I’m not sure what else you would search for, honestly. If not vanilla pizza, then perhaps a sicilian, or montanara, a deep-dish, slices of neapolitan, whole-wheat thin-crust, or stuffed crust?" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Search for pizza with your Android device" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Search for pizza with your Android device","dateModified":"2016-01-28T14:26:36-05:00","datePublished":"2016-01-28T14:26:36-05:00","url":"https://blog.newsblur.com/2016/01/28/search-for-pizza-with-your-android-device/","@type":"BlogPosting","description":"I’m not sure what else you would search for, honestly. If not vanilla pizza, then perhaps a sicilian, or montanara, a deep-dish, slices of neapolitan, whole-wheat thin-crust, or stuffed crust?","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/01/28/search-for-pizza-with-your-android-device/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-01-28T14:26:36-05:00","datePublished":"2016-01-28T14:26:36-05:00","description":"I’m not sure what else you would search for, honestly. If not vanilla pizza, then perhaps a sicilian, or montanara, a deep-dish, slices of neapolitan, whole-wheat thin-crust, or stuffed crust?","headline":"Search for pizza with your Android device","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/01/28/search-for-pizza-with-your-android-device/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/01/28/search-for-pizza-with-your-android-device/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Two new third-party NewsBlur apps for iOS and Windows | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Two new third-party NewsBlur apps for iOS and Windows" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="NewsBlur has an amazingly active third-party app community, thanks to the well documented NewsBlur API. Today I’d like to introduce you to two new apps built by developers on the NewsBlur API." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Two new third-party NewsBlur apps for iOS and Windows" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Two new third-party NewsBlur apps for iOS and Windows","dateModified":"2016-02-03T13:51:32-05:00","datePublished":"2016-02-03T13:51:32-05:00","url":"https://blog.newsblur.com/2016/02/03/two-new-third-party-newsblur-apps-for-ios-and/","@type":"BlogPosting","description":"NewsBlur has an amazingly active third-party app community, thanks to the well documented NewsBlur API. Today I’d like to introduce you to two new apps built by developers on the NewsBlur API.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/02/03/two-new-third-party-newsblur-apps-for-ios-and/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-02-03T13:51:32-05:00","datePublished":"2016-02-03T13:51:32-05:00","description":"NewsBlur has an amazingly active third-party app community, thanks to the well documented NewsBlur API. Today I’d like to introduce you to two new apps built by developers on the NewsBlur API.","headline":"Two new third-party NewsBlur apps for iOS and Windows","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/02/03/two-new-third-party-newsblur-apps-for-ios-and/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/02/03/two-new-third-party-newsblur-apps-for-ios-and/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Story thumbnails for story titles | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Story thumbnails for story titles" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="The iOS app has enjoyed a feature that gives you a tiny preview of a story’s main image right in the story title. Today this feature launches on the web." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Story thumbnails for story titles" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Story thumbnails for story titles","dateModified":"2016-02-19T06:30:10-05:00","datePublished":"2016-02-19T06:30:10-05:00","url":"https://blog.newsblur.com/2016/02/19/story-thumbnails-for-story-titles/","@type":"BlogPosting","description":"The iOS app has enjoyed a feature that gives you a tiny preview of a story’s main image right in the story title. Today this feature launches on the web.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/02/19/story-thumbnails-for-story-titles/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-02-19T06:30:10-05:00","datePublished":"2016-02-19T06:30:10-05:00","description":"The iOS app has enjoyed a feature that gives you a tiny preview of a story’s main image right in the story title. Today this feature launches on the web.","headline":"Story thumbnails for story titles","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/02/19/story-thumbnails-for-story-titles/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/02/19/story-thumbnails-for-story-titles/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Tracking story changes with NewsBlur | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Tracking story changes with NewsBlur" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="NewsBlur has been tracking story changes for a long, long time now (first mentioned on the blog five years ago in April 2011). But I felt it was time for an upgrade and today I’m pleased to launch some changes to the story tracker." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tracking story changes with NewsBlur" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Tracking story changes with NewsBlur","dateModified":"2016-03-03T12:55:11-05:00","datePublished":"2016-03-03T12:55:11-05:00","url":"https://blog.newsblur.com/2016/03/03/tracking-story-changes-with-newsblur/","@type":"BlogPosting","description":"NewsBlur has been tracking story changes for a long, long time now (first mentioned on the blog five years ago in April 2011). But I felt it was time for an upgrade and today I’m pleased to launch some changes to the story tracker.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/03/03/tracking-story-changes-with-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-03-03T12:55:11-05:00","datePublished":"2016-03-03T12:55:11-05:00","description":"NewsBlur has been tracking story changes for a long, long time now (first mentioned on the blog five years ago in April 2011). But I felt it was time for an upgrade and today I’m pleased to launch some changes to the story tracker.","headline":"Tracking story changes with NewsBlur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/03/03/tracking-story-changes-with-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/03/03/tracking-story-changes-with-newsblur/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>A heavier lifting Android app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="A heavier lifting Android app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="As performance updates go, this month’s upgrade to v4.8.0 of the NewsBlur Android app is a doozy. This one’s specifically made for those users with a heavier load of feeds." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="A heavier lifting Android app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"A heavier lifting Android app","dateModified":"2016-04-09T12:56:12-04:00","datePublished":"2016-04-09T12:56:12-04:00","url":"https://blog.newsblur.com/2016/04/09/a-heavier-lifting-android-app/","@type":"BlogPosting","description":"As performance updates go, this month’s upgrade to v4.8.0 of the NewsBlur Android app is a doozy. This one’s specifically made for those users with a heavier load of feeds.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/04/09/a-heavier-lifting-android-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-04-09T12:56:12-04:00","datePublished":"2016-04-09T12:56:12-04:00","description":"As performance updates go, this month’s upgrade to v4.8.0 of the NewsBlur Android app is a doozy. This one’s specifically made for those users with a heavier load of feeds.","headline":"A heavier lifting Android app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/04/09/a-heavier-lifting-android-app/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/04/09/a-heavier-lifting-android-app/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>NewsBlur goes dark … on iOS | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="NewsBlur goes dark … on iOS" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="It’s like a whole new app. There’s so much to tell you about in the latest release of the NewsBlur iOS app. This is the release of all releases." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="NewsBlur goes dark … on iOS" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"NewsBlur goes dark … on iOS","dateModified":"2016-04-12T06:00:18-04:00","datePublished":"2016-04-12T06:00:18-04:00","url":"https://blog.newsblur.com/2016/04/12/newsblur-goes-dark-on-ios/","@type":"BlogPosting","description":"It’s like a whole new app. There’s so much to tell you about in the latest release of the NewsBlur iOS app. This is the release of all releases.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/04/12/newsblur-goes-dark-on-ios/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-04-12T06:00:18-04:00","datePublished":"2016-04-12T06:00:18-04:00","description":"It’s like a whole new app. There’s so much to tell you about in the latest release of the NewsBlur iOS app. This is the release of all releases.","headline":"NewsBlur goes dark … on iOS","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/04/12/newsblur-goes-dark-on-ios/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/04/12/newsblur-goes-dark-on-ios/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Twitter’s back, baby | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Twitter’s back, baby" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="It’s been too long. Twitter unceremoniously knee-capped their API a few years ago and a number of solutions popped up to fix the loss. However, those stopgaps also closed and left us with no good ways to read Twitter while in NewsBlur. Until now, that is." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Twitter’s back, baby" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Twitter’s back, baby","dateModified":"2016-06-01T07:00:30-04:00","datePublished":"2016-06-01T07:00:30-04:00","url":"https://blog.newsblur.com/2016/06/01/twitters-back-baby/","@type":"BlogPosting","description":"It’s been too long. Twitter unceremoniously knee-capped their API a few years ago and a number of solutions popped up to fix the loss. However, those stopgaps also closed and left us with no good ways to read Twitter while in NewsBlur. Until now, that is.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/06/01/twitters-back-baby/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-06-01T07:00:30-04:00","datePublished":"2016-06-01T07:00:30-04:00","description":"It’s been too long. Twitter unceremoniously knee-capped their API a few years ago and a number of solutions popped up to fix the loss. However, those stopgaps also closed and left us with no good ways to read Twitter while in NewsBlur. Until now, that is.","headline":"Twitter’s back, baby","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/06/01/twitters-back-baby/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/06/01/twitters-back-baby/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Newsletters in your NewsBlur | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Newsletters in your NewsBlur" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="It’s been three years to the day that Google Reader shut down. And here’s a feature they could never build. Introducing email newsletters in your RSS reader." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Newsletters in your NewsBlur" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Newsletters in your NewsBlur","dateModified":"2016-07-01T07:00:16-04:00","datePublished":"2016-07-01T07:00:16-04:00","url":"https://blog.newsblur.com/2016/07/01/newsletters-in-your-newsblur/","@type":"BlogPosting","description":"It’s been three years to the day that Google Reader shut down. And here’s a feature they could never build. Introducing email newsletters in your RSS reader.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/07/01/newsletters-in-your-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-07-01T07:00:16-04:00","datePublished":"2016-07-01T07:00:16-04:00","description":"It’s been three years to the day that Google Reader shut down. And here’s a feature they could never build. Introducing email newsletters in your RSS reader.","headline":"Newsletters in your NewsBlur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/07/01/newsletters-in-your-newsblur/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/07/01/newsletters-in-your-newsblur/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Newsreel is a NewsBlur app for tv | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Newsreel is a NewsBlur app for tv" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Check it out, David Berlin built Newsreel, a NewsBlur client for Apple TV. And from my first impression, it rocks. Just take a look at these screenshots." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Newsreel is a NewsBlur app for tv" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Newsreel is a NewsBlur app for tv","dateModified":"2016-07-14T07:00:39-04:00","datePublished":"2016-07-14T07:00:39-04:00","url":"https://blog.newsblur.com/2016/07/14/newsreel-is-a-newsblur-app-for-tv/","@type":"BlogPosting","description":"Check it out, David Berlin built Newsreel, a NewsBlur client for Apple TV. And from my first impression, it rocks. Just take a look at these screenshots.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/07/14/newsreel-is-a-newsblur-app-for-tv/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2016-07-14T07:00:39-04:00","datePublished":"2016-07-14T07:00:39-04:00","description":"Check it out, David Berlin built Newsreel, a NewsBlur client for Apple TV. And from my first impression, it rocks. Just take a look at these screenshots.","headline":"Newsreel is a NewsBlur app for tv","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2016/07/14/newsreel-is-a-newsblur-app-for-tv/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2016/07/14/newsreel-is-a-newsblur-app-for-tv/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>The dashboard river will keep you up-to-date in real-time | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="The dashboard river will keep you up-to-date in real-time" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This is a seriously cool feature and I’m glad it’s ready to launch. The dashboard river, the real-time stream of the top five stories of All Site Stories, is now on the dashboard of the web app." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="The dashboard river will keep you up-to-date in real-time" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"The dashboard river will keep you up-to-date in real-time","dateModified":"2017-01-11T06:00:21-05:00","datePublished":"2017-01-11T06:00:21-05:00","url":"https://blog.newsblur.com/2017/01/11/the-dashboard-river-will-keep-you-up-to-date-in/","@type":"BlogPosting","description":"This is a seriously cool feature and I’m glad it’s ready to launch. The dashboard river, the real-time stream of the top five stories of All Site Stories, is now on the dashboard of the web app.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/01/11/the-dashboard-river-will-keep-you-up-to-date-in/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-01-11T06:00:21-05:00","datePublished":"2017-01-11T06:00:21-05:00","description":"This is a seriously cool feature and I’m glad it’s ready to launch. The dashboard river, the real-time stream of the top five stories of All Site Stories, is now on the dashboard of the web app.","headline":"The dashboard river will keep you up-to-date in real-time","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/01/11/the-dashboard-river-will-keep-you-up-to-date-in/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/01/11/the-dashboard-river-will-keep-you-up-to-date-in/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>A new NewsBlur Android release for the new year | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="A new NewsBlur Android release for the new year" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Version 5.0 has a bunch of new features. It’s got new gestures, better looking icons and thumbnail previews, and little UI design details to better match the rest of NewsBlur." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="A new NewsBlur Android release for the new year" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"A new NewsBlur Android release for the new year","dateModified":"2017-01-25T14:01:15-05:00","datePublished":"2017-01-25T14:01:15-05:00","url":"https://blog.newsblur.com/2017/01/25/a-new-newsblur-android-release-for-the-new-year/","@type":"BlogPosting","description":"Version 5.0 has a bunch of new features. It’s got new gestures, better looking icons and thumbnail previews, and little UI design details to better match the rest of NewsBlur.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/01/25/a-new-newsblur-android-release-for-the-new-year/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-01-25T14:01:15-05:00","datePublished":"2017-01-25T14:01:15-05:00","description":"Version 5.0 has a bunch of new features. It’s got new gestures, better looking icons and thumbnail previews, and little UI design details to better match the rest of NewsBlur.","headline":"A new NewsBlur Android release for the new year","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/01/25/a-new-newsblur-android-release-for-the-new-year/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/01/25/a-new-newsblur-android-release-for-the-new-year/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Preview NewsBlur’s upcoming hardware device, Turn Touch | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Preview NewsBlur’s upcoming hardware device, Turn Touch" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="I have something very exciting to share with you today. I’ve been working on a secret project called Turn Touch and I’m just about ready to show it to you. Signup on turntouch.com to find out." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Preview NewsBlur’s upcoming hardware device, Turn Touch" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Preview NewsBlur’s upcoming hardware device, Turn Touch","dateModified":"2017-02-02T05:00:24-05:00","datePublished":"2017-02-02T05:00:24-05:00","url":"https://blog.newsblur.com/2017/02/02/preview-newsblurs-upcoming-hardware-device-turn/","@type":"BlogPosting","description":"I have something very exciting to share with you today. I’ve been working on a secret project called Turn Touch and I’m just about ready to show it to you. Signup on turntouch.com to find out.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/02/02/preview-newsblurs-upcoming-hardware-device-turn/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-02-02T05:00:24-05:00","datePublished":"2017-02-02T05:00:24-05:00","description":"I have something very exciting to share with you today. I’ve been working on a secret project called Turn Touch and I’m just about ready to show it to you. Signup on turntouch.com to find out.","headline":"Preview NewsBlur’s upcoming hardware device, Turn Touch","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/02/02/preview-newsblurs-upcoming-hardware-device-turn/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/02/02/preview-newsblurs-upcoming-hardware-device-turn/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Introducing Turn Touch, a beautiful wooden remote for lights, devices, apps, and NewsBlur | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Introducing Turn Touch, a beautiful wooden remote for lights, devices, apps, and NewsBlur" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Introducing Turn Touch, a beautiful wooden remote for lights, devices, apps, and NewsBlur" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Introducing Turn Touch, a beautiful wooden remote for lights, devices, apps, and NewsBlur","dateModified":"2017-02-07T09:32:32-05:00","datePublished":"2017-02-07T09:32:32-05:00","url":"https://blog.newsblur.com/2017/02/07/introducing-turn-touch-a-beautiful-wooden-remote/","@type":"BlogPosting","description":"NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/02/07/introducing-turn-touch-a-beautiful-wooden-remote/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-02-07T09:32:32-05:00","datePublished":"2017-02-07T09:32:32-05:00","description":"NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.","headline":"Introducing Turn Touch, a beautiful wooden remote for lights, devices, apps, and NewsBlur","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/02/07/introducing-turn-touch-a-beautiful-wooden-remote/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/02/07/introducing-turn-touch-a-beautiful-wooden-remote/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Last day to back Turn Touch: NewsBlur’s beautiful remote | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Last day to back Turn Touch: NewsBlur’s beautiful remote" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This is it, the final countdown!" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Last day to back Turn Touch: NewsBlur’s beautiful remote" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Last day to back Turn Touch: NewsBlur’s beautiful remote","dateModified":"2017-03-09T05:00:33-05:00","datePublished":"2017-03-09T05:00:33-05:00","url":"https://blog.newsblur.com/2017/03/09/last-day-to-back-turn-touch-newsblurs-beautiful/","@type":"BlogPosting","description":"This is it, the final countdown!","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/03/09/last-day-to-back-turn-touch-newsblurs-beautiful/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-03-09T05:00:33-05:00","datePublished":"2017-03-09T05:00:33-05:00","description":"This is it, the final countdown!","headline":"Last day to back Turn Touch: NewsBlur’s beautiful remote","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/03/09/last-day-to-back-turn-touch-newsblurs-beautiful/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/03/09/last-day-to-back-turn-touch-newsblurs-beautiful/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Saved searches make it easy to create custom feeds | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Saved searches make it easy to create custom feeds" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="You can now save a search as a saved search feed. This works for individual sites, folders, All Site Stories, saved stories, and blurblogs." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Saved searches make it easy to create custom feeds" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Saved searches make it easy to create custom feeds","dateModified":"2017-03-28T05:00:28-04:00","datePublished":"2017-03-28T05:00:28-04:00","url":"https://blog.newsblur.com/2017/03/28/saved-searches-make-it-easy-to-create-custom-feeds/","@type":"BlogPosting","description":"You can now save a search as a saved search feed. This works for individual sites, folders, All Site Stories, saved stories, and blurblogs.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/03/28/saved-searches-make-it-easy-to-create-custom-feeds/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-03-28T05:00:28-04:00","datePublished":"2017-03-28T05:00:28-04:00","description":"You can now save a search as a saved search feed. This works for individual sites, folders, All Site Stories, saved stories, and blurblogs.","headline":"Saved searches make it easy to create custom feeds","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/03/28/saved-searches-make-it-easy-to-create-custom-feeds/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/03/28/saved-searches-make-it-easy-to-create-custom-feeds/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>NewsBlur’s Twitter support just got a whole lot better | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="NewsBlur’s Twitter support just got a whole lot better" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="It was a little under a year ago that I declared Twitter back, baby on this blog. In that time, NewsBlur users have created over 80,000 Twitter feeds in NewsBlur. Since it’s such a popular feature, I decided to dive back into the code and make tweets look a whole lot better." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="NewsBlur’s Twitter support just got a whole lot better" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"NewsBlur’s Twitter support just got a whole lot better","dateModified":"2017-05-09T05:30:03-04:00","datePublished":"2017-05-09T05:30:03-04:00","url":"https://blog.newsblur.com/2017/05/09/newsblurs-twitter-support-just-got-a-whole-lot/","@type":"BlogPosting","description":"It was a little under a year ago that I declared Twitter back, baby on this blog. In that time, NewsBlur users have created over 80,000 Twitter feeds in NewsBlur. Since it’s such a popular feature, I decided to dive back into the code and make tweets look a whole lot better.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/05/09/newsblurs-twitter-support-just-got-a-whole-lot/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-05-09T05:30:03-04:00","datePublished":"2017-05-09T05:30:03-04:00","description":"It was a little under a year ago that I declared Twitter back, baby on this blog. In that time, NewsBlur users have created over 80,000 Twitter feeds in NewsBlur. Since it’s such a popular feature, I decided to dive back into the code and make tweets look a whole lot better.","headline":"NewsBlur’s Twitter support just got a whole lot better","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/05/09/newsblurs-twitter-support-just-got-a-whole-lot/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/05/09/newsblurs-twitter-support-just-got-a-whole-lot/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Add your own Custom CSS and Custom JavaScript to NewsBlur on the web | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Add your own Custom CSS and Custom JavaScript to NewsBlur on the web" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Ever wanted to customize NewsBlur on the web but didn’t want to install custom browser extensions so you could shoe-horn in monkey-patched code? And if you did use a browser extension, didn’t you just hate having to keep it synchronized between your computers? Just for you, NewsBlur now has two new fields: Custom CSS and Custom Javascript." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Add your own Custom CSS and Custom JavaScript to NewsBlur on the web" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Add your own Custom CSS and Custom JavaScript to NewsBlur on the web","dateModified":"2017-05-22T05:00:41-04:00","datePublished":"2017-05-22T05:00:41-04:00","url":"https://blog.newsblur.com/2017/05/22/add-your-own-custom-css-and-custom-javascript-to/","@type":"BlogPosting","description":"Ever wanted to customize NewsBlur on the web but didn’t want to install custom browser extensions so you could shoe-horn in monkey-patched code? And if you did use a browser extension, didn’t you just hate having to keep it synchronized between your computers? Just for you, NewsBlur now has two new fields: Custom CSS and Custom Javascript.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/05/22/add-your-own-custom-css-and-custom-javascript-to/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-05-22T05:00:41-04:00","datePublished":"2017-05-22T05:00:41-04:00","description":"Ever wanted to customize NewsBlur on the web but didn’t want to install custom browser extensions so you could shoe-horn in monkey-patched code? And if you did use a browser extension, didn’t you just hate having to keep it synchronized between your computers? Just for you, NewsBlur now has two new fields: Custom CSS and Custom Javascript.","headline":"Add your own Custom CSS and Custom JavaScript to NewsBlur on the web","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/05/22/add-your-own-custom-css-and-custom-javascript-to/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/05/22/add-your-own-custom-css-and-custom-javascript-to/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>NewsBlur now supports the new JSON Feed spec | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="NewsBlur now supports the new JSON Feed spec" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Introduced and announced only last week by open web pioneers Manton Reece and Brent Simmons, JSON Feed is a new RSS-like spec that lets websites publish their stories in a much easier and human readable format." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="NewsBlur now supports the new JSON Feed spec" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"NewsBlur now supports the new JSON Feed spec","dateModified":"2017-05-23T05:00:11-04:00","datePublished":"2017-05-23T05:00:11-04:00","url":"https://blog.newsblur.com/2017/05/23/newsblur-now-supports-the-new-json-feed-spec/","@type":"BlogPosting","description":"Introduced and announced only last week by open web pioneers Manton Reece and Brent Simmons, JSON Feed is a new RSS-like spec that lets websites publish their stories in a much easier and human readable format.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/05/23/newsblur-now-supports-the-new-json-feed-spec/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-05-23T05:00:11-04:00","datePublished":"2017-05-23T05:00:11-04:00","description":"Introduced and announced only last week by open web pioneers Manton Reece and Brent Simmons, JSON Feed is a new RSS-like spec that lets websites publish their stories in a much easier and human readable format.","headline":"NewsBlur now supports the new JSON Feed spec","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/05/23/newsblur-now-supports-the-new-json-feed-spec/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/05/23/newsblur-now-supports-the-new-json-feed-spec/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Launching real-time filterable push notifications for iOS, Android, web, and email | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Launching real-time filterable push notifications for iOS, Android, web, and email" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="For some sites, you want to know when they publish as soon as they publish. Maybe you want to immediately be notified of everything a site publishes, like a monthly meetup that posts an event only once a month. Or perhaps you want to be immediately notified of everything the NYTimes publishes about the companies in your stock portfolio. Or you just really enjoy reading your daily comics and want them emailed to you so you never miss a beat." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Launching real-time filterable push notifications for iOS, Android, web, and email" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Launching real-time filterable push notifications for iOS, Android, web, and email","dateModified":"2017-06-14T05:00:17-04:00","datePublished":"2017-06-14T05:00:17-04:00","url":"https://blog.newsblur.com/2017/06/14/launching-real-time-filterable-push-notifications/","@type":"BlogPosting","description":"For some sites, you want to know when they publish as soon as they publish. Maybe you want to immediately be notified of everything a site publishes, like a monthly meetup that posts an event only once a month. Or perhaps you want to be immediately notified of everything the NYTimes publishes about the companies in your stock portfolio. Or you just really enjoy reading your daily comics and want them emailed to you so you never miss a beat.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/06/14/launching-real-time-filterable-push-notifications/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-06-14T05:00:17-04:00","datePublished":"2017-06-14T05:00:17-04:00","description":"For some sites, you want to know when they publish as soon as they publish. Maybe you want to immediately be notified of everything a site publishes, like a monthly meetup that posts an event only once a month. Or perhaps you want to be immediately notified of everything the NYTimes publishes about the companies in your stock portfolio. Or you just really enjoy reading your daily comics and want them emailed to you so you never miss a beat.","headline":"Launching real-time filterable push notifications for iOS, Android, web, and email","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/06/14/launching-real-time-filterable-push-notifications/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/06/14/launching-real-time-filterable-push-notifications/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Improved Text view story extraction | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Improved Text view story extraction" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="The Text view is one of the most popular NewsBlur features. It’s available on all three platforms and gives you the full text of the original story, even in truncated RSS feeds. Up until today, NewsBlur’s implementation of the Text view used Readability’s open source text extractor." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Improved Text view story extraction" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Improved Text view story extraction","dateModified":"2017-10-24T16:17:25-04:00","datePublished":"2017-10-24T16:17:25-04:00","url":"https://blog.newsblur.com/2017/10/24/improved-text-view-story-extraction/","@type":"BlogPosting","description":"The Text view is one of the most popular NewsBlur features. It’s available on all three platforms and gives you the full text of the original story, even in truncated RSS feeds. Up until today, NewsBlur’s implementation of the Text view used Readability’s open source text extractor.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/10/24/improved-text-view-story-extraction/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-10-24T16:17:25-04:00","datePublished":"2017-10-24T16:17:25-04:00","description":"The Text view is one of the most popular NewsBlur features. It’s available on all three platforms and gives you the full text of the original story, even in truncated RSS feeds. Up until today, NewsBlur’s implementation of the Text view used Readability’s open source text extractor.","headline":"Improved Text view story extraction","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/10/24/improved-text-view-story-extraction/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/10/24/improved-text-view-story-extraction/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Infrequent Site Stories is the blog reader we need | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Infrequent Site Stories is the blog reader we need" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Launching today on all three platforms—web, iOS, and Android—is the new Infrequent Site Stories view. This configurable river of news offers a view of stories only from the blogs that publish less often than 1 story per day." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Infrequent Site Stories is the blog reader we need" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Infrequent Site Stories is the blog reader we need","dateModified":"2017-12-11T06:00:15-05:00","datePublished":"2017-12-11T06:00:15-05:00","url":"https://blog.newsblur.com/2017/12/11/infrequent-site-stories-is-the-blog-reader-we-need/","@type":"BlogPosting","description":"Launching today on all three platforms—web, iOS, and Android—is the new Infrequent Site Stories view. This configurable river of news offers a view of stories only from the blogs that publish less often than 1 story per day.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/12/11/infrequent-site-stories-is-the-blog-reader-we-need/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-12-11T06:00:15-05:00","datePublished":"2017-12-11T06:00:15-05:00","description":"Launching today on all three platforms—web, iOS, and Android—is the new Infrequent Site Stories view. This configurable river of news offers a view of stories only from the blogs that publish less often than 1 story per day.","headline":"Infrequent Site Stories is the blog reader we need","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/12/11/infrequent-site-stories-is-the-blog-reader-we-need/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/12/11/infrequent-site-stories-is-the-blog-reader-we-need/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Intelligence training comes to NewsBlur’s Android app | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Intelligence training comes to NewsBlur’s Android app" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="This is a big deal for Android users. The NewsBlur Android app now fully supports intelligence training and filtering, letting you filter out the stories you don’t want to read while highlighting the stories you do want by letting you filter titles, authors, tags, and the publisher." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Intelligence training comes to NewsBlur’s Android app" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Intelligence training comes to NewsBlur’s Android app","dateModified":"2017-12-11T08:00:13-05:00","datePublished":"2017-12-11T08:00:13-05:00","url":"https://blog.newsblur.com/2017/12/11/intelligence-training-comes-to-newsblurs-android/","@type":"BlogPosting","description":"This is a big deal for Android users. The NewsBlur Android app now fully supports intelligence training and filtering, letting you filter out the stories you don’t want to read while highlighting the stories you do want by letting you filter titles, authors, tags, and the publisher.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/12/11/intelligence-training-comes-to-newsblurs-android/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-12-11T08:00:13-05:00","datePublished":"2017-12-11T08:00:13-05:00","description":"This is a big deal for Android users. The NewsBlur Android app now fully supports intelligence training and filtering, letting you filter out the stories you don’t want to read while highlighting the stories you do want by letting you filter titles, authors, tags, and the publisher.","headline":"Intelligence training comes to NewsBlur’s Android app","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/12/11/intelligence-training-comes-to-newsblurs-android/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/12/11/intelligence-training-comes-to-newsblurs-android/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>NewsBlur for iPhone X | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="NewsBlur for iPhone X" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="I’m proud to announce the launch of version 7.0 of the NewsBlur iOS app, complete with iPhone X support. There’s a lot that’s new and improved in this release." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="NewsBlur for iPhone X" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"NewsBlur for iPhone X","dateModified":"2017-12-11T07:00:14-05:00","datePublished":"2017-12-11T07:00:14-05:00","url":"https://blog.newsblur.com/2017/12/11/newsblur-for-iphone-x/","@type":"BlogPosting","description":"I’m proud to announce the launch of version 7.0 of the NewsBlur iOS app, complete with iPhone X support. There’s a lot that’s new and improved in this release.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/12/11/newsblur-for-iphone-x/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2017-12-11T07:00:14-05:00","datePublished":"2017-12-11T07:00:14-05:00","description":"I’m proud to announce the launch of version 7.0 of the NewsBlur iOS app, complete with iPhone X support. There’s a lot that’s new and improved in this release.","headline":"NewsBlur for iPhone X","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2017/12/11/newsblur-for-iphone-x/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2017/12/11/newsblur-for-iphone-x/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Moving to a better support forum at forum.newsblur.com | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Moving to a better support forum at forum.newsblur.com" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="It’s about time NewsBlur had more control of its own support forums. For the past 7 years (to the week!), NewsBlur has been using Get Satisfaction for support, ideas, questions, and praise." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Moving to a better support forum at forum.newsblur.com" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Moving to a better support forum at forum.newsblur.com","dateModified":"2018-04-17T17:22:11-04:00","datePublished":"2018-04-17T17:22:11-04:00","url":"https://blog.newsblur.com/2018/04/17/moving-to-a-better-support-forum-at/","@type":"BlogPosting","description":"It’s about time NewsBlur had more control of its own support forums. For the past 7 years (to the week!), NewsBlur has been using Get Satisfaction for support, ideas, questions, and praise.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2018/04/17/moving-to-a-better-support-forum-at/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2018-04-17T17:22:11-04:00","datePublished":"2018-04-17T17:22:11-04:00","description":"It’s about time NewsBlur had more control of its own support forums. For the past 7 years (to the week!), NewsBlur has been using Get Satisfaction for support, ideas, questions, and praise.","headline":"Moving to a better support forum at forum.newsblur.com","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2018/04/17/moving-to-a-better-support-forum-at/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2018/04/17/moving-to-a-better-support-forum-at/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>The NewsBlur Android app hits version 8.0 with a new Grid view | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="The NewsBlur Android app hits version 8.0 with a new Grid view" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Long popular on the NewsBlur web app, the Grid view has now come to the Android app. Have a look for yourself…" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="The NewsBlur Android app hits version 8.0 with a new Grid view" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"The NewsBlur Android app hits version 8.0 with a new Grid view","dateModified":"2018-07-20T06:14:29-04:00","datePublished":"2018-07-20T06:14:29-04:00","url":"https://blog.newsblur.com/2018/07/20/the-newsblur-android-app-hits-version-80-with-a/","@type":"BlogPosting","description":"Long popular on the NewsBlur web app, the Grid view has now come to the Android app. Have a look for yourself…","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2018/07/20/the-newsblur-android-app-hits-version-80-with-a/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2018-07-20T06:14:29-04:00","datePublished":"2018-07-20T06:14:29-04:00","description":"Long popular on the NewsBlur web app, the Grid view has now come to the Android app. Have a look for yourself…","headline":"The NewsBlur Android app hits version 8.0 with a new Grid view","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2018/07/20/the-newsblur-android-app-hits-version-80-with-a/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2018/07/20/the-newsblur-android-app-hits-version-80-with-a/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>The NewsBlur iOS app also hits version 8.0 | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="The NewsBlur iOS app also hits version 8.0" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Fresh off the heels of the Android app hitting version 8.0, today I’d like to announce the latest update to the iOS app. This is a huge release and it’s got a lot of new features packed in it. I also want to welcome David Sinclair back to the team. He’s the builder behind all the incredible features in this release. Really wonderful having you back, David, and thanks for making v8.0 of the best news reader on a phone." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="The NewsBlur iOS app also hits version 8.0" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"The NewsBlur iOS app also hits version 8.0","dateModified":"2018-10-31T09:16:24-04:00","datePublished":"2018-10-31T09:16:24-04:00","url":"https://blog.newsblur.com/2018/10/31/the-newsblur-ios-app-also-hits-version-80/","@type":"BlogPosting","description":"Fresh off the heels of the Android app hitting version 8.0, today I’d like to announce the latest update to the iOS app. This is a huge release and it’s got a lot of new features packed in it. I also want to welcome David Sinclair back to the team. He’s the builder behind all the incredible features in this release. Really wonderful having you back, David, and thanks for making v8.0 of the best news reader on a phone.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2018/10/31/the-newsblur-ios-app-also-hits-version-80/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2018-10-31T09:16:24-04:00","datePublished":"2018-10-31T09:16:24-04:00","description":"Fresh off the heels of the Android app hitting version 8.0, today I’d like to announce the latest update to the iOS app. This is a huge release and it’s got a lot of new features packed in it. I also want to welcome David Sinclair back to the team. He’s the builder behind all the incredible features in this release. Really wonderful having you back, David, and thanks for making v8.0 of the best news reader on a phone.","headline":"The NewsBlur iOS app also hits version 8.0","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2018/10/31/the-newsblur-ios-app-also-hits-version-80/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2018/10/31/the-newsblur-ios-app-also-hits-version-80/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Updates to the Android app and a new addition to the team | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Updates to the Android app and a new addition to the team" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Today we have a nice update, version 9.0, of the Android app that includes a rewrite of the story management backend as well as fixes for some critical display issues." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Updates to the Android app and a new addition to the team" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Updates to the Android app and a new addition to the team","dateModified":"2019-06-01T08:51:21-04:00","datePublished":"2019-06-01T08:51:21-04:00","url":"https://blog.newsblur.com/2019/06/01/updates-to-the-android-app-and-a-new-addition-to/","@type":"BlogPosting","description":"Today we have a nice update, version 9.0, of the Android app that includes a rewrite of the story management backend as well as fixes for some critical display issues.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2019/06/01/updates-to-the-android-app-and-a-new-addition-to/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2019-06-01T08:51:21-04:00","datePublished":"2019-06-01T08:51:21-04:00","description":"Today we have a nice update, version 9.0, of the Android app that includes a rewrite of the story management backend as well as fixes for some critical display issues.","headline":"Updates to the Android app and a new addition to the team","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2019/06/01/updates-to-the-android-app-and-a-new-addition-to/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2019/06/01/updates-to-the-android-app-and-a-new-addition-to/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>NewsBlur iOS v9: full screen, autoscroll, customizable story titles, story change highlighter, and return to last read story | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="NewsBlur iOS v9: full screen, autoscroll, customizable story titles, story change highlighter, and return to last read story" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="A whopper of a release with many, many new features!" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="NewsBlur iOS v9: full screen, autoscroll, customizable story titles, story change highlighter, and return to last read story" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"NewsBlur iOS v9: full screen, autoscroll, customizable story titles, story change highlighter, and return to last read story","dateModified":"2019-07-01T09:29:07-04:00","datePublished":"2019-07-01T09:29:07-04:00","url":"https://blog.newsblur.com/2019/07/01/newsblur-ios-v9-full-screen-autoscroll/","@type":"BlogPosting","description":"A whopper of a release with many, many new features!","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2019/07/01/newsblur-ios-v9-full-screen-autoscroll/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2019-07-01T09:29:07-04:00","datePublished":"2019-07-01T09:29:07-04:00","description":"A whopper of a release with many, many new features!","headline":"NewsBlur iOS v9: full screen, autoscroll, customizable story titles, story change highlighter, and return to last read story","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2019/07/01/newsblur-ios-v9-full-screen-autoscroll/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2019/07/01/newsblur-ios-v9-full-screen-autoscroll/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="The NewsBlur Blog RSS feed"
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Secure images for everybody | The NewsBlur Blog</title>
|
||||
<meta name="generator" content="Jekyll v4.2.0" />
|
||||
<meta name="generator" content="Jekyll v4.2.2" />
|
||||
<meta property="og:title" content="Secure images for everybody" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="There are two ways to connect to the NewsBlur website. The first is http://www.newsblur.com. The second is https://www.newsblur.com. The first is plain text and the second is encrypted. You get to choose which one you want to use." />
|
||||
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Secure images for everybody" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Secure images for everybody","dateModified":"2019-08-15T10:59:11-04:00","datePublished":"2019-08-15T10:59:11-04:00","url":"https://blog.newsblur.com/2019/08/15/secure-images-for-everybody/","@type":"BlogPosting","description":"There are two ways to connect to the NewsBlur website. The first is http://www.newsblur.com. The second is https://www.newsblur.com. The first is plain text and the second is encrypted. You get to choose which one you want to use.","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2019/08/15/secure-images-for-everybody/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2019-08-15T10:59:11-04:00","datePublished":"2019-08-15T10:59:11-04:00","description":"There are two ways to connect to the NewsBlur website. The first is http://www.newsblur.com. The second is https://www.newsblur.com. The first is plain text and the second is encrypted. You get to choose which one you want to use.","headline":"Secure images for everybody","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2019/08/15/secure-images-for-everybody/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2019/08/15/secure-images-for-everybody/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue