Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter psychill

    (@psychill)

    And here’s the code:

    <div id="twitter">
    		<div id="tweets">
    			<div class="tweets">
    				<div class="content_tweets"> </div>
    					<div class="tweets_footer">
    						<a href="https://twitter.com/#!/SuheylaTunc">
    						<span id="bird"></span></a>
    					</div>
    				</div>
    
    					<script type='text/javascript'>
    						jQuery(".content_tweets").miniTwitter("@SuheylaTunc");
    					</script>
    
    			</div>
    		</div>	
    
    	</div>
    Thread Starter psychill

    (@psychill)

    and the css

    #twitter {
    position: fixed; top: 300px; width: 200px; left: 25px;	}

    Note that it does work on safari.

    Thread Starter psychill

    (@psychill)

    And the includes in the index.hml:

    <! Twitter ->
    <script language="javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
    <script language="javascript" src="https://entunc.nl/test/wp-content/themes/EnTunc/minitwitter/jquery.minitwitter.js" type="text/javascript"></script>
    <link href="https://www.entunc.nl/test/wp-content/themes/EnTunc/minitwitter/jquery.minitwitter.css" media="all" rel="stylesheet" type="text/css"/>
    Plugin Author oniswap

    (@webdevdesigner)

    Try maybe #twitter {overflow:hidden;}. Or maybe z-index:1000, I think the problem is with the fixed position.

    Without your changes, the plugin works on IE 7-8, I tested myself. I think you did something wrong with your css.

    Thread Starter psychill

    (@psychill)

    Strange, both don’t seem to work.

    #twitter {
    position: absolute; top: 300px !important; width: 200px !important; left: 25px !important; overflow: hidden !important; z-index: 1000 !important; }

    https://tuncpartner.nl/test/

    Thread Starter psychill

    (@psychill)

    hmm.. I changed my plan.

    Plan 2:
    Now I’ve made my theme ‘widgetisable’ and added the plugin. All code from the custom mini twitter is now deleted. Somehow it does show up in internet explorer, but not the tweets:

    https://entunc.nl/test/wp-content/themes/EnTunc/images/example_IE.png

    Why don’t my tweets work? Any suggestions?

    PS Safari still works perfectly.

    Plugin Author oniswap

    (@webdevdesigner)

    It is really weird. Are you using a proxy to connect to Internet? Maybe the connection to the twitter API is blocked. It works on IE on other websites..

    Thread Starter psychill

    (@psychill)

    I’m not using a proxy.

    I’ve tested the IE stuff with https://netrenderer.com/index.php

    Is there anything I’ve forgotten to add maybe?

    Plugin Author oniswap

    (@webdevdesigner)

    Maybe it is better to test on real IE…

    Plugin Author oniswap

    (@webdevdesigner)

    I just tested on Internet Explorer 7, and minitwitter works on your website…

    Plugin Author oniswap

    (@webdevdesigner)

    Thank you to check on real applications before posting. And Thank you to change the title of your thread.

    Thread Starter psychill

    (@psychill)

    WebDevDesigner, I’m terribly sorry if this has caused you trouble. I relied too much on that service, because I have no Internet Explorer at the ready. Anyway, thanks for your time.

    greets,
    Lars

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Mini twitter feed] minitwitter doesn't work in Internet Explorer 6/7/8/9’ is closed to new replies.