{% extends 'base.html' %} {% load utils_tags %} {% block bodyclass %}NB-static NB-static-faq{% endblock %} {% block title %}Frequently Asked Questions{% endblock %} {% block extra_head_js %} {% endblock %} {% block content %}
To control where stories begin in the Original view, you can use any of these class
names in your HTML:
.entry
.post
.postProp
.article
#postContent
If NewsBlur cannot find one of these class
names, it will check for the following, in order:
h1, h2, h3, h4, h5, h6
..post
or similar class name.To view the exact heuristics used, see find_story_in_feed_iframe
in reader.js on GitHub.
If you would like to opt-out of the Original view, simply email Samuel Clay and let him know. He will place your site on an opt-out list.
Note that users will still be able to read the Feed view. However, consider that when in the Original view, your ads and original content are unaffected. Consider instead placing an exception rule in your iFrame buster code that looks for 'www.newsblur.com' in the URL and prevents your iFrame buster from running.