Social Media

Social media can transform a nonprofit organization. It’s a way to directly connect and build relationships with potential donors or people using the organization’s services. Social media effectively builds awareness of the organization, promotes events, and makes timely announcements. Plus, social media can share the organization’s blog posts helping to drive traffic to the website.

'; printContent += ''; printContent += '
'; printContent += ''; printContent += '

' + title + '

'; printContent += '
'; printContent += content.innerHTML; printContent += '
'; printContent += '
'; printContent += cntinfo; printContent += ''; printWindow.document.write(printContent); printWindow.document.close(); printWindow.onload = function() { printWindow.print(); }; } else { console.error('Failed to fetch data: ' + xhr.status); } } }; xhr.open('GET', pageURL); xhr.send(); }); }); }); // Function to prevent printing function preventPrinting(event) { // Check if Ctrl key is pressed and the 'p' key is pressed if ((event.ctrlKey || event.metaKey) && event.key === 'p') { // Prevent the default printing behavior event.preventDefault(); // Run custom JavaScript code here document.getElementsByClassName('dpbn-btn')[0].click(); } } // Add event listener to detect keydown events document.addEventListener('keydown', preventPrinting); #printfriendly .pf-primary-img { max-width: 150px !important; margin-left: 0 !important;top: -148px; position: relative; } #printfriendly #pf-title { margin-top: 90px;} #w-print,#w-email { display: none !important; } #printfriendly .article-single-content .elementor-widget-container { margin-top: -60px; } #printfriendly .print-cinfo { display: block !important; margin-top: 40px; padding-top: 15px; border-top: 3px solid #f1f1f1; line-height: 1.7; } .content-unmask .pf-delete, .content-unmask .pf-delete * { cursor:pointer; position:relative; color:revert; pointer-events: none; } .content-unmask img.pf-delete, .content-unmask .pf-delete img { opacity:1 } .content-unmask .pf-delete a, .content-unmask a.pf-delete { color:revert !important } .content-unmask .pf-delete:before { display:none; pointer-events: none; } .content-unmask .pf-delete:after { display:none; pointer-events: none; } #pf-body { pointer-events: none; user-select: none; } #pf-src-icon { display: none; }