Title: nevillo2's Replies | WordPress.org

---

# nevillo2

  [  ](https://wordpress.org/support/users/nevillo2/)

 *   [Profile](https://wordpress.org/support/users/nevillo2/)
 *   [Topics Started](https://wordpress.org/support/users/nevillo2/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nevillo2/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nevillo2/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nevillo2/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nevillo2/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nevillo2/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nelio External Featured Image (discontinued) - Available in Nelio Content] Thumnail doesn't show on Social Networking](https://wordpress.org/support/topic/thumnail-doesnt-show-on-social-networking/)
 *  [nevillo2](https://wordpress.org/support/users/nevillo2/)
 * (@nevillo2)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumnail-doesnt-show-on-social-networking/#post-6330250)
 * [http://www.mboatunes.com/station/16s-by-jovi/](http://www.mboatunes.com/station/16s-by-jovi/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nelio External Featured Image (discontinued) - Available in Nelio Content] Thumnail doesn't show on Social Networking](https://wordpress.org/support/topic/thumnail-doesnt-show-on-social-networking/)
 *  [nevillo2](https://wordpress.org/support/users/nevillo2/)
 * (@nevillo2)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumnail-doesnt-show-on-social-networking/#post-6330248)
 * HI i added the following code to my function.php in my child theme folder. is
   there anything else i need to do in order to make featured image to appear in
   my social media ? a step by step guide will be very useful. thank you !
 * if ( ! function_exists( ‘nelioefi_add_image_for_sharing’ ) ) {
    add_action( ‘
   wp_head’, ‘nelioefi_add_image_for_sharing’, 99 ); function nelioefi_add_image_for_sharing(){
   $image = nelioefi_get_thumbnail_src( get_the_ID() ); if ( $image ) { echo “<meta
   property=\”og:image\” content=\”$image\” />”; } } }

Viewing 2 replies - 1 through 2 (of 2 total)