Search

NYT Adds Blogrunner; Mainstream Media Fail to Mention it

0 views

If you want to see evidence of why blogs continue to grow as a source for news, while mainstream media (MSM) sites appear stagnant, you need look no further than the latest

Blogrunner' /></a>The NYT has announced the integration of <a href=Blogrunner
–a news aggregator similar to Techmeme–a service it acquired in 2005. Take a look at the

That the NYT is adding news from other resources–including blogs–is not a big surprise. The newspaper is one of the few mainstream media sites that appear to "get" social media and are aggressively pursuing models that embrace citizen journalism.

Equally not surprising is the way other MSM sites have handled this announcement–TechCrunch, SEL, etc–because we know that by doing so, we add value to your reading experience (plus, they’re great sites).

NYT is going to be a lone beacon for a while. Until other mainstream news sites realize that you have more to gain than lose–by linking to your rivals–they will continue to look like social media noobs!
' /></a>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!