Embed code update V01.53
authorRaphael Velt <raph.velt@gmail.com>
Wed, 21 Mar 2012 17:37:46 +0100
changeset 555 11cc96f6db98
parent 554 72840eaeda63
child 556 511810f90c93
Embed code update
web/live_embed_form.php
--- a/web/live_embed_form.php	Wed Mar 21 17:33:54 2012 +0100
+++ b/web/live_embed_form.php	Wed Mar 21 17:37:46 2012 +0100
@@ -58,7 +58,7 @@
   <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1>
   
   <p style="font-size:12px;width:300px;"><?php print $translate->_("EmbedText"); ?> </p>
-  <textarea cols="10" rows="10"><iframe src="<?php echo(URL_ROOT.$rep); ?>/client.php?embed=true" width="450" height="600" frameborder="0"></iframe><p><a href="<?php echo(URL_ROOT.$rep); ?>/client.php">Source</a> on <a href="<?php echo(URL_ROOT); ?>">PolemicTweet</a>.</p>
+  <textarea cols="10" rows="10"><iframe src="<?php echo(URL_ROOT.$rep); ?>/client.php?embed=true" width="880" height="600" frameborder="0"></iframe><p><a href="<?php echo(URL_ROOT.$rep); ?>/client.php">Source</a> on <a href="<?php echo(URL_ROOT); ?>">PolemicTweet</a>.</p>
   </textarea>
 
   </body>