Social Sharing with page feature image

Hi,
I have added the social sharing button on a page. But While clicking the sharing button it is sharing page with header logo not page feature image.

image

  1. I want to share page with the page feature image.
  2. The social button becomes white on hover in the footer, how to change it.

website link:
http://kagas.org/campaigns/back-on-track-india/

Hello @Sumansahilverma,

Thanks for writing in! You are having this issue because the OpenGraph is disabled in your site. To resolve this, please go to X > Theme Options > Social > Open Graph. You will have to set the social fallback image as well.

We would love to know if this has worked for you. Thank you.

thanks @ruenel

Its working. what about my 2nd query?

Hi @Sumansahilverma,

It’s due to this custom CSS added to Theme Options > CSS

.x-colophon.bottom .x-social-global a:hover {

 color: #ffffff !important;

}

Please change it to any color other than #ffffff (white).

Thanks!

Thanks @rad
Its working.

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.