All posts tagged oembed
Wordpress and Webdesign Forum go41 » Tags » oembed
| Topic — Add New » | Posts | Last Poster | Freshness |
|---|---|---|---|
add latest video from a post in WordPress sidebarI am going to add a video to the sidebar. This video is taken from the last post in a category you have to set. The post actually is filtered for an oembed video, only this video will be displayed ... An addition: Here we take an embeded video from a post in a certain category. The code above in sidebarclip.php loads by default only one latest post. You can however change: query_posts('posts_per_page=1&cat=$category_id'); to load let's say 4 posts where each ... |
2 | Joern | 11 months |
add_filter to embed_oembed_html to get wmode transparentThe video embedded by WordPress 2.9 hasn't the parameters <param name='wmode' value='transparent' /> and <embed wmode="transparent" ... >. This makes it stay above a dropdown menu and any other elements on the page. Yes, it is possible to modify the ... Thank you very much! I was embedding the code form youtube rather than just using a plain url. This works great. Thanks once again! :-) |
4 | s0206 | 1 year |
Change width and height in oembed code on the fly WP 2.9As explained in a previous topic get the oembed code of a video in a WP 2.9 post from postmeta we can get only the code for embeded media (WordPress 2.9 required!) To change and resize the width and height ... |
1 | masteradmin | 2 years |
get the oembed code of a video in a WP 2.9 post from postmetaThe latest WordPress 2.9 got a new function to automatically embed all plain text URLs with the help of oembed. On a blog displaying resized images together with the_excerpt it is nice to show also the embeded video clips if ... |
1 | masteradmin | 2 years |
Add New Topic
You must log in to post.