How to customize the Image shown when posting a URL of a website on Social Media sites

后端 未结 2 582
面向向阳花
面向向阳花 2021-01-07 10:12

I have seen that when we put a url of a website, an image appears for that URL. Examples include social media sites Like Google+, Facebook, Instagram. I need to know how to

2条回答
  •  没有蜡笔的小新
    2021-01-07 10:51

    Add the following tags to the section of the HTML code of the page you need to share:

    
    
    

    And replace {image} with the URL of the page image.


    When you add the tags, Social Media sites can still share the page without an image. It happens because sites cache pages data. You need to wait the cache to be cleaned or clean it manually (some sites, e.g. Facebook, provide this possibility; it is a topic for another question).

提交回复
热议问题