- Update Twiter code.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
/*
|
||||
* LMBrowse - Langueur Monotone Browser
|
||||
* Copyright (C) 2012-2020 Arnaud G. GIBERT
|
||||
* Copyright (C) 2012-2022 Arnaud G. GIBERT
|
||||
* mailto:arnaud@rx3.net
|
||||
* http://www.rx3.org/dvp/lmbrowse
|
||||
*
|
||||
@@ -41,7 +41,7 @@ $time_start = microtime_float();
|
||||
include "lmbrowse_config.inc";
|
||||
|
||||
$lmb_myname="LMBrowse";
|
||||
$lmb_tag_tab=explode( " ", "\$Name: lmbrowse-1_7_2-1 $");
|
||||
$lmb_tag_tab=explode( " ", "\$Name: lmbrowse-1_7_4-1 $");
|
||||
$lmb_tag_tab=explode( "-", $lmb_tag_tab[1]);
|
||||
$lmb_myver=strtr( "$lmb_tag_tab[1]-$lmb_tag_tab[2]", "_", ".");
|
||||
|
||||
@@ -1113,6 +1113,7 @@ function lmb_twitter_tab( $skin_path)
|
||||
ob_start();
|
||||
|
||||
|
||||
|
||||
echo " <tr class=\"twitter1\">
|
||||
<td class=\"twitter01\"></td>
|
||||
<td class=\"twitter0\"></td>
|
||||
@@ -1121,8 +1122,10 @@ function lmb_twitter_tab( $skin_path)
|
||||
<tr class=\"twitter1\">
|
||||
<td class=\"twitter01\"> </td>
|
||||
<td class=\"twitter0\">
|
||||
<div class=\"button-item\" style=\"display: inline-block; border-radius: 5px;\"><a class=\"twitter-timeline\" href=\"https://twitter.com/langueurmon\" data-widget-id=\"544258336741670912\">Tweets by @langueurmon</a></div>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>
|
||||
|
||||
<a class=\"twitter-timeline\" data-width=\"640\" data-height=\"900\" data-theme=\"dark\" href=\"https://twitter.com/langueurmon?ref_src=twsrc%5Etfw\">Tweets by langueurmon</a>
|
||||
<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>
|
||||
|
||||
</td>
|
||||
<td class=\"twitter01\"> </td>
|
||||
</tr>
|
||||
@@ -1134,6 +1137,10 @@ function lmb_twitter_tab( $skin_path)
|
||||
";
|
||||
|
||||
/*
|
||||
|
||||
<div class=\"button-item\" style=\"display: inline-block; border-radius: 5px;\"><a class=\"twitter-timeline\" href=\"https://twitter.com/langueurmon\" data-widget-id=\"544258336741670912\">Tweets by @langueurmon</a></div>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>
|
||||
|
||||
echo " <tr class=\"twitter1\">
|
||||
<td class=\"twitter01\"></td>
|
||||
<td class=\"twitter1\">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</td>
|
||||
|
||||
Reference in New Issue
Block a user