giovedì 18 giugno 2015

How to Republish, Repurpose and Reinvent Your Content Using LinkedIn Publisher

Want to give existing content new life and greater visibility? Looking for a way to publish more often without much extra work? Use LinkedIn Publisher to consistently provide useful content for your audience, gain visibility and build your professional identity without writing anything new! In this article you’ll discover three ways to give existing content […]

This post How to Republish, Repurpose and Reinvent Your Content Using LinkedIn Publisher first appeared on Social Media Examiner.
Social Media Examiner - Your Guide to the Social Media Jungle

martedì 16 giugno 2015

How to Add Social Media Icons to WordPress Menus

Do you want to add social media icons in your WordPress site? While WordPress does not come with a social media profiles section, you can easily use WordPress navigation menus to add and display social media media icons. In this article, we will show you how to add social media icons to WordPress menus.

The biggest advantage of adding social media icons using WordPress menus instead of another plugin is that you have the ability to change the order they appear with a simple drag-and-drop interface. You can also display them just about anywhere such as your sidebar or another menu location.

Adding Social Media Icons to WordPress Menus Using a Plugin

This method was suggested to us by our founder, Syed Balkhi, who has a simple custom menu showing social media icons.

Social media icons in a menu displayed in WordPress sidebar

First thing you need to do is install and activate the Menu Social Icons plugin. After activation, you need to visit Appearance » Menus in your WordPress dashboard area to start adding social icons.

Before you start adding links, you will need to create a new menu by clicking on the create new menu link. You can give your menu an appropriate title such as Social Menu.

Creating a new navigation menu in WordPress

Next, click on the custom links tab on the left side, and you will see the social media icons below the link text and URL fields. All you need to do is click on a social media icon and enter your social profile URL. When you’re done, click on add to menu button. Repeat this process for all social media profiles that you want to add.

Adding social media icons to a WordPress menu

Once you have added your social media profile icons to the menu, you need to choose a menu location. Depending on your theme, you may have multiple menu locations where you can display your social icons menu.

If you do not have menu locations, then you can always show the social media icons in your WordPress sidebar.

Adding Social Media Icons Menu in Sidebar

You can display your social icons menu in any WordPress sidebar or widget-ready area by going to Appearance » Widgets in your WordPress admin area. Once there, simply drag-and-drop a custom menu widget to your sidebar.

Adding social media icons to WordPress sidebar

In the widget settings, select the social menu you just created and then click on save button. You can now preview your site to see the social icons menu in action.

If your WordPress theme has multiple widget areas on different locations, then you can add social menu icons in those locations such as WordPress footer, header, below the post, etc.

Using FontAwesome Icons in WordPress Menus

The best part about Menu Social Icons plugin is that uses the beautiful FontAwesome library to add social media icons. While the plugin comes with the entire FontAwesome library, it only loads selected social media icons in your WordPress menus.

If you would like to use any other icon from FontAwesome, then you can do that as well.

First visit the FontAwesome library and select the icon that you want to use. For this example, we will add a RSS icon to social icons. Once you have selected your icon, you would need to add this code in your theme’s functions.php file or a site-specific plugin:

add_filter( 'storm_social_icons_networks', 'storm_social_icons_networks');
function storm_social_icons_networks( $networks ) {

    $extra_icons = array (
        '/feed' => array(                  // Enable this icon for any URL containing this text
            'name' => 'RSS',               // Default menu item label
            'class' => 'rss',              // Custom class
            'icon' => 'icon-rss',          // FontAwesome class
            'icon-sign' => 'icon-rss-sign' // May not be available. Check FontAwesome.
        ),
    );

    $extra_icons = array_merge( $networks, $extra_icons );
    return $extra_icons;

}

For adding other icons, you need to replace /feed with the URL of social network you are trying to add. Also replace rss with the name of the icon you want to add.

If you want to use FontAwesome in your WordPress posts, then check out our tutorial on how to use icon fonts in WordPress post editor.

Adding Your Own Social Media Icons in WordPress Menus

Menu social icons plugin uses FontAwesome icons in WordPress menus, but what if you wanted to use your own icon images? It’s definitely possible. Here is how you can add any custom image icons to WordPress menus.

First you need to install and activate the Menu Image plugin. Upon activation, you need to visit Appearances » Menus page where you will notice the menu image buttons under each menu item. Simply upload your icon image there.

Upload custom social media icons to WordPress menus

See our article on how to add image icons with navigation menus in WordPress for more detailed instructions.

We hope this article helped you learn how to add social media icons to WordPress menus. You may also want to take a look at our tutorial on how to style WordPress navigation menus.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

To leave a comment please visit How to Add Social Media Icons to WordPress Menus on WPBeginner.

domenica 14 giugno 2015

Facebook Place Tips: This Week in Social Media

Welcome to our weekly edition of what’s hot in social media news. To help you stay up to date with social media, here are some of the news items that caught our attention. What’s New This Week Facebook Introduces Place Tips for Business Pages: “Place Tips gather useful information about a business or landmark (like […]

This post Facebook Place Tips: This Week in Social Media first appeared on Social Media Examiner.
Social Media Examiner - Your Guide to the Social Media Jungle

venerdì 12 giugno 2015

WP Featherlight: A New Lightbox Plugin for WordPress Images and Galleries

photo credit: neverland... - (license)
photo credit: neverland…(license)

WP Site Care recently launched its new WP Featherlight plugin on WordPress.org. While there are already hundreds of lightbox plugins available for WordPress, this one may prove to be the “lightest” of them all.

The plugin is essentially a wrapper for the Featherlight jQuery lightbox script created by Noel Bossart. Featherlight.js was designed to be very lightweight and is just 400 lines of JavaScript, 100 of CSS, and less than 6kB combined. It works on IE8+, all modern browsers, and on mobile platforms. The script is responsive and supports images, ajax, and iframes out of the box.

WP Featherlight solves a number of problems that WordPress users often encounter with lightbox plugins, many of which contain a load of heavy-handed styling that is difficult to override.

“We were having a really hard time finding a lightbox plugin that was simple to customize, but that was also lightweight, flexible, and didn’t add a bunch of bloat to our website,” WP Site Care founder Ryan Sullivan said in his post introducing the plugin.

The WP Site Care team opted to build their own solution on top of Featherlight.js. The resulting plugin provides a fast, minimalist style popup for images and galleries.

wp-featherlight-screenshot

The plugin includes built-in support for native WordPress galleries and Jetpack galleries. When you install it, there are no options to configure. It will automatically display all images and galleries in a lightbox. If you add some extra data attributes to your content, it’s also possible to display videos, iframes, and ajax content with WP Featherlight.

The demo video below shows how the plugin works with galleries to click from one image to the next while in the lightbox.

One common problem with WordPress lightbox plugins is that they usually load their scripts and styles on every page, whether you need the lightbox there or not. WP Featherlight gives you the option in the post editor to disable the lightbox. It’s a handy option to have in case you don’t want to load a larger version of your images on that particular post/page, but I’m not sure why you wouldn’t just conditionally load the scripts on pages that have images.

I tested WP Featherlight on a demo site and found that it works as advertised. You would be hard pressed to find a leaner lightbox plugin for WordPress. The style is super minimal and the fact that there are no options to configure makes it a pleasure to use. Many thanks to Robert Neu and the folks at WP Site Care for making it freely available on WordPress.org.

Meerkat and Periscope: How Businesses Are Using Live Mobile Broadcasting

Are you interested in live mobile broadcasting? Have you tried Meerkat or Periscope? To learn about mobile broadcasting apps, I interview Brian Fanzo. More About This Show The Social Media Marketing podcast is an on-demand talk radio show from Social Media Examiner. It’s designed to help busy marketers and business owners discover what works with […]

This post Meerkat and Periscope: How Businesses Are Using Live Mobile Broadcasting first appeared on Social Media Examiner.
Social Media Examiner - Your Guide to the Social Media Jungle

mercoledì 10 giugno 2015

How to Use Video Storytelling in Your Social Media Marketing

Do you use video on your social channels? Looking for ways to connect with your audience? Telling stories with video increases engagement, triggers social sharing and gives people a reason to talk about you online and offline. In this article I’ll highlight eight ways to combine storytelling, video and social media. #1: Post Stories From […]

This post How to Use Video Storytelling in Your Social Media Marketing first appeared on Social Media Examiner.
Social Media Examiner - Your Guide to the Social Media Jungle

How to Recover From a Negative Social Media Update

Has a team member ever posted something inappropriate from your social media account? Are you ready with a recovery plan? If someone wreaks havoc on your account, you need to be prepared for a worst-case scenario. In this article you’ll discover how to recover from a bad post to your social media account. #1: Determine Whether to Delete the […]

This post How to Recover From a Negative Social Media Update first appeared on Social Media Examiner.
Social Media Examiner - Your Guide to the Social Media Jungle