Do any of you know if there is a plugin which modifies the header of a wordpress blog? Specifically I'm thinking of making a plugin which can make the header of a blog play a video.
What do you all think?
-Walt
dice.cx
Do any of you know if there is a plugin which modifies the header of a wordpress blog? Specifically I'm thinking of making a plugin which can make the header of a blog play a video.
What do you all think?
-Walt
dice.cx
Here is a link to a page I am including into a full site that is not all WP. I'm not a php guru and it's a hack but, heck it works.
I wish someone with the real PHP know how would make a good plug in though.
I'm not braggin on this (really), but I just had a need and had to make it work which it seems to be. Here's the link:
http://www.auburn.edu/student_info/greeks/pi_beta_phi/update/blog.html
Except for all the blank space at the bottom of the page that looks great junglepilot :) Very clean and simple. Graphics are great too :)
It's still in development, not much content now. Just a proof of concept.
If you hear of a real plugin though, lets us all know.
Thanks
I just saw this awesome Flash header: http://houseofnaked.com/
I came searching to see if anyone knew how to use their code to insert it into another blog. It appears that this is the code to work with...
<div id="header">
<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
width="720" height="243"
id="mymoviename">
<param name="movie" value="http://www.houseofnaked.com/wp-content/themes/naked/images/HomeZoom.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://www.houseofnaked.com/wp-content/themes/naked/images/cg_nakedHome_02.swf" quality="high" bgcolor="#ffffff"
width="720" height="243"
name="mymoviename" align="" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"/>
</object>
</div>
This topic has been closed to new replies.