Is there existing plugins to “Click-to-Launch” embedded Flash / SWF content?

You can use something like this: Embed this script: http://jquery.lukelutman.com/plugins/flash/jquery.flash.js Then in your functions.js (function($) { $(document).ready(function (){ $(“.flash”).click(function(e) { $(this).parent().empty().flash({ src: $(this).attr(‘href’) }); e.preventDefault(); }); }); })(jQuery); Your markup would be something like: <div class=”flash-container”> <a href=”https://wordpress.stackexchange.com/questions/40287/flash.swf”><img src=”placeholder.jpg”></a> </div> For more info check http://jquery.lukelutman.com/plugins/flash/ i hope this makes some sense 🙂 Btw: this isn’t … Read more

Embed IPB forums to wordpress page

Your best bet is to modify your IBP theme to bootstrap WordPress, and display the header and footer, you can do this by following this Codex article here. This will load the WordPress environment and allow you to use WordPress functions: <?php /* Short and sweet */ define(‘WP_USE_THEMES’, false); require(‘./wp-blog-header.php’); ?> Modify the require statement … Read more

How to get Facebook to see YouTube/Blip embeds when sharing a link?

All in One SEO plugin is setting your FaceBook open graph meta tags. For Facebook to “see” your video, you need to set video meta tags: <meta property=”og:video” content=”http://example.com/movie.swf” /> <meta property=”og:video:secure_url” content=”https://secure.example.com/movie.swf” /> <meta property=”og:video:type” content=”application/x-shockwave-flash” /> <meta property=”og:video:width” content=”400″ /> <meta property=”og:video:height” content=”300″ /> Whether or not this is possible with that plugin … Read more

Insert a Featured Video

No, it is not possible as-written in core. the_post_thumbnail() uses the ID of the attachment post-type that has been selected as the featured image for the post, then outputs the image associated with that attachment post-type. You would have to filter the_post_thumbnail() in some manner, but your question specified “without a Plugin”.

changes after I save a post

I would handle this with a shortcode myself. Something like this in your functions.php: function wpa_85620_calculator_shortcode( $atts ) { extract( shortcode_atts( array( ‘key’ => ‘wr4nht4qbp’, ‘width’ => 800, ‘height’ => 800 ), $atts ) ); return sprintf( ‘<object data=”https://www.desmos.com/calculator/%s” width=”%d” height=”%d”></object>’, $key, $width, $height ); } add_shortcode( ‘calculator’, ‘wpa_85620_calculator_shortcode’ ); In your post/page: [calculator] or … Read more

add youtube thumbnail in index and single.php add video

To solve this: 1. Add custom meta to each post which take youtube url( name of custom meta in code youtube). 2. In index.php loop: while(have_posts()){ the_post(); //use [get_post_meta][3] to get youtube post meta $youtube_img = ‘http://img.youtube.com/vi/’.substr( get_post_meta($post-ID,’youtube’) ).’/0.jpg’; //$youtube_img is your youtube video image url echo ‘<a href=”‘.get_permalink().'”>’; echo ‘<img src=”‘.$youtube_img.'” title=”‘.get_the_title().'” alt=”youtube video … Read more

How to embed custom HTML code with no plugins?

Sounds like you are using the Visual side of the editor. You need to use the Text side. Get it? Update: Preview won’t show embedded objects. Publish it privately if you absolutely must see it before anyone else, and need to see embedded bits like <object> tags. Update #2: Preview will show many embedded objects … Read more

How to embed the content of one post into another site

WordPress generates a large number of RSS feeds. For a single post the URL for that feed is the single post URL plus /feed/ or ?feed=rss2 if pretty permalinks are off. If you try that you will see the comments feed, though, and not the post itself. To get the post itself add ?withoutcomment=1 or … Read more

Embed HTML5 files/subfolders in post?

This plugin should do exactly what you’re looking for: http://wordpress.org/plugins/shortcurl/ it will allow you to embed a shortcode in your post that should go grab external content and place it exactly how you’d like it to. Since it’s not an iFrame, you should also be able to style the content appropriately without much issue (if … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)