Add Facebook Open Graph Meta Tags
Place the following code in custom_functions.php (making changes where noted): Read the full story
Posted on 01 February 2012.
Place the following code in custom_functions.php (making changes where noted): Read the full story
Posted in PHPComments (0)
Posted on 02 January 2012.
In HTML elements, the language attribute specifies the natural language. This document is mostly concerned with how to specify the primary language(s) (there could be more than one) and the base language (there is only one) in HTML documents.
Posted in SEOComments (0)
Posted on 15 March 2011.
Adding Facebook Share to your website is easy. However, you can enhance how the shared item appears on Facebook by configuring how it gets previewed on a user’s profile and when a user tries to share it. You do this with a combination of <link> and <meta> tags.
Facebook Share passes along the URL of your page to our servers, which in turn looks up certain HTML tags within it. Those tags are used to display a preview of the page. In order to provide this preview, we always look for the title of the page, a summary of the main content and an image. If there’s media content on the page, those media files are also important to identify.
Posted in ProgrammingComments (0)
Posted on 13 October 2009.
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
Posted in HTML - XHTML, ProgrammingComments (0)
