Title: Problems with NGFB
Last modified: August 22, 2016

---

# Problems with NGFB

 *  Resolved [DDalia](https://wordpress.org/support/users/ddalia/)
 * (@ddalia)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/problems-with-ngfb/)
 * I have a problem fixing my logo as the image shown while sharing any page of 
   my site… Can you give me clear steps .. I want the logo to appear all clearly
   in the left and the description in the right part, when sharing any page.
    You
   can view my problem on my WordPress site at [http://www.hauanem.com/wordpress/](http://www.hauanem.com/wordpress/)
 * Another problem is the look of the sharing buttons on my store pages, as I am
   using ecwid as my ecommerce plug-in.
 * [https://wordpress.org/plugins/nextgen-facebook/](https://wordpress.org/plugins/nextgen-facebook/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/problems-with-ngfb/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/problems-with-ngfb/page/2/?output_format=md)

 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683433)
 * You want to force the *same* *small* image on *all* posts/pages? That’s not what
   NGFB was designed to do. NGFB creates meta tags based on the content of each 
   post/page, and provides appropriately sized images to display social shares with
   large images, embedded videos, etc. If you want the *same* *small* image on *
   all* pages, then make sure your image is 200x200px, edit your header.php template,
   and add the following meta tag (as an example):
 *     ```
       <meta property="og:image" content="http://your-domain.com/wp-content/uploads/you-logo-here-200x200.jpg">
       ```
   
 * Adjust the path of the image, obviously. 😉 Then disable NGFB since you really
   don’t need it.
 * js.
 *  Thread Starter [DDalia](https://wordpress.org/support/users/ddalia/)
 * (@ddalia)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683505)
 * Js
    I have uploaded my 200*200 image and added the meta tag as mentioned above…
   Still sharing any page displays the old large image!!!
 * Why do you suggest disabling NGFB… I want to fix the image appearing in the sharing
   ONLY 🙂
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683552)
 * The image provided by NGFB takes precedence since its meta tags are listed first.
   Disable NGFB and run the Facebook debugger on your URL. That should clear the
   Facebook cache and retrieve the small image.
 * You should disable NGFB because NGFB is designed to provide large images based
   on your content (for higher click-through rates on Facebook). Since you prefer
   to use the same small image for all your pages, NGFB would not work well for 
   you.
 * Note that using a small logo image for Facebook will lead to fewer clicks on 
   your shared content, which is why people seek out plugins like NGFB — to create
   large images from their content, to get more clicks. 😉
 * js.
 *  Thread Starter [DDalia](https://wordpress.org/support/users/ddalia/)
 * (@ddalia)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683606)
 * ok Thanks Js…I did it and it worked fine..
    What about the conflict with my ecwid
   store plugin mentioned in my first post.. You can view it on [http://www.hauanem.com](http://www.hauanem.com).
   I tried even to remove some share buttons to make the bar shorter, but it still
   existed this over-writings in the bar. Any idea how to fix that?
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683607)
 * Your website is too slow, so I cannot view that URL.
 * See for info: [http://www.webpagetest.org/result/150120_D3_1A7A/](http://www.webpagetest.org/result/150120_D3_1A7A/)
 * Sounds like it might be a simple CSS issue.
 * js.
 *  Thread Starter [DDalia](https://wordpress.org/support/users/ddalia/)
 * (@ddalia)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683619)
 * Uppps…
    I have rerun the test and here is the results…. [http://www.webpagetest.org/result/150121_DH_XB1/](http://www.webpagetest.org/result/150121_DH_XB1/)
 * I hope you can help me in that css issue…
    Thanks Js
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683621)
 * Looks like you have some conflicts between these two:
 *     ```
       html#ecwid_html body#ecwid_body div.fb-share-button, html#ecwid_html body#ecwid_body div.tw-share-button {
           border: 0px none;
           float: left;
           margin: 0px;
           padding: 0px 7px 0px 0px;
           white-space: nowrap;
           height: 32px;
           cursor: pointer;
       }
       #ngfb-sidebar .ngfb-buttons > div {
           display: block;
           text-align: center;
           width: 60px;
           height: 65px;
           margin: 10px 5px;
       }
       ```
   
 * You’ll probably have to add a float:none; to the NGFB facebook button div.
 * js.
 *  Thread Starter [DDalia](https://wordpress.org/support/users/ddalia/)
 * (@ddalia)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683624)
 * Thanks for your fast reponse JS… but how can I edit in the NGFB facebook button
   div from the WordPress Admin Dashboard?
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683643)
 * It’s under the NGFB Sharing Styles – make sure you’re viewing All Options. 😉
 * js.
 *  Thread Starter [DDalia](https://wordpress.org/support/users/ddalia/)
 * (@ddalia)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683647)
 * I can view the code but it is unediable
 *  Thread Starter [DDalia](https://wordpress.org/support/users/ddalia/)
 * (@ddalia)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683648)
 * uneditable
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683656)
 * Oh, yeah, the Style editor is a Pro feature.
 * Copy the facebook CSS lines to your theme’s styles.css, and add the float:none
   attribute.
 * js.
 *  Thread Starter [DDalia](https://wordpress.org/support/users/ddalia/)
 * (@ddalia)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683689)
 * Thank Js for your help… It affected the layer of the NGFB but something has been
   loaded in place of Fb share button in the beginning … Can you view it again… 
   B.R.
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683690)
 * It looks like “ecwid” is also adding somekind of background. You really should
   be speaking to the author of that plugin / theme — they shouldn’t be cascading
   their custom CSS beyond their own specific DIV.
 * js.
 *  Thread Starter [DDalia](https://wordpress.org/support/users/ddalia/)
 * (@ddalia)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problems-with-ngfb/#post-5683691)
 * Ok I’ll ask them about it … Thank you very much for your support Js.
    Dalia

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/problems-with-ngfb/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/problems-with-ngfb/page/2/?output_format=md)

The topic ‘Problems with NGFB’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nextgen-facebook_f2c17e.svg)
 * [NextGEN Facebook](https://wordpress.org/plugins/nextgen-facebook/)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-facebook/reviews/)

## Tags

 * [ecwid](https://wordpress.org/support/topic-tag/ecwid/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 16 replies
 * 2 participants
 * Last reply from: [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/problems-with-ngfb/page/2/#post-5683692)
 * Status: resolved