Title: [202521] trunk/Websites/webkit.org
- Revision
- 202521
- Author
- [email protected]
- Date
- 2016-06-27 16:59:50 -0700 (Mon, 27 Jun 2016)
Log Message
Set a default image for sharing webkit.org links via social.
https://bugs.webkit.org/show_bug.cgi?id=159167
Reviewed by Timothy Hatcher.
* wp-content/plugins/social-meta.php:
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (202520 => 202521)
--- trunk/Websites/webkit.org/ChangeLog 2016-06-27 23:56:09 UTC (rev 202520)
+++ trunk/Websites/webkit.org/ChangeLog 2016-06-27 23:59:50 UTC (rev 202521)
@@ -1,3 +1,12 @@
+2016-06-27 Jon Davis <[email protected]>
+
+ Set a default image for sharing webkit.org links via social.
+ https://bugs.webkit.org/show_bug.cgi?id=159167
+
+ Reviewed by Timothy Hatcher.
+
+ * wp-content/plugins/social-meta.php:
+
2016-06-24 Dean Jackson <[email protected]>
More examples for the wide-gamut demo.
Modified: trunk/Websites/webkit.org/wp-content/plugins/social-meta.php (202520 => 202521)
--- trunk/Websites/webkit.org/wp-content/plugins/social-meta.php 2016-06-27 23:56:09 UTC (rev 202520)
+++ trunk/Websites/webkit.org/wp-content/plugins/social-meta.php 2016-06-27 23:59:50 UTC (rev 202521)
@@ -15,7 +15,7 @@
$categories = array();
$tags = array();
- $image_url = '';
+ $image_url = get_stylesheet_directory_uri() . '/images/webkit.svg';
$twitter_handle = '';
if (is_front_page() || is_home()) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes