and now i would like to make this code to wait 5 seconds to run after page loaded.
sure its pretty easy to you but i dont get it work.
allready tryed this but it did not work
<script type="text/javascript">
setTimeout(function() {
}, 5000);
</script>
<br><br>
<a href="http://jungezeit.eu/story.php?title=eurobonds-2-0-jetzt-gehts-an-steuerzahlers-letztes-hemd" target="_blank">
<img src="http://imghost.in/img/2014-09/09/76adidks7i48a0lnlpge2ivnx.jpg" width="240" height="80" border="0"></a>
<br>Steuerzahlers letztes Hemd
<br><br><br>
if you mean the HTML code to display after 5 seconds, set its CSS display to none and after 5 seconds set it to the previous value (an empty string, the browser figures out the rest).
thx a lot worked.
didnt solved my problem but it worked
strange there is no simple html command
wait 5000
or something
but hey thx anyway for the quick and simple help.
maybe you got also an other idea to fix my problem.
if i share something on facebook - everything worked well so far.
but now i added some small picture links in the sidebar and facebook ongraph
uses this pictures vor thumbnail and not my story picture anymore.
i found out i can do this in meta og:image but this is a bit to hard for me to do this dynamic and right.
do you have a simple quick n dirty idea what i can do to hide this img link from facebook?
thats why i tryed to hide the img links for 5 seconds if facebook dont see the img links it will choose the right one without changeing something else.
just because it looks like a good idea does not mean it is a good idea. Iād like my HTML page to start my coffee machine first thing in the morningācertainly a good idea, but totally out of what HTML is intended for.