Title: custom share buttons
Last modified: August 21, 2016

---

# custom share buttons

 *  Resolved [Manege](https://wordpress.org/support/users/manege/)
 * (@manege)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/)
 * Hi,
 * does anyone know how to add custom share buttons instead of the default buttons?
 * Thanks.
 * [http://wordpress.org/plugins/nextgen-facebook/](http://wordpress.org/plugins/nextgen-facebook/)

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

1 [2](https://wordpress.org/support/topic/custom-share-buttons/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/custom-share-buttons/page/2/?output_format=md)

 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4268896)
 * It would probably be easier to use another social sharing plugin for the buttons
   in that case. NGFB Open Graph+ uses the javascript provided by each social website—
   embedded within those javascript files are links to various button images. The
   only exception is Pinterest, which has a URL to an image that could be changed—
   all the other images are part of the content generated by each javascript.
 * There are also some legal implications as well — as far as I know, most of the
   javascript code is provided with usage terms that specifically prohibit the re-
   branding or modification of the buttons.
 * js.
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4268901)
 * BTW, here’s a cute effect using just CSS:
 *     ```
       .ngfb-buttons > div {
           filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
           filter: grayscale(100%);
           -moz-filter: grayscale(100%);
           -ms-filter: grayscale(100%);
           -o-filter: grayscale(100%);
           filter: gray; /* IE6-9 */
           -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
           opacity:0.3;
       }
   
       .ngfb-buttons > div:hover {
           filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
           filter: grayscale(0%);
           -moz-filter: grayscale(0%);
           -ms-filter: grayscale(0%);
           -o-filter: grayscale(0%);
           filter: none ; /* IE6-9 */
           -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
           opacity:1.0;
       }
       ```
   
 * js.
 *  Thread Starter [Manege](https://wordpress.org/support/users/manege/)
 * (@manege)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4268933)
 * thanks for the reply, right now I’m using another plugin for the share buttons
   but the problem is, for example when I click on the pinterest button it opens
   a new window where I can choose the picture to be pinned. If I click on the pinterest
   button of your plugin then a window opens that allready has the right image and
   also the description.
    I am not sure but I think it has to be this way to make
   sure it get pinned as a rich pin. I just can’t live with the look of the buttons…
 * The social share plugin I’m using is “simple share buttons adder” if anyone can
   recommend a different plugin that can handle the meta tags and have custom icons
   I would appreciate it very much. Thanks.
 * @ Jean-Sebastian, once again thank you for your support.
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4268936)
 * Meta tags and social buttons are independent of each other. Have a look at this
   video:
 * [https://www.youtube.com/watch?v=cBmXMN0mE7M](https://www.youtube.com/watch?v=cBmXMN0mE7M)
 * All buttons should only share the URL, nothing more (no title, description, etc).
   The Pinterest and Tumblr buttons are the exception — they need a little more 
   info. The strength of NGFB Open Graph+ is the information it builds for the meta
   tags, which comes in handy for those buttons as well, so although they may not
   look as slick as some, they do work pretty well. 😉
 * The best I could do is add a custom URL for the Pinterest button in the next 
   version. Besides that, any Pinterest button that shares the current webpage URL
   should turn into a Rich Pin (if you also use NGFB Open Graph+ and your website
   is approved for Rich Pins).
 * js.
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4268941)
 * FYI – The current DEV version at [http://downloads.wordpress.org/plugin/nextgen-facebook.zip](http://downloads.wordpress.org/plugin/nextgen-facebook.zip)
   will allow you to change the Pin button image.
 * js.
 *  Thread Starter [Manege](https://wordpress.org/support/users/manege/)
 * (@manege)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4268943)
 * Thanks, for now I think I wait until my site is approved by pinterest and twitter
   and then start to play around with the buttons.
    Thanks, Rainer
 *  Thread Starter [Manege](https://wordpress.org/support/users/manege/)
 * (@manege)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4269008)
 * my website is now approved by pinterest but my products still not showing up 
   as rich pins on pinterest, what do I wrong?
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4269013)
 * URL to an example Post/Page?
 * js.
 *  Thread Starter [Manege](https://wordpress.org/support/users/manege/)
 * (@manege)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4269014)
 * [http://www.vezodesign.com/shop/vezo-2018/](http://www.vezodesign.com/shop/vezo-2018/)
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4269015)
 * It pinned rich for me…
 * >  Visit vezodesign.com
   >  Vezo #2018 In Stock • €1900 vezo design & crafts See
   > this on vezo design & crafts
 * js.
 *  Thread Starter [Manege](https://wordpress.org/support/users/manege/)
 * (@manege)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4269016)
 * I have no idea what I am doing wrong…
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4269017)
 * Expectations? 😉
 * The small preview does not show the rich details, but click on the preview to
   expand the pin, and the rich details should be there — they were for me. 😉
 * js.
 *  Thread Starter [Manege](https://wordpress.org/support/users/manege/)
 * (@manege)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4269020)
 * now it works, thank you for your help
 *  [Elizabeth Lowrey](https://wordpress.org/support/users/elizabeth-lowrey/)
 * (@elizabeth-lowrey)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4269061)
 * JS, Thanks so much for the code you included above. It did exactly what I came
   here to find out, which is if there was a way to make the “loud” social buttons
   much more muted until a mouse over. My theme is all dark greys, and I just couldn’t
   stand the light colored buttons jumping off the page, yet I wanted to include
   the share buttons. Your add on code works perfectly to achieve this. I wasn’t
   even sure where to add it but just assumed tacking it on to the end of the “Buttons
   Style” included in Open Graph would do the trick and it did. If only all tweaks
   were this easy for web novices to implement.:-)
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-share-buttons/#post-4269062)
 * Lol. 🙂 No problem. And I know what you mean – this is one of my websites: [http://underwaterfocus.com/photo/20070504-143319-jsmoriss-9651](http://underwaterfocus.com/photo/20070504-143319-jsmoriss-9651)
   😉
 * js.

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

1 [2](https://wordpress.org/support/topic/custom-share-buttons/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/custom-share-buttons/page/2/?output_format=md)

The topic ‘custom share buttons’ 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/)

 * 20 replies
 * 4 participants
 * Last reply from: [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/custom-share-buttons/page/2/#post-4269077)
 * Status: resolved