You've already been given everything you need. You don't have to wait for someone else to write the exact you code for you. You're allowed to use the principles that have already been demonstrated to write final code for yourself. Post #4 demonstrates how to access every 'meta' tag, how to get the value of an attribute and how to test whether that value is equal to something specific. What more do you need? Get the 'property' attribute value, check whether it's the one you need and, if it is, get the 'content' attribute value. Whenever someone provides you with information, think about how you can use that information to resolve your issue, in part or in full, for yourself.