From a79815e62aaebb67a88959eb529c7c1694e38cdd Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 9 Oct 2019 14:04:10 +0000 Subject: [PATCH] fix #3115 @0.5 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index b7acac90a..41cd9b025 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -981,7 +981,7 @@ class wsHTML5Compiler $html = file_get_contents($this->assets . '/_seo.html'); $a = $seoArticle; unset($a['image']); - $a['imageurl'] = 'https://workshop.fluidbook.com/services/facebook_thumbnail?id=15793&j=' . time(); + $a['imageurl'] = 'https://workshop.fluidbook.com/services/facebook_thumbnail?id=' . $this->book_id . '&j=' . time(); if ($seoArticle['image']) { $a['imageurl'] .= '&image=' . $seoArticle['image']; } -- 2.39.5