Snippet: make BuddyPress private, restrict members directory and profiles to members only
Are you looking for a little plugin to make your BuddyPress private, and restrict your social network to members only? If yes, this snippet is for you. With this function, the non logged user who tries to access to BuddyPress social network (members directory or profile) is redirect to the

Snippet to make a BuddyPress social network private and force registration
Here is a little piece of code that I find very useful in my BuddyPress sites. It allows me to make the social network private, and to access it, you have to become a member. [code]function sqr_prevent_search_guest_user() { if ( class_exists( 'BuddyPress' ) ) { if (!is_user_logged_in() && (bp_is_directory() || bp_is_user())) { wp_redirect(home_url()

How to add a custom font to a WordPress theme with @fontface CSS3
Declaring a custom font in your WordPress theme is very useful for personalizing it and adapting it to your graphic charter. However, sometimes the font of your dreams is not found in your theme options, nor on Google Fonts or TypeKit. In this

Productivity: make a shared weekly or monthly schedule using Google Sheets
Here's a tutorial that will help you create, manage, and update a shared schedule using Google Sheets. The idea is to create an extremely simple weekly schedule on Google Sheets, then submit this schedule to your team and be notified of their confirmation.

Script: send emails via Google Sheets
Here's a new trick for Google Sheets, allowing you to quickly send predefined emails from a spreadsheet. This little feature will save you time and increase productivity, since it will save you from having to manually type your emails, especially when it comes to recurring and tedious emails related to your

Google Sheets: Use the IMPORTRANGE function to share part of a spreadsheet
Here's a little trick that lets you share a portion of a document with Google Sheets, without having to share the entire document with your collaborators. I personally needed this feature to share each of my collaborators' schedules, without them having access to the overall schedule. I wanted everyone

Migrate a WordPress blog from a multisite network to an individual installation
Sometimes you need to extract a WordPress blog from a Multisite network in order to give it a clean, standalone installation. This can happen when the blog in question requires too much customization, it no longer fits within the scope of your Multisite network, or simply because you

A Twitter timeline in a widget without retweets
A mini-tutorial for embedding a Twitter widget without inserting RTs.

Social Media Trends and digital innovations after 2014
What practices will dominate the social scene in 2014? Which digital innovations will create a buzz? Which social networks are on the rise? Like every year, everyone has their own predictions. Here's a hodgepodge of what's been said on the subject! Note: This chapter

Twitter: 8 uses to make it an effective ally for your business
Now that we've defined what Twitter (newly X) is and its importance in the social media sphere, let's look at the most effective ways to leverage it. Here are the best practices to know when you want to start communicating and marketing on Twitter. Note: This chapter originally