gautamkrishnar/nothing-private

Change the facebook share preview image

gautamkrishnar opened this issue ยท 3 comments

Currently, when a user shares nothing private to Facebook, this icon is shown as preview:
image
We need to modify the preview image and use http://www.nothingprivate.ml/private.jpg instead. ๐Ÿ˜„

How to fix

  1. Comment on this issue and claim it if you are interested.
  2. Just edit index.html and add the following code to the <head></head> tag.
 <meta property="og:image" content="http://www.nothingprivate.ml/private.jpg" />
  1. Open a pull request

I would like to work on that

@gautamkrishnar it is not visible to me now should i send pr?