Flag page elements to not be loaded by Instapaper and co.
-
Does anybody know if there is a way to mark certain elements (especially navigation menus) so that instapaper and co don't pull them? I'm looking for a quick solution (best would be if it was CSS based) nothing fancy like parsing the user-agent. That would be plan B. I've added role="navigation" id="navigation" and class="navigation" to the nav elements in hope that it would work. Seems like it does not; sometimes the elements are present in the page generated by instapaper, sometimes not. Thank you for any replies and have a great day! Jan
-
Instapaper publishes a standards guide here: http://www.instapaper.com/publishers
Looks like that will allow you to control Title, Body, and Ignored content via custom classes.
-
Thank you, Kane! How could I miss that?! That's all the info I need.