https://bugs.webkit.org/show_bug.cgi?id=159167
Reviewed by Timothy Hatcher.
* wp-content/plugins/social-meta.php:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@202521
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-06-27 Jon Davis <jond@apple.com>
+
+ 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 <dino@apple.com>
More examples for the wide-gamut demo.
$categories = array();
$tags = array();
- $image_url = '';
+ $image_url = get_stylesheet_directory_uri() . '/images/webkit.svg';
$twitter_handle = '';
if (is_front_page() || is_home()) {