Search

Social Media Thanksgiving List

0 views

In the spirit of the season - we’ve compiled a few things we are thankful for around here at Ignite.

As always, feel free to add to the list :-)

Enjoy!

  1. The “human genome project” Common Craft, who consistently break things down in creative, comprehensible ways and for creating helpful videos like Google Analytics. These have provided us with hours of free entertainment.

  2. Clients who “get” it, or come to us in order to “get it”.

  3. Christopher Locke, Rick Levine, Doc Searls, and David Weinberger for writing Blendtec. For being brave enough to blend an iphone, a rake, and a can of Easy Cheese - and for proving the power of social media marketing.

    On a final note, we’d like to thank all of you for reading, commenting, linking, and doing what you do. Have a wonderful Thanksgiving.

    ' /></a></ol>                </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!