Title: [202756] trunk/Websites/webkit.org
Revision
202756
Author
[email protected]
Date
2016-07-01 13:58:12 -0700 (Fri, 01 Jul 2016)

Log Message

Added a colorful new image and fixed the Open Graph attribute.
https://bugs.webkit.org/show_bug.cgi?id=159359

Reviewed by Timothy Hatcher.

The Open Graph image tag should use the property attribute not
the itemprop attribute.

* wp-content/plugins/social-meta.php:
* wp-content/themes/webkit/images/ogimage.png:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (202755 => 202756)


--- trunk/Websites/webkit.org/ChangeLog	2016-07-01 20:55:55 UTC (rev 202755)
+++ trunk/Websites/webkit.org/ChangeLog	2016-07-01 20:58:12 UTC (rev 202756)
@@ -1,3 +1,16 @@
+2016-07-01  Jon Davis  <[email protected]>
+
+        Added a colorful new image and fixed the Open Graph attribute.
+        https://bugs.webkit.org/show_bug.cgi?id=159359
+
+        Reviewed by Timothy Hatcher.
+        
+        The Open Graph image tag should use the property attribute not
+        the itemprop attribute.
+
+        * wp-content/plugins/social-meta.php:
+        * wp-content/themes/webkit/images/ogimage.png:
+
 2016-06-30  Dean Jackson  <[email protected]>
 
         Tab pointed out a typo that made the overdamped case fail.

Modified: trunk/Websites/webkit.org/wp-content/plugins/social-meta.php (202755 => 202756)


--- trunk/Websites/webkit.org/wp-content/plugins/social-meta.php	2016-07-01 20:55:55 UTC (rev 202755)
+++ trunk/Websites/webkit.org/wp-content/plugins/social-meta.php	2016-07-01 20:58:12 UTC (rev 202756)
@@ -82,7 +82,7 @@
     <meta property="og:type" content="<?php echo esc_attr($type); ?>">
     <meta property="og:url" content="<?php the_permalink(); ?>">
 <?php if ($image_url): ?>
-    <meta itemprop="og:image" content="<?php echo esc_url($image_url); ?>">
+    <meta property="og:image" content="<?php echo esc_url($image_url); ?>">
 <?php endif; ?>
 <?php if ($description): ?>
     <meta property="og:description" content="<?php echo esc_attr($description); ?>">

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/images/ogimage.png


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to