Jack
Forum Replies Created
-
Forum: Plugins
In reply to: Twitter Tools with shortened URLsHi,
I use Twitter Tools, and it shows my posts at Twitter with shortened URLs.
I would like to deactived it. I mean, how can I show long permanentlink at Twitter?
Thanks in advance
Forum: Fixing WordPress
In reply to: When the author posts, it doesn’t show who posted it.Thanks johnstonphilip ,
I was just looking where to put the
<small>by <?php the_author() ?></small>Now I can show the author at my Blog
Forum: Installing WordPress
In reply to: wp-includes/capabilities.php ErrorYes, I am using PHP5. I cant not change to PHP4 because I need it some other domains I have.
In fact I did not fixed it. I simple did nothing with the “error message”. I just ignored the message and I am using WordPress with no problems. You can see it working at http://www.conteaqui.com.brForum: Fixing WordPress
In reply to: Metacafe vid won’t show if I have titleCould you please tell us to did you make it work?
Forum: Plugins
In reply to: YouTube videoYou are correct. I have modified it .Many thanks for your help.
Forum: Plugins
In reply to: YouTube videoIn fact you do not need to install any plugin. You just need to put this code in your post:
<object type=”application/x-shockwave-flash” data=”http://www.youtube.com/v/XXXX” height=”350″ width=”425″><param name=”movie” value=”http://www.youtube.com/v/XXXX”><param name=”wmode” value=”transparent”></object>
All you need to do is change the XXXX for the number of the video you want to show.
For instance if you change XXXX into eZeYVIWz99I ito would became:
<object type=”application/x-shockwave-flash” data=”http://www.youtube.com/v/eZeYVIWz99I” height=”350″ width=”425″><param name=”movie” value=”http://www.youtube.com/v/eZeYVIWz99I”><param name=”wmode” value=”transparent”></object>
See it in action at http://www.conteaqui.com.br