Community Portal: Difference between revisions
From Wiki**3
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
<php> | <php> | ||
echo ' | |||
<!-- Facebook Badge START --><a href="http://www.facebook.com/david.matos" title="David Martins de Matos" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">David Martins de Matos</a><span style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; line-height: 16px; font-variant: normal; font-style: normal; font-weight: normal; color: #555555; text-decoration: none;"> | </span><a href="http://www.facebook.com/facebook-widgets/" title="Make your own badge!" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Create Your Badge</a><br/><a href="http://www.facebook.com/david.matos" title="David Martins de Matos" target="_TOP"><img src="http://badge.facebook.com/badge/1038381660.1135.352440317.png" width="339" height="84" style="border: 0px;" /></a><!-- Facebook Badge END --> | <!-- Facebook Badge START --><a href="http://www.facebook.com/david.matos" title="David Martins de Matos" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">David Martins de Matos</a><span style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; line-height: 16px; font-variant: normal; font-style: normal; font-weight: normal; color: #555555; text-decoration: none;"> | </span><a href="http://www.facebook.com/facebook-widgets/" title="Make your own badge!" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Create Your Badge</a><br/><a href="http://www.facebook.com/david.matos" title="David Martins de Matos" target="_TOP"><img src="http://badge.facebook.com/badge/1038381660.1135.352440317.png" width="339" height="84" style="border: 0px;" /></a><!-- Facebook Badge END --> | ||
'; | |||
</php> | </php> | ||
Revision as of 18:56, 26 January 2010
<php>
echo '
<object width="306" height="255"><param name="movie" value="http://www.youtube.com/v/CmYDgncMhXw&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/CmYDgncMhXw&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="306" height="255"></embed></object> |
';
</php>
And now for something completely different...
Links
<php>
echo '
<a href="http://www.facebook.com/david.matos" title="David Martins de Matos" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">David Martins de Matos</a> | <a href="http://www.facebook.com/facebook-widgets/" title="Make your own badge!" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Create Your Badge</a>
<a href="http://www.facebook.com/david.matos" title="David Martins de Matos" target="_TOP"><img src="http://badge.facebook.com/badge/1038381660.1135.352440317.png" width="339" height="84" style="border: 0px;" /></a>
';
</php>