OG:type article vs website for Individual Web Pages That Are Not Articles

In my experience, the difference between ‘article’ and ‘website’ is related to how Facebook uses the ‘like’. A ‘like’ of a page with type website will appear in the section of the user’s profile where it lists their likes; a ‘like’ of a page with type article does not. A user’s like of an ‘article’ … Read more

How to successfully implement og:image for LinkedIn

This answer I found on LinkedIn forums might be of help to you: Guys, I’ve spent a whole day trying different things. What worked for me is using the mata [sic] tags as following: <meta prefix=”og: http://ogp.me/ns#” property=”og:title” content=”{Your content}” /> <meta prefix=”og: http://ogp.me/ns#” property=”og:type” content=”{Your content}” /> <meta prefix=”og: http://ogp.me/ns#” property=”og:image” content=”{Your content}” /> … Read more

How to update facebook open graph image

this is the most consistent answer I’ve found to this problem: https://stackoverflow.com/a/21468084/339698 If you’re too lazy to go to that link, you can POST an ajax request with the url you are trying to clear: $.post( ‘https://graph.facebook.com’, { id: ‘http://www.site.com/my/share/url/’, scrape: true }, function(response){ console.log(response); } );

Creating meta tags for Linkedin – Publish Date “not found”

Programmatically setting a DateTime like 2019-10-21T00:00:00-0600 means a date and time format string like this: “yyyy-MM-ddTHH:mm:sszzz” C# example: <meta name=”publish_date” property=”og:publish_date” content=”@post.Published.Value.ToString(“yyyy-MM-ddTHH:mm:sszzz”)”> https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings

Allowing multiple domains for 1 Facebook App (like Tumblr)

I ran into this same issue. I figured that Tumblr must have some sort of partnership in place with Facebook to get this special treatment ( ip whitelist? special api? ) — so I contacted my former Partnerships Rep at Facebook to enquire. I got to speak with a platform engineer at Facebook about this, … Read more

Open graph og:video Meta Tags content

You have two options. You can either set the og:video to https://www.youtube.com/v/YOUTUBECODE or set the og:url to the YouTube page. In my examples, I’m embedding this video https://www.youtube.com/v/BQBjVr1iHH4 in the following page https://www.keithandthegirl.com/vip/bonus/episode/9/40/this-is-40. I would like Facebook to show the YouTube video whenever anyone shares my page on Facebook. Option 1: setting the og:video to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)