Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Adding Image on Website for Facebook Share
How to add an image to my Website to show up on Facebook when someone share it?
✍: FYIcenter.com
Normally, Facebook will automatically select an image from your Website to show with your Website link.
If you want to control it, you can two pieces of code to your Website:
1. Add a namespace in the <html> tag:
<html xmlns:fb="http://ogp.me/ns/fb#">
2. Add a <meta> tag in the header section:
<meta property="og:image" content="image-url" />
If you have trouble, you can use this Facebook tool to debug: https://developers.facebook.com/tools/debug/og/object/
⇐ Adding Facebook Like Button to Website
2015-10-25, ∼2491🔥, 0💬
Popular Posts:
What are header and footer design options in Microsoft Word? I want to learn more about creating hea...
How to add or change the footer on a layout in PowerPoint? I want my slide footers to have the same ...
Why am I getting the "Spawn Failed: Server at http://127.0.0.1:47353/u ser/fyicenter/didn't respond ...
How to start to troubleshoot my Actiontec GT784WNV Modem? I am not able to access Internet. If you a...
How to join a team in Microsoft Teams? My manager told me we are using Microsoft Teams service. In o...