• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Facebook - plugin na strone.

Status
Not open for further replies.

Grochu

New Member
Joined
Aug 10, 2009
Messages
202
Reaction score
2
Cześć.

Poszukuję taki wysuwany facebookowy plugin na stronę. Coś takiego jak na tej witrynie: Noobwar - Latest News
Posiada ktoś? Z góry dzięki za pomoc.
 
HTML:
<script src="http://stimax.pl/js/jquery.js" type="text/javascript"></script>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
 <script type="text/javascript">

	$(function (){
		//facebook widget
		$(".widget_social").hover(function(){
			$(".widget_social").stop(true, false).animate({right:"0"},"medium");
		},function(){
			$(".widget_social").stop(true, false).animate({right:"-205"},"medium");
		},500);
	});
</script>
<style type="text/css">
	.widget_social{
		float:right;
		width:232px;
		height:420px;
		background: url(http://images.stimax.pl/i2/t7sujuslid.png) no-repeat;
		display:block;
		right:-205px;
		padding:0;
		position:fixed;
		top: 170px;
		z-index:1002;
	}


</style>
        <div class="widget_social">
                <div style="color:#FFF; padding:10px 5px 0 35px;">
                                <fb:fan profile_id="145204405557255" stream="0" connections="9" logobar="1"
                                width="190" height="330"></fb:fan>
                </div>
        </div>

Musisz zmienić:
<fb:fan profile_id="145204405557255" stream="0" connections="9" logobar="1"

Chyba xD

A i obrazki pościągaj na swój serwer bo kiedyś mogą zostać usunięte.
 
Dzięki za pomoc, wszystko działa elegancko. Rep+

Temat do zamknięcia.
 
Status
Not open for further replies.
Back
Top