]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 23 Jan 2014 16:51:44 +0000 (16:51 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 23 Jan 2014 16:51:44 +0000 (16:51 +0000)
fluidbook/compile/style.css
inc/ws/Util/packager/class.ws.packager.html.php

index 2a15346bbee7502761d8058ec8fd962d8c6fe385..55f6bd6c5842c29e83153fd4ecd03a4f43042e57 100644 (file)
@@ -10,4 +10,4 @@ img{border:0;}
 .fr{color:#eee;}
 .link .clink{text-align:center;padding-top:100px;}
 .ref{color:#333;}
-a.getflash{display:block;width:704px;height:409px;}
\ No newline at end of file
+a.getflash{display:block;width:704px;height:409px;margin: 0 auto;}
\ No newline at end of file
index 36084f9c8fbf70d8f2a4bda2a5e70e4ee43f3eca..98639fe8e0ea4594e4d48912491ca06130f9bc44 100644 (file)
@@ -59,7 +59,7 @@ class wsPackagerHTML extends wsPackager {
                        if ($this->book->parametres->facebook_description != '') {
                                $facebook .= '<meta property="og:description" content="' . self::escape($this->book->parametres->facebook_description) . '" />';
                        }
-                       $facebook .= '<meta property="og:image" content="http://workshop.fluidbook.com/services/facebook_thumbnail?id=' . $this->book->book_id . '" />';
+                       $facebook .= '<meta property="og:image" content="http://workshop.fluidbook.com/services/facebook_thumbnail?id=' . $this->book->book_id . '&amp;time=' . time() . '" />';
                }
 
                $favicon = '';